Commit Graph

  • 6c5b409dcf Tested Win32 port projects. skarg 2007-02-23 13:05:19 +00:00
  • e29e9ded59 Fixed warnings generated by Visual C++ 6.0. skarg 2007-02-23 13:04:33 +00:00
  • 63360d8c3b Corrected unit test to compile. skarg 2007-02-23 02:22:05 +00:00
  • 1386b41f2d Ran the indent and comment script to standardize the source files. skarg 2007-02-23 02:14:50 +00:00
  • ada921d5f3 Added diagnostic debug to load control object for verification. skarg 2007-02-22 22:25:11 +00:00
  • f36425de09 Corrected effeciency of state machine in load control object. skarg 2007-02-22 22:09:19 +00:00
  • 58d23afc4e Corrected octet string encoding cut/paste error when memcopy was replaced by for-loop. This was found during unit testing. skarg 2007-02-21 18:49:51 +00:00
  • 8b41ab1e07 added newline at end of file to eliminate compiler warning. skarg 2007-02-20 21:04:44 +00:00
  • fa79a1b7ce removed unused variable. skarg 2007-02-20 21:03:16 +00:00
  • ef1e2f0b06 added missing include file. skarg 2007-02-20 21:01:53 +00:00
  • 4d91e68c6c removed unused local variables. skarg 2007-02-20 20:59:16 +00:00
  • b3d15b1f37 Enhanced the WriteProperty service demo to allow multiple tagged data elements and to allow context data. skarg 2007-02-20 20:56:08 +00:00
  • 2fed6fcf3b Enhanced date and time parsing for WriteProperty demo. skarg 2007-02-14 21:52:13 +00:00
  • d387da80e6 adding unit test for load control state machine. skarg 2007-02-14 17:31:02 +00:00
  • 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. skarg 2007-02-13 20:41:22 +00:00
  • 714a3b094f removed unused local variables. skarg 2007-02-13 19:49:14 +00:00
  • 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. skarg 2007-02-13 19:37:57 +00:00
  • de4067e195 Adding more functionality to load control object state machine. skarg 2007-02-09 21:57:37 +00:00
  • 36dc876231 Adding more functionality to load control object state machine. skarg 2007-02-09 16:48:37 +00:00
  • 0f43f3d227 Added functions to the analog output demo object to get and set the Present_Value. skarg 2007-02-09 16:47:59 +00:00
  • 64ebf973a8 Added functions to handle wildcard values for date and time. skarg 2007-02-09 16:47:13 +00:00
  • bfc82bd07d Changed array element 0 to be more clear in the code. skarg 2007-02-08 21:57:47 +00:00
  • fee2356d30 adding state machine for load control skarg 2007-02-07 22:00:45 +00:00
  • f3adf2140d updated for PIC port. skarg 2007-02-06 20:23:42 +00:00
  • ef5695a47a Changed memmove to simple loop to be compatible with PIC port. skarg 2007-02-05 16:33:33 +00:00
  • 300386aff6 skarg 2007-02-05 16:10:48 +00:00
  • 12b7016eed Corrected linker script to have more stack and to reserve space for debugger. skarg 2007-02-05 15:52:01 +00:00
  • 898c42df2a Changed default baud rate for MS/TP to be 38400 for pic18f6720 demo. skarg 2007-02-02 22:48:20 +00:00
  • 56ef663061 Added read property handler for just a single device object. skarg 2007-02-02 22:47:26 +00:00
  • e89637f1f9 Corrected interrupts for pic18f6720 demo. skarg 2007-02-02 19:10:47 +00:00
  • ba7a1ad750 skarg 2007-02-02 16:02:52 +00:00
  • 3f6b19f8ac Added pic18f6720 configuration bits. skarg 2007-02-02 15:51:57 +00:00
  • d0c297914e Corrected comments that didn't convert well automatically and caused syntax errors. skarg 2007-02-02 15:03:57 +00:00
  • 71d59fbb8b Standardized the comments and indentation using the comment.sh and indent.sh scripts. skarg 2007-02-02 02:25:15 +00:00
  • 5e7c88b171 Corrected unit tests to work with new datalink file. skarg 2007-02-02 02:20:21 +00:00
  • f9f53c1ec6 Corrected two compiler warnings. skarg 2007-02-02 01:30:14 +00:00
  • 294e257007 Corrected makefiles for demos since I removed the datalink.c file in favor of datalink.h only. skarg 2007-02-01 22:31:35 +00:00
  • 42985437e5 Added demo for PIC18F6720 with MS/TP datalink layer. Untested. skarg 2007-02-01 21:37:53 +00:00
  • c27c5002d5 integrated the load control object into the demos. skarg 2007-01-26 12:47:46 +00:00
  • fc3074b8fa Adding Load Control object state machine - not finished. skarg 2007-01-23 21:44:29 +00:00
  • 57e78e4f8e Added ucov demo into makefile under win32. skarg 2007-01-23 21:44:02 +00:00
  • 7b7645f060 Added functions to assist Load Control object. skarg 2007-01-23 21:43:26 +00:00
  • b6fcd46b93 Added datetime to unit tests that depended on it. skarg 2007-01-22 22:13:34 +00:00
  • 344ba775fd corrected datetime function for compare. skarg 2007-01-22 21:36:37 +00:00
  • 0b1877d856 updated demo to use BACnet datetime module. skarg 2007-01-22 20:41:20 +00:00
  • 42481b7cd5 Updated demo to use datetime module. skarg 2007-01-22 20:39:53 +00:00
  • d1cf788641 Added datetime module to demo applications. skarg 2007-01-22 20:31:54 +00:00
  • df0ef160d8 Added datetime module to unit test script. skarg 2007-01-22 19:45:08 +00:00
  • b52854a073 created unix make file for unit test. skarg 2007-01-22 19:43:17 +00:00
  • c0bbabc27b Finished unit testing the BACnet date time module. skarg 2007-01-22 19:40:34 +00:00
  • f1df19f07c Moved BACnet date and time into their own module. skarg 2007-01-22 16:51:08 +00:00
  • 5aee2513fa Fixed errors in compile. skarg 2007-01-19 21:59:38 +00:00
  • 6864a32d22 Added time, date, and datetime helper functions for copy, compare, and set. skarg 2007-01-19 21:53:16 +00:00
  • 0a7102a79f Adding Load Control object state machine. skarg 2007-01-19 21:52:43 +00:00
  • cd01926295 Clean compile of initial load control object. skarg 2007-01-19 19:46:33 +00:00
  • 3933936a5d Corrected writeproperty after changing API and testing. skarg 2007-01-19 19:18:46 +00:00
  • a849f198b2 change the help usage text. skarg 2007-01-19 19:18:03 +00:00
  • c569282174 Fixed unit tests after write property changes. skarg 2007-01-19 16:09:01 +00:00
  • a39c9de535 Fixed the problems from the WriteProperty changes. Compiles cleanly. Needs tested. skarg 2007-01-18 22:03:00 +00:00
  • 5dc9942e9c Finished coding the read/write property handling for load control object - untested. skarg 2007-01-18 21:28:46 +00:00
  • c9e1382044 Modified WriteProperty handler to handle context-specific, application, and constructed data. Fixed up all the demos to use new API. skarg 2007-01-18 21:22:40 +00:00
  • 69e9cf4ee1 Fixed unit test for data length function. skarg 2007-01-18 19:35:11 +00:00
  • f48e6997ac adding BACnet application and context-specfic data parsing for WriteProperty. skarg 2007-01-18 19:32:31 +00:00
  • 176331270c Added more properties for the Load Control object. Adding write properties. skarg 2007-01-15 21:57:29 +00:00
  • 66dab677d6 Fixed comment. skarg 2007-01-15 21:56:57 +00:00
  • b36225149c Corrected index offset for priority array when read one index at a time. skarg 2007-01-15 16:10:12 +00:00
  • 40582999b3 Added more text enumerations from BACnet addenda. skarg 2007-01-15 15:56:48 +00:00
  • 3506c8f95c Corrected priority array for read property when elements are read individually. skarg 2007-01-15 15:55:44 +00:00
  • 113578f3d6 Adding more property enumerations. skarg 2007-01-15 13:22:13 +00:00
  • a17a890dc4 fixed duplicate entries. skarg 2007-01-15 13:20:47 +00:00
  • 41fce1dcfb Adding Lighting Control object demo. - in progress. skarg 2007-01-12 22:06:48 +00:00
  • 0c718d5d1f Created new Load Control object. (in progress) skarg 2007-01-11 21:46:15 +00:00
  • 6dda59d17b Added more enumerations for new objects. skarg 2007-01-11 21:44:35 +00:00
  • 0f5f00e15b Added pre-compile defines to Win32 build using Visual C++ 6.0. Documented the defines in readme file. skarg 2006-12-12 15:46:16 +00:00
  • f7d549dec6 Cleaned up warnings from Visual C++ 6.0 compile by adding casts. skarg 2006-12-12 15:45:01 +00:00
  • 6c41adb560 Updated the ports/win32/bacnet demo application for Visual C++. skarg 2006-12-07 22:02:49 +00:00
  • 43ee40a83f skarg 2006-12-06 21:43:49 +00:00
  • 40f3fba8c0 Corrected SubcribeCOVProperty encoding/decoding. It did the monitoredPropertyIdentifier incorrectly. skarg 2006-11-13 01:08:14 +00:00
  • fcf942b5f8 Changed some demo main files to main.c and made them use datalink generic API calls. skarg 2006-11-02 21:50:43 +00:00
  • cb13cbf354 Added COVSubscribe and COVSubscribeProperty service encoding and unit tests. skarg 2006-10-24 03:25:11 +00:00
  • 73b9c3eb24 corrected boolean context encoding. Added real context encoding. skarg 2006-10-24 03:24:15 +00:00
  • 4442ba82c2 Updated the VTS3 EPICS for the demo/server example. skarg 2006-10-23 14:36:46 +00:00
  • 2f9d0ea949 renamed the developer readme file to be consistent with the other readme files. skarg 2006-10-08 10:42:44 +00:00
  • 591da1d682 added Line-of-Code count. skarg 2006-10-08 10:39:41 +00:00
  • cc0dadf906 updated the readme documentation. skarg 2006-10-08 10:36:41 +00:00
  • 5dd8c6da91 Converted to standard indent style. skarg 2006-10-07 14:13:34 +00:00
  • 19c5a20205 Converted C++ comments to C comments skarg 2006-10-07 14:12:16 +00:00
  • 8d9c621e89 Corrected unit test for the abort PDU message. skarg 2006-10-07 13:29:30 +00:00
  • 434fd34b02 Corrected the server flag to actually work correctly. skarg 2006-10-06 00:52:25 +00:00
  • f45d694a51 Corrected the server bit in the abort PDU which was missing for the abort messages. skarg 2006-10-05 22:46:59 +00:00
  • 5b10d86430 Put WriteProperty demo instance back to 4194303. skarg 2006-10-05 12:52:24 +00:00
  • f7eace9522 Added check to Borland Make to see if the Borland directory had been defined. skarg 2006-10-05 12:51:08 +00:00
  • 9c237a25d1 Cleaned up compiler warning on win32 build. skarg 2006-10-05 12:49:46 +00:00
  • 4ddeb3dcad Corrected ReadProperty reply when data is too big to fit into APDU. It is required to be an Abort messaage, not an Error message. skarg 2006-10-05 12:47:23 +00:00
  • de8a4b960c Cleaned up warning on win32 build. skarg 2006-10-05 12:45:07 +00:00
  • d26cde35aa Updated MS/TP for the PIC project. Fixed some state transistions, and optimized to be able to return the token promptly. skarg 2006-09-27 12:12:07 +00:00
  • 0aa2110763 Changed write property demo to be able to write to device 4194303. skarg 2006-09-27 12:03:16 +00:00
  • d4599d0961 Updated the EPICS for the server demo. skarg 2006-09-27 12:02:36 +00:00
  • 19d5b94fcc corrected encoding for DCC demo handler. skarg 2006-09-24 03:20:50 +00:00
  • 947e35c35c Corrected demo send example for whohas service. skarg 2006-09-24 03:09:33 +00:00