Commit Graph

194 Commits

Author SHA1 Message Date
skarg 273d65175b Refactored Makefiles for Linux. Added other datalink layer source files. 2007-06-11 22:50:35 +00:00
skarg 13aaa9e847 Added debug prints to the AtomicReadFile handler. 2007-06-06 16:38:39 +00:00
skarg cddb5b7dd3 Corrected signed value decoding for signed16 and signed8. 2007-06-06 15:54:24 +00:00
skarg 8d557718d2 2007-06-06 00:17:59 +00:00
skarg 8207c3931b Corrected the size of the file chunk requested when the Max APDU is 50. 2007-06-06 00:13:58 +00:00
skarg 54010e7cbb modified the server default build defines for win32. 2007-06-01 18:32:42 +00:00
skarg 5084d3f50d Consolidated the debug print information for the linux server demo. 2007-06-01 17:48:34 +00:00
skarg 57af6b6551 fixed the default interface for Linux to be eth0. 2007-05-30 21:48:12 +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 8026dc003b Combined the interface set into the datalink_init for all the datalink layers. Changed all the demo programs to use datalink_init instead of specific datalink functions. 2007-05-25 01:08:42 +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 78cec1d8c4 Added ability to specify the BACnet/IP interface on multi-homed machines from the command line demo for demo/epics on a Win32 platform. 2007-05-22 00:19:05 +00:00
skarg fc97f448bf Changed demo constant float instead of cast. 2007-04-17 13:29:21 +00:00
skarg 23807e0c83 Enhancing the EPICS demo. 2007-04-03 11:04:25 +00:00
skarg becfdc947d Adding more functionality to Lighting Output object. 2007-04-02 21:49:21 +00:00
skarg 0f53e4c9e9 Updated the pic18f6720 demo in the ports directory. Added EPICS for the pic18f6720. 2007-04-02 21:31:26 +00:00
skarg 42146f3da7 Removed file/folder 2007-03-30 20:23:35 +00:00
skarg 8b13d401a3 cleaned up warning for unused variables during Win32 compile. 2007-03-28 13:06:48 +00:00
skarg b602ba5739 Added demo for extracting EPICS from device. Only extracts device object properties at this time. 2007-03-27 17:39:27 +00:00
skarg 7205b32f99 Changed PIC18F6720 demo to include BI, BV, and AI objects. 2007-03-27 14:06:58 +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 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 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 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 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 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