Commit Graph

15 Commits

Author SHA1 Message Date
skarg f48e6997ac adding BACnet application and context-specfic data parsing for WriteProperty. 2007-01-18 19:32:31 +00:00
skarg 6c41adb560 Updated the ports/win32/bacnet demo application for Visual C++. 2006-12-07 22:02:49 +00:00
skarg a30d497669 indented. 2006-08-13 00:57:17 +00:00
skarg 5bb205dc03 Changed the API to pass the NPDU data down through the datalink layer in order to make the dlmstp work since it needs data-expecting-reply information. Of course, this affected all the demos, all the unit tests, and most of the demo handlers. Corrected some TSM leaks in confirmed messages. Refactored the AtomicReadFile and AtomicWriteFile demos by moving the Send_ functions to the demo/handlers directory and using the s_whois common handler. Added some common defines for the BACnet version and revision since several modules were using the info. Hopefully I didn't break too many things. 2006-08-13 00:54:05 +00:00
skarg 9a666f7492 Added a PRINT_ENABLED define to allow small embedded devices without print capability to use some functions in this module. Moved the compare functions to the unit test. 2006-08-10 19:12:07 +00:00
skarg e6a37a34a8 Added a Binary Input object to the demo objects and updated the demo applications and device object to support the new object. 2006-03-22 03:51:36 +00:00
skarg 469e32957f refactored the date and time compare to use in unit test. 2006-02-21 19:14:32 +00:00
skarg b1d46ffa8c ran the indent program on the source files to make them consistent. 2006-02-18 22:34:36 +00:00
skarg ce18b3a55d Added BACnet application encoding and decoding for bit strings.
Added BACnet text for month_name, week_of_month, day_of_week, event_state, binary_present_value, reliability, device_status, and segmentation.
Added BACnet application handling for printing the property value to a stream.
2006-02-09 17:28:03 +00:00
skarg 32b617b672 Added function to encode the application tag value from a string. Added unit tests. 2006-01-23 13:07:11 +00:00
skarg cabdeab081 Fixed up most warnings after bacdcode changes to unsigned and signed decoding.
Fixed up the Visual C++ demo in ports/win32/bacnet/
2006-01-16 15:00:22 +00:00
skarg 9a9d072e14 added bacstr to linux demo makefile. 2005-12-17 22:23:06 +00:00
skarg 9c716aab7b Completed successfully unit testing the ReadPropertyMultiple service, and refactored the bacapp module unit test. 2005-12-11 23:43:41 +00:00
skarg a2fbc7145e refactoring to make unit test useful for others. 2005-12-11 13:09:46 +00:00
skarg 51da4244ad refactored the application data encoding and decoding and created BACapp module. 2005-12-10 22:22:46 +00:00