Commit Graph

27 Commits

Author SHA1 Message Date
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 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 96af8adb51 Refactored. 2006-08-07 14:55:20 +00:00
skarg dee63d45bc Changed all the C++ comments to C comments using comment.sh script. 2006-02-19 01:32:09 +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 566749508c Added DeviceCommunicationControl in the demos and into the stack. 2006-02-10 22:44:34 +00:00
skarg 5eac898bfb fixed gcc compiler warnings during unit tests. 2006-01-25 19:48:13 +00:00
skarg 2eb5d05ce8 Created an automatic way to determine the services supported for the device object by using the handlers list. 2006-01-25 12:14:33 +00:00
skarg 22db53dd00 Made the TSM portion optional via a #define (set in the makefile) so that simple server could be compiled without it. 2006-01-23 13:06:01 +00:00
skarg 89859a867c added error, abort, and reject optional handlers. 2005-12-19 12:47:19 +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 2be2887b69 Corrected bug #1359436 which had the incorrect len for APDU service parameters. Also corrected the service type for segmented complex ACK responses. 2005-12-01 17:32:18 +00:00
skarg fb8d423bde corrected unit tests 2005-06-18 23:36:08 +00:00
skarg 2624538022 modified for AtomicReadFile handling. 2005-06-12 01:01:30 +00:00
skarg 7e952b0912 refactored the binding process. 2005-05-27 17:16:55 +00:00
skarg 4c8f288b4b modified to support confirmed messages. Verified with ReadProperty request. 2005-05-25 00:42:21 +00:00
skarg 4a98496478 cleaned up compiler warnings 2005-05-04 20:56:27 +00:00
skarg 4e83dc3cb3 Added a reject handler function pointer to simplify the reject message for unsupported services. 2005-04-17 01:34:20 +00:00
skarg ddf015a1d3 Modified to compile correctly using MicroChip C18 compiler (mcc18). 2005-04-14 18:44:18 +00:00
skarg fbe5926850 refactored 2005-04-14 18:35:20 +00:00
skarg a1a5ec7f67 refactored 2005-04-14 18:21:10 +00:00
skarg fe5b2f86e7 Modified to compile correctly using MicroChip C18 compiler (mcc18), although I had to turn on all optimizations to fit it into the 18F252 32k code space (88% full). 2005-04-13 20:52:18 +00:00
skarg a67cadf94f removed unneeded else 2005-03-23 23:07:46 +00:00
skarg 167c54a72d Adding handlers for Ack and Simple Ack 2005-03-17 19:14:57 +00:00
skarg ed4a7dd8d9 adding generic handlers for apdu messages 2005-03-17 11:46:13 +00:00
skarg 61c5e24cc3 created 2005-03-16 21:30:57 +00:00