Commit Graph

207 Commits

Author SHA1 Message Date
skarg fdbe2eab1e fixing the RTOS-32 port for BACnet/IP. 2005-08-12 21:22:50 +00:00
skarg bc21625461 refactored the BACnet/IP for each of the ports 2005-08-12 15:44:42 +00:00
skarg 81ce0fef85 Added check to keep us from getting BACnet/IP messages from ourselves 2005-07-03 11:17:36 +00:00
skarg 0bf6b5885e Added check to prevent BACnet/IP messages from myself. 2005-07-03 11:15:08 +00:00
skarg 36bebd5247 corrected BACnet end-of-file for Atomic Read File. 2005-07-02 11:01:44 +00:00
skarg 25ed207797 corrected TSM timer timeout. 2005-07-02 10:51:51 +00:00
skarg ff1dbe83b0 made the datalink generic while adding datalink for MS/TP 2005-06-30 21:31:00 +00:00
skarg 2d5264446e created to handle the datalink requirements for MS/TP. 2005-06-30 21:29:36 +00:00
skarg 74a833fd05 Added error message when priority 6 is written to since that priority is reserved for minimum on/off time, per the BTL Implementors Guide. 2005-06-25 12:40:39 +00:00
skarg 9e154c773e Increased the size of the MAC address in the BACnet address to handle IPv6 addresses per the BTL Implementors Guide. 2005-06-25 12:39:10 +00:00
skarg 5ceddb8c03 Refactored to make the ReadProperty functions less stack heavy. Fixed ReadPropertyAck after running unit test. 2005-06-24 12:42:49 +00:00
skarg f081bf3cf2 created while adding ReadPropertyMultiple service 2005-06-24 12:41:42 +00:00
skarg fb8d423bde corrected unit tests 2005-06-18 23:36:08 +00:00
skarg 4a7139066d added comments 2005-06-14 10:35:13 +00:00
skarg b2727702d4 corrected AtomicReadFileAck. 2005-06-13 19:38:14 +00:00
skarg 6c35ca9567 cleaned up compiler warnings 2005-06-13 12:48:25 +00:00
skarg 2624538022 modified for AtomicReadFile handling. 2005-06-12 01:01:30 +00:00
skarg cfeffab82f created for File Object handling. 2005-06-12 01:00:42 +00:00
skarg a7727cf322 Added Atomic Read File Ack function prototypes to the header file. 2005-06-05 00:52:55 +00:00
skarg 14fe61a7bf added Atomic Write File Ack encoding and decoding and unit tests. Added function prototypes to the header file. 2005-06-05 00:52:21 +00:00
skarg 7dec29d213 Added the Atomic Read File Ack encoding and decoding and unit tests. Corrected the Atomic Read File encoding and decoding. 2005-06-05 00:35:10 +00:00
skarg d2814fa900 corrected the encoding and decoding for Atomic Write File. 2005-06-04 23:49:34 +00:00
skarg a699d3bb0c created AtomicReadFile encode and decode functions and unit tests. 2005-06-04 22:48:09 +00:00
skarg 6078373f12 corrected code and added unit testing for Atomic Write File. Fixed the encode of octet strings, and added unit testing. 2005-06-04 22:31:37 +00:00
skarg 72f5386147 added octet string encoding/decoding. 2005-06-02 11:22:56 +00:00
skarg fea7e7f171 created 2005-06-02 11:22:36 +00:00
skarg 68f7e4bc8a corrected BIP for the Win32 and RTOS32 builds. Compiled and tested under Borland C++ 5.02and Visual C++ 6 SP5. 2005-05-31 17:31:30 +00:00
skarg 9f079fc846 added cast to fix compiler warning 2005-05-31 17:27:36 +00:00
skarg 45bc2cf1be commented out the read property test to keep it quieter on the network. 2005-05-31 16:08:30 +00:00
skarg 5d7ddd1b2c changed the read property to read all standard device properties 2005-05-28 11:34:20 +00:00
skarg 8d646f323f created 2005-05-27 18:44:42 +00:00
skarg f5a7f1886d added header file to fix compiler warning 2005-05-27 17:18:25 +00:00
skarg 7e952b0912 refactored the binding process. 2005-05-27 17:16:55 +00:00
skarg df7ba026c9 refactored the data link layer 2005-05-27 12:40:04 +00:00
skarg cc3ec5ba38 created 2005-05-27 12:39:32 +00:00
skarg 1721b00404 corrected compiler warning, and fixed tsm for confirmed transactions. 2005-05-26 19:07:35 +00:00
skarg 58746c2182 corrected for warnings from Borland. 2005-05-26 18:53:16 +00:00
skarg 3029fed576 added compare address function to API. 2005-05-25 10:31:08 +00:00
skarg fd596a495d corrected unit test 2005-05-25 10:28:39 +00:00
skarg 4c8f288b4b modified to support confirmed messages. Verified with ReadProperty request. 2005-05-25 00:42:21 +00:00
skarg d13c9172fa created for handling address cache binding for sending confirmed messages. 2005-05-25 00:41:27 +00:00
skarg 96e5e43938 refactored and added return error codes to read property functions. 2005-05-24 10:47:46 +00:00
skarg f0a28e494b corrected code after unit testing. 2005-05-23 11:03:14 +00:00
skarg 337f38d7fc added write property unit test 2005-05-23 02:48:39 +00:00
skarg ae6157c781 changed a magic constant to a common define. 2005-05-23 01:57:50 +00:00
skarg 5c2cb65311 modified comment 2005-05-16 00:17:35 +00:00
skarg 0147f51dc1 added handling for null write to AO object present value 2005-05-16 00:16:59 +00:00
skarg 82a9b1576a rewrote the write property to handle most basic tag types 2005-05-15 21:12:06 +00:00
skarg b59def4ff9 minor consistency update 2005-05-15 21:11:28 +00:00
skarg 6f9a64ae1a added types for decoding write property 2005-05-15 12:10:12 +00:00