Commit Graph

100 Commits

Author SHA1 Message Date
skarg b952a54966 Adding ReadPropertyMultiple handler (thank you to John Stachler for this contribution!). Untested and not finished integrating with the demos. 2007-07-17 00:21:31 +00:00
skarg b3f0ef2d74 Added casts to remove warnings on IAR compiler. 2007-06-20 21:21:26 +00:00
skarg e142d20f3a Updated the version number. 2007-06-18 17:02:51 +00:00
skarg a18d338f00 Set the EOL-style to native for most files using svn propset command. Some files also had inconsistent line endings. Seems that subversion doesn't set the eol-style automatically when files are created unless it is configured for autoprops. The autoprops setting is local to the subversion installation and not the project. 2007-06-18 16:22:24 +00:00
skarg 8833675ad8 Changed Firmware_Revision property to return 0.3.1 which is the version of the BACnet Stack at SourceForge. 2007-06-15 22:54:05 +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 8d557718d2 2007-06-06 00:17:59 +00:00
skarg f936794362 Added BIG_ENDIAN define to all the unit tests so they would compile. 2007-05-28 15:37:10 +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 fc97f448bf Changed demo constant float instead of cast. 2007-04-17 13:29:21 +00:00
skarg becfdc947d Adding more functionality to Lighting Output object. 2007-04-02 21:49:21 +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 6f04232d32 Updated for running the PIC demo. 2007-03-23 17:07:13 +00:00
skarg 71cdafef52 added unit test for Lighting Output object. 2007-03-10 20:03:40 +00:00
skarg 5d15c86541 Cleaned up warnings and comments. 2007-03-10 20:03:14 +00:00
skarg 912f17996c Creating a demo of the proposed Lighting Output object. 2007-03-10 13:54:46 +00:00
skarg a2dc62a68c Changed where Shed_Levels was initialized. Added comments. 2007-03-05 16:13:19 +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 f3f963e66d Added unit testing for load control object state machine. 2007-02-27 22:16:52 +00:00
skarg 9afdc3fffa Adding unit tests to Load Control object to verify state machine. 2007-02-26 22:02:19 +00:00
skarg 2661171f42 Tuning the start time and the other change states check in the state machine. 2007-02-26 20:36:29 +00:00
skarg d119f3cacc Changed the name of the files to temp files. 2007-02-25 23:30:23 +00:00
skarg 15af87a4fd Created handler for AtomicWriteFile service. Added it to the demo/server example. 2007-02-25 23:23:53 +00:00
skarg 63360d8c3b Corrected unit test to compile. 2007-02-23 02:22:05 +00:00
skarg 1386b41f2d Ran the indent and comment script to standardize the source files. 2007-02-23 02:14:50 +00:00
skarg ada921d5f3 Added diagnostic debug to load control object for verification. 2007-02-22 22:25:11 +00:00
skarg f36425de09 Corrected effeciency of state machine in load control object. 2007-02-22 22:09:19 +00:00
skarg d387da80e6 adding unit test for load control state machine. 2007-02-14 17:31:02 +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 714a3b094f removed unused local variables. 2007-02-13 19:49:14 +00:00
skarg dd5d19eb9f Finished the Load Control object integration with the Analog Output object. Added a timer hook for the Load Control object into the server demo application. 2007-02-13 19:37:57 +00:00
skarg de4067e195 Adding more functionality to load control object state machine. 2007-02-09 21:57:37 +00:00
skarg 36dc876231 Adding more functionality to load control object state machine. 2007-02-09 16:48:37 +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 fee2356d30 adding state machine for load control 2007-02-07 22:00:45 +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 f9f53c1ec6 Corrected two compiler warnings. 2007-02-02 01:30:14 +00:00
skarg c27c5002d5 integrated the load control object into the demos. 2007-01-26 12:47:46 +00:00
skarg fc3074b8fa Adding Load Control object state machine - not finished. 2007-01-23 21:44:29 +00:00
skarg b6fcd46b93 Added datetime to unit tests that depended on it. 2007-01-22 22:13:34 +00:00
skarg 5aee2513fa Fixed errors in compile. 2007-01-19 21:59:38 +00:00
skarg 0a7102a79f Adding Load Control object state machine. 2007-01-19 21:52:43 +00:00
skarg cd01926295 Clean compile of initial load control object. 2007-01-19 19:46:33 +00:00
skarg c569282174 Fixed unit tests after write property changes. 2007-01-19 16:09:01 +00:00
skarg a39c9de535 Fixed the problems from the WriteProperty changes. Compiles cleanly. Needs tested. 2007-01-18 22:03:00 +00:00
skarg 5dc9942e9c Finished coding the read/write property handling for load control object - untested. 2007-01-18 21:28:46 +00:00