Commit Graph

291 Commits

Author SHA1 Message Date
skarg 0ea1bf30bf refactored handlers.c into a bunch of little individual files in the demo/handler/ directory. Handlers begin with h_, and Send files begin with s_. The Send files are prototyped in client.h. 2006-01-14 23:48:03 +00:00
skarg 3be3fdaeef Fixed the BACnet signed integer encoding and decoding, and refactored the unsigned encoding and decoding. Added additional unit tests. 2006-01-14 23:43:37 +00:00
skarg 6abbae5fb0 moved the handlers file to the demo/handler directory. 2006-01-13 21:55:25 +00:00
skarg 857a7ab736 Adding an AtomicReadFille command line demo, and splitting the handlers out of handlers.c. 2006-01-13 21:53:46 +00:00
skarg 4556df7083 updated after moving BACnet object modules. 2006-01-10 21:23:55 +00:00
skarg fb7376c019 updated after move of bacnet object files. 2006-01-10 21:00:31 +00:00
skarg d7ed1480fe Moved the demo objects into demo/object directory, and updated the makefiles and unit tests to handle the move. 2006-01-10 20:36:30 +00:00
skarg 3c1cc848a6 Changed cvs info for release document. 2006-01-07 01:20:43 +00:00
skarg 4fa917931e Added check for datalink layer define. 2006-01-06 13:21:18 +00:00
skarg a7aeb6d7a2 Added cast to get rid of compile warning. 2006-01-06 13:20:32 +00:00
skarg 2a9cea02be commented out the read properties actions so that by default it only acts like a simple server. 2006-01-06 13:19:33 +00:00
skarg 2dd16e5be2 corrected unit tests for character set encodings. 2006-01-05 19:54:52 +00:00
skarg 137f36a977 Modified the character strings encoding to intialize character strings with NULLs at the end. Changed device object demo to use ANSI X34 only. Fixed bug in WriteProperty for Device Object Name. 2006-01-05 18:40:11 +00:00
skarg 105528e7b1 Corrected analog output and analog input bit strings for status flags
which were not getting initialized.  Refactored the bit strings and
moved functionality from bacdcode into bacstr.
2006-01-05 01:29:32 +00:00
skarg d82c2c382d Corrected CharacterString encoding, and added unit test for character string in
BACapp.c.
2006-01-04 20:33:49 +00:00
skarg 00b86b9219 Added more Visual C++ hints. 2006-01-04 19:50:00 +00:00
skarg 3fca3c464e updated comments 2006-01-04 17:14:13 +00:00
skarg 95938b7a51 Added some building hints for Visual C++. 2006-01-03 15:17:38 +00:00
skarg b8b3d24b32 Updated the Visual C++ project. 2006-01-03 13:52:28 +00:00
skarg 96091fd6f4 configured for free Borland command line tools as the default. 2006-01-01 21:33:01 +00:00
skarg 0de4bcd4d8 Updated for Win32 build using Borland compiler. 2006-01-01 20:41:32 +00:00
skarg bc13a45bfd Created static buffer library. 2005-12-23 17:42:32 +00:00
skarg bdecdea485 updated to reflect actual usage. 2005-12-23 17:40:50 +00:00
skarg 1cc71f8d14 changed the modules to use the new BACNet string types.
Modified the device object to handle having the string properties changed via WriteProperty service.
Updated the unit tests.
Updated the demo objects.
2005-12-23 17:39:36 +00:00
skarg 89859a867c added error, abort, and reject optional handlers. 2005-12-19 12:47:19 +00:00
bigjohngoulah 56b7e93010 patch for the fixme comments in bacprop 2005-12-18 00:44:23 +00:00
bigjohngoulah de586de7a6 now using simple ack handler for the write 2005-12-18 00:37:16 +00:00
skarg 1f34710f24 Changed the APDU handler to handle freeing the transactions even when there is a custom handler being used. 2005-12-17 22:37:16 +00:00
skarg 9a9d072e14 added bacstr to linux demo makefile. 2005-12-17 22:23:06 +00:00
skarg 1181201f4e Added BACnet Octet String API. 2005-12-17 22:14:01 +00:00
skarg 89da29480e Corrected and unit tested the bitstring and character string API. 2005-12-17 22:05:08 +00:00
skarg 4670b0c90c Moved bitstring handling to its own module - bacstr.c 2005-12-17 21:45:34 +00:00
skarg 950146b279 Created API for handing BACnet Character Strings, Octet Strings, and moved the Bit String handling into this module. 2005-12-17 21:41:37 +00:00
skarg 273e202afb Moved the bacnet object and property map functions to their own module since they really didn't fit with bactext or indtext. Added FIXME notes. 2005-12-17 10:17:55 +00:00
bigjohngoulah bd7f0b3ad4 added a sendWriteRequest, writeAckHandler, wp decode service request, struct and library to map property to tag 2005-12-16 21:39:57 +00:00
bigjohngoulah babe7d57ff added method to return property id given a name 2005-12-13 22:43:07 +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 ea9a4635a5 rewriting ReadPropertyMultiple to use new BACnet Application Data type. Unit test is not passing yet. 2005-12-11 13:11:48 +00:00
skarg a28d0acb14 added comments. 2005-12-11 13:10:29 +00:00
skarg a2fbc7145e refactoring to make unit test useful for others. 2005-12-11 13:09:46 +00:00
skarg 3d0eaed3d6 cleaned up the fallout after refactoring to bacapp module. 2005-12-10 22:42:41 +00:00
skarg ed11b33b29 refactored the application tagged encode and decode, and created types for character and octet strings. 2005-12-10 22:37:44 +00:00
skarg 51da4244ad refactored the application data encoding and decoding and created BACapp module. 2005-12-10 22:22:46 +00:00
skarg 72babc5fff updating rpm, and ran dos2unix to clean up text files. 2005-12-10 20:42:55 +00:00
skarg 31c0374df9 cleaning up compiler errors. 2005-12-10 19:01:33 +00:00
skarg caf018f072 updated the read property demo. 2005-12-07 19:55:39 +00:00
skarg ca72bf7f9f modified the BACnet/IP init code for the win32 platform to make it work on my system. It seems that something else is intercepting the packets when the bind was set to INADDR_ANY, so I just bind to the host default adapter. 2005-12-07 17:01:26 +00:00
skarg b7321923af Cleaned up compiler warnings and errors for Win32 build. 2005-12-07 15:15:27 +00:00
skarg 1d407c435d changed type to remove warning with gcc 2005-12-04 00:25:10 +00:00
skarg 25a8e90222 Corrected bug #1359439 which had some misuse of pointers in it. Note that this file is still a work in progress and does not compile yet. 2005-12-01 17:45:32 +00:00