Commit Graph

35 Commits

Author SHA1 Message Date
skarg ea4863ca25 Indented. 2007-06-14 05:14:26 +00:00
skarg 71d59fbb8b Standardized the comments and indentation using the comment.sh and indent.sh scripts. 2007-02-02 02:25:15 +00:00
skarg 3933936a5d Corrected writeproperty after changing API and testing. 2007-01-19 19:18:46 +00:00
skarg c569282174 Fixed unit tests after write property changes. 2007-01-19 16:09:01 +00:00
skarg a39c9de535 Fixed the problems from the WriteProperty changes. Compiles cleanly. Needs tested. 2007-01-18 22:03:00 +00:00
skarg c9e1382044 Modified WriteProperty handler to handle context-specific, application, and constructed data. Fixed up all the demos to use new API. 2007-01-18 21:22:40 +00:00
skarg f48e6997ac adding BACnet application and context-specfic data parsing for WriteProperty. 2007-01-18 19:32:31 +00:00
skarg f7d549dec6 Cleaned up warnings from Visual C++ 6.0 compile by adding casts. 2006-12-12 15:45:01 +00:00
skarg 5dd8c6da91 Converted to standard indent style. 2006-10-07 14:13:34 +00:00
skarg 6e67d7388d Reverted the WriteProperty value changes. I am not really happy with the solution and it would require a bunch of fixes to the demos. 2006-08-29 20:43:46 +00:00
skarg 0e2585e044 Changed WriteProperty encode/decode to allow non-primative data. Decode still needs some work, and unit tests and demos need fixed. 2006-08-29 11:03:35 +00:00
skarg 643fdf6939 Moved decode portion used in unit test into the unit test area. 2006-08-17 09:02:51 +00:00
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