Commit Graph

624 Commits

Author SHA1 Message Date
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 f45aa10571 Added extra check in case TSM_ENABLED is not defined. 2007-02-26 14:11:55 +00:00
skarg 29267681d2 Moved and inverted the TSM_ENABLED preprocessor check since it wasn't working for when compiled with apdu.c on Linux under GCC. 2007-02-26 14:04:18 +00:00
skarg ca1af32d7c Changed AtomicWriteFile handler to return complex Ack instead of Simple Ack. 2007-02-26 00:05:19 +00:00
skarg d119f3cacc Changed the name of the files to temp files. 2007-02-25 23:30:23 +00:00
skarg 8d14d078a9 Added missing header file. 2007-02-25 23:27:30 +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 6f67d4c59d Removed file/folder 2007-02-23 13:21:38 +00:00
skarg 63e18a0f1f Release BACnet Protocol Stack 0.3.0 2007-02-23 13:19:57 +00:00
skarg 6c5b409dcf Tested Win32 port projects. 2007-02-23 13:05:19 +00:00
skarg e29e9ded59 Fixed warnings generated by Visual C++ 6.0. 2007-02-23 13:04:33 +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 58d23afc4e Corrected octet string encoding cut/paste error when memcopy was replaced by for-loop. This was found during unit testing. 2007-02-21 18:49:51 +00:00
skarg 8b41ab1e07 added newline at end of file to eliminate compiler warning. 2007-02-20 21:04:44 +00:00
skarg fa79a1b7ce removed unused variable. 2007-02-20 21:03:16 +00:00
skarg ef1e2f0b06 added missing include file. 2007-02-20 21:01:53 +00:00
skarg 4d91e68c6c removed unused local variables. 2007-02-20 20:59:16 +00:00
skarg b3d15b1f37 Enhanced the WriteProperty service demo to allow multiple tagged data elements and to allow context data. 2007-02-20 20:56:08 +00:00
skarg 2fed6fcf3b Enhanced date and time parsing for WriteProperty demo. 2007-02-14 21:52:13 +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 64ebf973a8 Added functions to handle wildcard values for date and time. 2007-02-09 16:47:13 +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 f3adf2140d updated for PIC port. 2007-02-06 20:23:42 +00:00
skarg ef5695a47a Changed memmove to simple loop to be compatible with PIC port. 2007-02-05 16:33:33 +00:00
skarg 300386aff6 2007-02-05 16:10:48 +00:00
skarg 12b7016eed Corrected linker script to have more stack and to reserve space for debugger. 2007-02-05 15:52:01 +00:00
skarg 898c42df2a Changed default baud rate for MS/TP to be 38400 for pic18f6720 demo. 2007-02-02 22:48:20 +00:00
skarg 56ef663061 Added read property handler for just a single device object. 2007-02-02 22:47:26 +00:00
skarg e89637f1f9 Corrected interrupts for pic18f6720 demo. 2007-02-02 19:10:47 +00:00
skarg ba7a1ad750 2007-02-02 16:02:52 +00:00
skarg 3f6b19f8ac Added pic18f6720 configuration bits. 2007-02-02 15:51:57 +00:00
skarg d0c297914e Corrected comments that didn't convert well automatically and caused syntax errors. 2007-02-02 15:03:57 +00:00