Commit Graph

13 Commits

Author SHA1 Message Date
skarg 15af87a4fd Created handler for AtomicWriteFile service. Added it to the demo/server example. 2007-02-25 23:23:53 +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 b1d46ffa8c ran the indent program on the source files to make them consistent. 2006-02-18 22:34:36 +00:00
skarg 566749508c Added DeviceCommunicationControl in the demos and into the stack. 2006-02-10 22:44:34 +00:00
skarg 463fee881e Added a character string compare function to be able to unit test. 2006-02-03 15:39:46 +00:00
skarg a824bda15b Added new character string function to copy character strings. 2006-01-24 15:12:13 +00:00
skarg 23d2d7546b Added a copy method for octet strings. 2006-01-17 15:42:46 +00:00
skarg 137f36a977 Modified the character strings encoding to intialize character strings with NULLs at the end. Changed device object demo to use ANSI X34 only. Fixed bug in WriteProperty for Device Object Name. 2006-01-05 18:40:11 +00:00
skarg 105528e7b1 Corrected analog output and analog input bit strings for status flags
which were not getting initialized.  Refactored the bit strings and
moved functionality from bacdcode into bacstr.
2006-01-05 01:29:32 +00:00
skarg 1cc71f8d14 changed the modules to use the new BACNet string types.
Modified the device object to handle having the string properties changed via WriteProperty service.
Updated the unit tests.
Updated the demo objects.
2005-12-23 17:39:36 +00:00
skarg 9a9d072e14 added bacstr to linux demo makefile. 2005-12-17 22:23:06 +00:00
skarg 1181201f4e Added BACnet Octet String API. 2005-12-17 22:14:01 +00:00
skarg 950146b279 Created API for handing BACnet Character Strings, Octet Strings, and moved the Bit String handling into this module. 2005-12-17 21:41:37 +00:00