Commit Graph

233 Commits

Author SHA1 Message Date
skarg 22f720ea3f Added some object type enumerations 2005-11-15 20:34:13 +00:00
skarg 9f84b7262b created BACnet text conversion base for use with fuller featured BACnet devices that need to show some text. 2005-11-15 11:48:38 +00:00
skarg 0bf3be87a4 Created index to text library for handling enumeration to text conversions. 2005-11-15 11:47:18 +00:00
skarg cc5c1bba47 Added comments to the read property demo. 2005-11-13 12:55:12 +00:00
skarg 69899a03b5 removed RPM.c from the make since it is not ready for prime time yet. 2005-11-13 00:47:39 +00:00
skarg dadef5cc6e Corrected refactoring that failed to compile :-) 2005-11-13 00:45:34 +00:00
skarg 491a0c34cd Refactored error message for RPM to use. 2005-11-13 00:38:27 +00:00
skarg a2cdae2301 added comment. 2005-10-21 11:11:52 +00:00
skarg d647cb6d2d Added decoding for ReadPropertyMultiple - not unit tested or validated. 2005-10-21 11:11:26 +00:00
skarg 1bb486bffa corrected RPM Ack encoding. 2005-10-18 13:01:58 +00:00
skarg 3ca33605fe cleaned up some warnings. 2005-10-17 20:54:17 +00:00
skarg a384de5bbf Finished unit testing ReadPropertyMultiple. Not finished with RPM ACK. 2005-10-17 20:53:40 +00:00
skarg 6be58cf93f Created a coding standard to maximize cross platform and multiple compiler compatibility. I probably need to clean up some of the code to meet the standard! The standard was based on the Ethereal coding standard. 2005-10-13 11:22:15 +00:00
skarg 54ba9561d8 adding ReadPropertyMultiple support - more work to do... 2005-10-12 18:02:32 +00:00
skarg 57396fd0a9 added license text to project 2005-10-10 17:45:26 +00:00
skarg c701c987a2 changed my workspace a little 2005-09-29 19:33:24 +00:00
skarg c45d61b9e2 Updated code to compile on MPLAB C18 v2.44 compiler. 2005-09-29 19:28:18 +00:00
skarg b15fdebd83 updated BACnet-IP for the Borland C++ compiler, and added a makefile to make the demo. 2005-09-29 17:59:03 +00:00
skarg f0f3c9ab64 Got the ARCNET datalink layer working 2005-09-07 13:01:54 +00:00
skarg 4ba79baf1e Added handling for ARCNET on the Linux port. 2005-09-06 20:41:01 +00:00
skarg 7368ba24f6 refactored after BACnet/IP refactoring. 2005-09-06 20:31:34 +00:00
skarg 211e0fdb34 Added ARCNET raw packet handling for Linux. 2005-09-06 20:28:52 +00:00
skarg 62d3c2e45a Corrected index problem in ao.c, and finished unit test. Closed bug 1266293: error in ao.c: Analog_Output_Present_Value. 2005-09-06 15:40:32 +00:00
skarg 705a04b92f fixed compile errors 2005-08-15 17:53:13 +00:00
skarg 2e87236e9b Added externs declarations to header files to handle C++ compilation.
Cleaned up BACnet/IP API a little.
2005-08-13 14:10:21 +00:00
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