skarg
|
30c186d730
|
Corrected ReadPropertyMultiple handler. Tested using VTS with demo/server running under linux.
|
2007-07-19 18:27:03 +00:00 |
|
skarg
|
5b07b5b920
|
Integrated ReadPropertyMultiple with the demo/server application. Compiles, but untested.
|
2007-07-19 00:21:38 +00:00 |
|
skarg
|
d098dfcd4c
|
|
2007-06-15 22:48:46 +00:00 |
|
skarg
|
9069c939da
|
Fixing indent oops which removed the contents of all these files.
|
2007-06-14 05:33:15 +00:00 |
|
skarg
|
ea4863ca25
|
Indented.
|
2007-06-14 05:14:26 +00:00 |
|
skarg
|
076ee5f3ca
|
Changed priority parameter to unsigned since we don't need to use negative values and were not checking for negative to be invalid.
|
2007-05-22 13:44:07 +00:00 |
|
skarg
|
befc997533
|
Reverted change of sprintf %u to %lu since gcc defines uint32_t as unsigned int rather than long unsigned int like the pic. I will just add a note to the readme or demo projects for the PIC.
|
2007-03-27 13:44:48 +00:00 |
|
skarg
|
b68f1a0f8e
|
Changed sprintf from %u or %d to %lu to fix problem in PIC ports.
|
2007-03-27 11:20:39 +00:00 |
|
skarg
|
b41c124dcc
|
Corrected Analog Output setting of value which had priority off-by-one error.
|
2007-02-27 22:17:34 +00:00 |
|
skarg
|
1386b41f2d
|
Ran the indent and comment script to standardize the source files.
|
2007-02-23 02:14:50 +00:00 |
|
skarg
|
b03a5416e6
|
Corrected warnings generated from the Visual C++ 6.0 compiler. Updated the Visual C++ 6.0 ports demo project. Updated the Borland C++ ports demo project.
|
2007-02-13 20:41:22 +00:00 |
|
skarg
|
0f43f3d227
|
Added functions to the analog output demo object to get and set the Present_Value.
|
2007-02-09 16:47:59 +00:00 |
|
skarg
|
bfc82bd07d
|
Changed array element 0 to be more clear in the code.
|
2007-02-08 21:57:47 +00:00 |
|
skarg
|
71d59fbb8b
|
Standardized the comments and indentation using the comment.sh and indent.sh scripts.
|
2007-02-02 02:25:15 +00:00 |
|
skarg
|
c9e1382044
|
Modified WriteProperty handler to handle context-specific, application, and constructed data. Fixed up all the demos to use new API.
|
2007-01-18 21:22:40 +00:00 |
|
skarg
|
b36225149c
|
Corrected index offset for priority array when read one index at a time.
|
2007-01-15 16:10:12 +00:00 |
|
skarg
|
3506c8f95c
|
Corrected priority array for read property when elements are read individually.
|
2007-01-15 15:55:44 +00:00 |
|
skarg
|
f7d549dec6
|
Cleaned up warnings from Visual C++ 6.0 compile by adding casts.
|
2006-12-12 15:45:01 +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
|
dee63d45bc
|
Changed all the C++ comments to C comments using comment.sh script.
|
2006-02-19 01:32:09 +00:00 |
|
skarg
|
d6a891f0d1
|
running the indent on the files.
|
2006-02-18 23:11:25 +00:00 |
|
skarg
|
44587d5b81
|
Cleaned up gcc build on linux for whohas and i-have changes.
|
2006-02-16 21:53:23 +00:00 |
|
skarg
|
5fcf45a781
|
Created I-Have service encoding/decoding/unit test.
Added handlers for I-Have and Who-Has.
Added send for I-Have and Who-Has.
Created demo for WhoHas.
Added I-Have handling in server demo.
|
2006-02-16 21:35:06 +00:00 |
|
skarg
|
6d0f6adb90
|
Fixed Device Address Binding by allowing a zero length APDU to be passed back from the objects, and used -1 as signal for error encoding.
|
2006-02-09 17:50:48 +00:00 |
|
skarg
|
15cdb72e55
|
Changed the BACnet priority defines to include the definition of NO Priority for this particular stack. Added min and max priority, and checking during write property.
|
2006-01-24 15:15:17 +00:00 |
|
skarg
|
d7ed1480fe
|
Moved the demo objects into demo/object directory, and updated the makefiles and unit tests to handle the move.
|
2006-01-10 20:36:30 +00:00 |
|