skarg
84e65649c9
Added BVLC enumerations for BBMD and Foreign Device support.
2006-04-20 18:49:57 +00:00
skarg
0ab54268fa
Created demo Life Safety Point object. Integrated it with the demos.
2006-03-23 19:47:38 +00:00
skarg
b429f94695
indented.
2006-03-23 15:46:15 +00:00
skarg
7e18086c73
Added Binary Output objects to the demos.
2006-03-23 15:43:15 +00:00
skarg
49a9946ad9
Created demo Binary Output Object.
2006-03-23 15:29:57 +00:00
skarg
476bb7b1cc
Created demo Binary Input Object.
2006-03-22 19:40:15 +00:00
skarg
e6a37a34a8
Added a Binary Input object to the demo objects and updated the demo applications and device object to support the new object.
2006-03-22 03:51:36 +00:00
skarg
69289f8f88
applied patch for ports/win32 Visual C++ build from Peter Gsellmann:
...
Use relative search-path instead of absolute ones
Let you compile also the release configuration
Insert file dcc.c into project
define TSM_ENABLED in project settings
reduce warnings
Insert missing variable I_Am_Request
2006-03-01 17:49:05 +00:00
skarg
38805aabc9
Applied svn propset svn:eol-style CRLF to files.
2006-03-01 17:14:24 +00:00
skarg
e5d7c41397
made the printout of time forced 2 digit.
2006-02-21 22:10:14 +00:00
skarg
f4b1e7fb81
added files to linux build of server demo to support timesync handling.
2006-02-21 22:07:37 +00:00
skarg
e1beecb6f2
Added timesync handling to server demo for win32.
2006-02-21 22:05:19 +00:00
skarg
1bce1e083d
added timesync demo to the master makefile for gcc build.
2006-02-21 22:01:08 +00:00
skarg
6de6107d29
added timesync demo to the borland win32 master makefile.
2006-02-21 21:58:14 +00:00
skarg
4e5f4a68e4
Created demo for TimeSync service and tested it on Win32.
2006-02-21 21:54:37 +00:00
skarg
de4abea3c5
Added BACnet UTC Time Sync service encoding and decoding.
2006-02-21 20:22:18 +00:00
skarg
7206136345
added missing header file.
2006-02-21 19:21:29 +00:00
skarg
c4eb01ba7b
Created encoding, decoding, and unit test for TimeSynchronization service.
2006-02-21 19:16:12 +00:00
skarg
1af8898556
Changed the bacnet time and date encode/decode to use the structure for each as defined in bacdef.
2006-02-21 19:15:21 +00:00
skarg
469e32957f
refactored the date and time compare to use in unit test.
2006-02-21 19:14:32 +00:00
skarg
fbb3b45038
reverted the who-has back from the who-is copy-paste of the directory which included the CVS directory which checked in the who-is demo as the who-has demo. Aaarghh!
2006-02-20 21:59:40 +00:00
skarg
b6e1d31f09
updated.
2006-02-20 21:22:45 +00:00
skarg
b10217b7bc
fixing code that caused a compiler warning.
2006-02-20 21:15:38 +00:00
skarg
50f5627f53
fixing compiler warning for signed values.
2006-02-20 21:14:18 +00:00
skarg
d8de24f171
Fixed code to make unit test pass for bacapp module.
2006-02-20 21:10:49 +00:00
skarg
bde803b7f3
added missing module to makefile for whois demo.
2006-02-20 20:47:56 +00:00
skarg
8c60b07635
Added whois demo.
2006-02-20 20:35:45 +00:00
skarg
2a5131dd84
Added whois demo to master makefile for linux.
2006-02-20 20:21:25 +00:00
skarg
90fa88844e
Added missing module to win32 build of reinit.
2006-02-20 20:19:24 +00:00
skarg
43252c56ce
Added missing header file.
2006-02-20 18:00:04 +00:00
skarg
de94249c84
added I-Am handler to makefile.
2006-02-20 17:56:52 +00:00
skarg
616982fba3
updated dcc to compile after refactoring the I-Am request.
2006-02-20 17:54:08 +00:00
skarg
0cf976c213
updated demo makefile to include all the demos.
2006-02-20 17:00:02 +00:00
skarg
4d078ffc6e
Created DeviceCommunicationControl demo.
2006-02-20 16:27:15 +00:00
skarg
676ecf77a2
refactored the Who-Is and I-Am handling, and cleaned up some comments.
2006-02-20 16:17:46 +00:00
skarg
16c2545f45
Added demo for WhoIs service.
2006-02-20 16:16:09 +00:00
skarg
3da578c943
updated release document.
2006-02-19 19:51:41 +00:00
skarg
d41fa5abe8
updated string in test.
2006-02-19 13:06:24 +00:00
skarg
8a688032a1
indented using indent tool.
2006-02-19 13:04:38 +00:00
skarg
1548636050
added info about tabs, indenting, and C++ comments.
2006-02-19 13:00:34 +00:00
skarg
0ae89d5c2f
Added cleanup to the indent.sh script.
2006-02-19 12:59:48 +00:00
skarg
adf75a8a03
fixed unit test so it would compile.
2006-02-19 02:02:23 +00:00
skarg
a83f66fc1d
Corrected code after failing unit test.
2006-02-19 02:01:48 +00:00
skarg
cc52c371bc
cleaned up c++ comments into c comments
2006-02-19 01:41:33 +00:00
skarg
b686fa7ca7
changed c++ comments to c comments using comment.sh script.
2006-02-19 01:33:30 +00:00
skarg
dee63d45bc
Changed all the C++ comments to C comments using comment.sh script.
2006-02-19 01:32:09 +00:00
skarg
c80d26a894
created indent and comment script to standardize the code.
2006-02-19 01:31:09 +00:00
skarg
d6a891f0d1
running the indent on the files.
2006-02-18 23:11:25 +00:00
skarg
b1d46ffa8c
ran the indent program on the source files to make them consistent.
2006-02-18 22:34:36 +00:00
skarg
21b373c75c
moved the C++ ifdefs
2006-02-18 22:28:24 +00:00