Commit Graph

16 Commits

Author SHA1 Message Date
skarg 23807e0c83 Enhancing the EPICS demo. 2007-04-03 11:04:25 +00:00
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 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 89859a867c added error, abort, and reject optional handlers. 2005-12-19 12:47:19 +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 2624538022 modified for AtomicReadFile handling. 2005-06-12 01:01:30 +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 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 674e87b77d creating read property support 2005-04-01 11:48:47 +00:00
skarg 167c54a72d Adding handlers for Ack and Simple Ack 2005-03-17 19:14:57 +00:00
skarg 61c5e24cc3 created 2005-03-16 21:30:57 +00:00