Commit Graph

30 Commits

Author SHA1 Message Date
skarg bfc82bd07d Changed array element 0 to be more clear in the code. 2007-02-08 21:57:47 +00:00
skarg f1df19f07c Moved BACnet date and time into their own module. 2007-01-22 16:51:08 +00:00
skarg 6dda59d17b Added more enumerations for new objects. 2007-01-11 21:44:35 +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 4e5f4a68e4 Created demo for TimeSync service and tested it on Win32. 2006-02-21 21:54:37 +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 5e6ef04cf8 Changed the definition of year for BACnet dates to be AD, since the year 0, since the encoding and decoding were already converting it to and from 1900. 2006-02-09 17:23:56 +00:00
skarg 15cdb72e55 Changed the BACnet priority defines to include the definition of NO Priority for this particular stack. Added min and max priority, and checking during write property. 2006-01-24 15:15:17 +00:00
skarg 4670b0c90c Moved bitstring handling to its own module - bacstr.c 2005-12-17 21:45:34 +00:00
skarg a28d0acb14 added comments. 2005-12-11 13:10:29 +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 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 7f4f1a731b adding analog output object 2005-05-14 15:36:51 +00:00
skarg 5b87d09c94 modified while adding rtos-32 support 2005-05-03 21:04:16 +00:00
skarg bda993e810 added write property support 2005-04-30 12:29:07 +00:00
skarg 5841d1a775 removed bitstring and put it into bacdcode 2005-04-15 17:43:48 +00:00
skarg 095de9d4d1 added bitstring 2005-04-14 21:10:40 +00:00
skarg 3eb9f20bb0 Cleaned up comments 2005-04-10 12:07:03 +00:00
skarg 674e87b77d creating read property support 2005-04-01 11:48:47 +00:00
skarg 2ffa29cdce Adding read property and read property ack. 2005-03-31 11:40:56 +00:00
skarg a185a3ed43 added global net number for broadcasts 2005-03-23 15:55:50 +00:00
skarg 23e8917925 corrected flaws to make it compile. 2005-03-18 22:13:50 +00:00
skarg 10b712e48a added common object data 2005-03-18 22:11:00 +00:00
skarg 6acf3fdc29 refactored the custom config settings. 2005-03-16 18:02:16 +00:00
skarg f08626c00f modified the address structure to better represent BACnet data spec. 2005-03-16 16:18:40 +00:00
skarg 1190ff8380 Adding code to support NPDU. 2005-03-14 00:04:57 +00:00
skarg fe6a67967e added BACnet address to be used by npdu encoding and for address cache 2005-03-13 12:09:20 +00:00
skarg 3db7414ff8 created file to hold BACnet constants 2005-03-10 01:16:54 +00:00