Commit Graph

23 Commits

Author SHA1 Message Date
skarg 8a688032a1 indented using indent tool. 2006-02-19 13:04:38 +00:00
skarg cc52c371bc cleaned up c++ comments into c comments 2006-02-19 01:41:33 +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 a550441f4e Fixed unit tests under Linux after DCC changes. 2006-02-13 22:14:03 +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 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
bigjohngoulah de586de7a6 now using simple ack handler for the write 2005-12-18 00:37:16 +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
skarg a28d0acb14 added comments. 2005-12-11 13:10:29 +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 c4c04087ee *** empty log message *** 2005-11-16 21:58:08 +00:00
skarg ee9c1301ed Testing some write property character string stuff. 2005-11-16 21:42:49 +00:00
skarg 58746c2182 corrected for warnings from Borland. 2005-05-26 18:53:16 +00:00
skarg f0a28e494b corrected code after unit testing. 2005-05-23 11:03:14 +00:00
skarg 337f38d7fc added write property unit test 2005-05-23 02:48:39 +00:00
skarg 82a9b1576a rewrote the write property to handle most basic tag types 2005-05-15 21:12:06 +00:00
skarg 4a98496478 cleaned up compiler warnings 2005-05-04 20:56:27 +00:00
skarg bda993e810 added write property support 2005-04-30 12:29:07 +00:00
skarg 762397858b added comment 2005-04-14 18:20:46 +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 3eb9f20bb0 Cleaned up comments 2005-04-10 12:07:03 +00:00
skarg 3ebaedbd39 created to support Write Property Service 2005-04-10 12:02:26 +00:00