Commit Graph

536 Commits

Author SHA1 Message Date
skarg 0c718d5d1f Created new Load Control object. (in progress) 2007-01-11 21:46:15 +00:00
skarg 6dda59d17b Added more enumerations for new objects. 2007-01-11 21:44:35 +00:00
skarg 0f5f00e15b Added pre-compile defines to Win32 build using Visual C++ 6.0. Documented the defines in readme file. 2006-12-12 15:46:16 +00:00
skarg f7d549dec6 Cleaned up warnings from Visual C++ 6.0 compile by adding casts. 2006-12-12 15:45:01 +00:00
skarg 6c41adb560 Updated the ports/win32/bacnet demo application for Visual C++. 2006-12-07 22:02:49 +00:00
skarg 43ee40a83f 2006-12-06 21:43:49 +00:00
skarg 40f3fba8c0 Corrected SubcribeCOVProperty encoding/decoding. It did the monitoredPropertyIdentifier incorrectly. 2006-11-13 01:08:14 +00:00
skarg fcf942b5f8 Changed some demo main files to main.c and made them use datalink generic API calls. 2006-11-02 21:50:43 +00:00
skarg cb13cbf354 Added COVSubscribe and COVSubscribeProperty service encoding and unit tests. 2006-10-24 03:25:11 +00:00
skarg 73b9c3eb24 corrected boolean context encoding. Added real context encoding. 2006-10-24 03:24:15 +00:00
skarg 4442ba82c2 Updated the VTS3 EPICS for the demo/server example. 2006-10-23 14:36:46 +00:00
skarg 2f9d0ea949 renamed the developer readme file to be consistent with the other readme files. 2006-10-08 10:42:44 +00:00
skarg 591da1d682 added Line-of-Code count. 2006-10-08 10:39:41 +00:00
skarg cc0dadf906 updated the readme documentation. 2006-10-08 10:36:41 +00:00
skarg 5dd8c6da91 Converted to standard indent style. 2006-10-07 14:13:34 +00:00
skarg 19c5a20205 Converted C++ comments to C comments 2006-10-07 14:12:16 +00:00
skarg 8d9c621e89 Corrected unit test for the abort PDU message. 2006-10-07 13:29:30 +00:00
skarg 434fd34b02 Corrected the server flag to actually work correctly. 2006-10-06 00:52:25 +00:00
skarg f45d694a51 Corrected the server bit in the abort PDU which was missing for the abort messages. 2006-10-05 22:46:59 +00:00
skarg 5b10d86430 Put WriteProperty demo instance back to 4194303. 2006-10-05 12:52:24 +00:00
skarg f7eace9522 Added check to Borland Make to see if the Borland directory had been defined. 2006-10-05 12:51:08 +00:00
skarg 9c237a25d1 Cleaned up compiler warning on win32 build. 2006-10-05 12:49:46 +00:00
skarg 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. 2006-10-05 12:47:23 +00:00
skarg de8a4b960c Cleaned up warning on win32 build. 2006-10-05 12:45:07 +00:00
skarg d26cde35aa Updated MS/TP for the PIC project. Fixed some state transistions, and optimized to be able to return the token promptly. 2006-09-27 12:12:07 +00:00
skarg 0aa2110763 Changed write property demo to be able to write to device 4194303. 2006-09-27 12:03:16 +00:00
skarg d4599d0961 Updated the EPICS for the server demo. 2006-09-27 12:02:36 +00:00
skarg 19d5b94fcc corrected encoding for DCC demo handler. 2006-09-24 03:20:50 +00:00
skarg 947e35c35c Corrected demo send example for whohas service. 2006-09-24 03:09:33 +00:00
skarg f54c97a657 corrected apdu encoding for error production for demo read property handler. 2006-09-24 03:03:52 +00:00
skarg 337bc5ab4e Corrected the NPDU encoding for the demo handlers. 2006-09-23 22:02:04 +00:00
skarg 07a1077b2d correcting the npdu encoding for handlers. 2006-09-22 21:16:20 +00:00
skarg 550dbbb91e Moved code that is only used in unit test into the unit test portion of the module. 2006-09-21 11:20:09 +00:00
skarg 0368fc6879 Moved functions only used in unit test into unit test section of the file. 2006-09-21 11:18:48 +00:00
skarg 64299be5ae Changed PIC to little endian. 2006-09-21 11:17:56 +00:00
skarg dd9b726b5e corrected state transition in WAIT FOR REPLY state. 2006-09-21 11:17:10 +00:00
skarg 0d80e263ea Converted NPDU to correct encoding form. 2006-09-20 23:58:18 +00:00
skarg 4059e68bb7 Moved decode that is used only in unit test into the unit test section of the code. 2006-09-19 20:19:22 +00:00
skarg bb9351fa9f moved rs485.h into ports. 2006-09-16 19:49:44 +00:00
skarg 464e96afda removed from root directory since all the demos are in the demo directory, and the ports sample files are in the ports/x directories. 2006-09-16 17:49:46 +00:00
skarg 310b4c1479 moved the mstp state machines into the ports directories since they will be custom for each port. Some ports will be single threaded while some will use an RTOS. 2006-09-16 17:48:52 +00:00
skarg b632f158f4 Changed the MS/TP state machine to cheat a little in order to make the timing contraints. 2006-09-05 20:28:59 +00:00
skarg 8e864e4e08 Changed precompiler defines which confused the PIC18 compiler. 2006-09-01 18:34:32 +00:00
skarg fd308f9f9e Added comments. 2006-09-01 18:33:35 +00:00
skarg 0e58e76090 Updated PIC18 port. 2006-09-01 18:02:44 +00:00
skarg 55441280e4 Created a local device.c object which is significantly smaller than the standard demo device.c object. 2006-08-30 16:46:20 +00:00
skarg 173b99295a Cleaned up Microchip compiler warnings. 2006-08-30 16:45:15 +00:00
skarg 19a823350e Updated files for PIC18F port. 2006-08-29 20:57:30 +00:00
skarg 6e67d7388d Reverted the WriteProperty value changes. I am not really happy with the solution and it would require a bunch of fixes to the demos. 2006-08-29 20:43:46 +00:00
skarg 42e0033c98 Fixed a few more bugs in MS/TP, and leaned it out some more. 2006-08-29 20:42:26 +00:00