Commit Graph

14 Commits

Author SHA1 Message Date
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 b7321923af Cleaned up compiler warnings and errors for Win32 build. 2005-12-07 15:15:27 +00:00
skarg c45d61b9e2 Updated code to compile on MPLAB C18 v2.44 compiler. 2005-09-29 19:28:18 +00:00
skarg 62d3c2e45a Corrected index problem in ao.c, and finished unit test. Closed bug 1266293: error in ao.c: Analog_Output_Present_Value. 2005-09-06 15:40:32 +00:00
skarg 74a833fd05 Added error message when priority 6 is written to since that priority is reserved for minimum on/off time, per the BTL Implementors Guide. 2005-06-25 12:40:39 +00:00
skarg 2624538022 modified for AtomicReadFile handling. 2005-06-12 01:01:30 +00:00
skarg 9f079fc846 added cast to fix compiler warning 2005-05-31 17:27:36 +00:00
skarg 96e5e43938 refactored and added return error codes to read property functions. 2005-05-24 10:47:46 +00:00
skarg 337f38d7fc added write property unit test 2005-05-23 02:48:39 +00:00
skarg 0147f51dc1 added handling for null write to AO object present value 2005-05-16 00:16:59 +00:00
skarg 82a9b1576a rewrote the write property to handle most basic tag types 2005-05-15 21:12:06 +00:00
skarg e5b5fb76e0 corrected priority array on read 2005-05-15 11:51:30 +00:00
skarg 7f4f1a731b adding analog output object 2005-05-14 15:36:51 +00:00