Commit Graph

386 Commits

Author SHA1 Message Date
skarg de94249c84 added I-Am handler to makefile. 2006-02-20 17:56:52 +00:00
skarg 616982fba3 updated dcc to compile after refactoring the I-Am request. 2006-02-20 17:54:08 +00:00
skarg 0cf976c213 updated demo makefile to include all the demos. 2006-02-20 17:00:02 +00:00
skarg 4d078ffc6e Created DeviceCommunicationControl demo. 2006-02-20 16:27:15 +00:00
skarg 676ecf77a2 refactored the Who-Is and I-Am handling, and cleaned up some comments. 2006-02-20 16:17:46 +00:00
skarg 16c2545f45 Added demo for WhoIs service. 2006-02-20 16:16:09 +00:00
skarg 3da578c943 updated release document. 2006-02-19 19:51:41 +00:00
skarg d41fa5abe8 updated string in test. 2006-02-19 13:06:24 +00:00
skarg 8a688032a1 indented using indent tool. 2006-02-19 13:04:38 +00:00
skarg 1548636050 added info about tabs, indenting, and C++ comments. 2006-02-19 13:00:34 +00:00
skarg 0ae89d5c2f Added cleanup to the indent.sh script. 2006-02-19 12:59:48 +00:00
skarg adf75a8a03 fixed unit test so it would compile. 2006-02-19 02:02:23 +00:00
skarg a83f66fc1d Corrected code after failing unit test. 2006-02-19 02:01:48 +00:00
skarg cc52c371bc cleaned up c++ comments into c comments 2006-02-19 01:41:33 +00:00
skarg b686fa7ca7 changed c++ comments to c comments using comment.sh script. 2006-02-19 01:33:30 +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 c80d26a894 created indent and comment script to standardize the code. 2006-02-19 01:31:09 +00:00
skarg d6a891f0d1 running the indent on the files. 2006-02-18 23:11:25 +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 21b373c75c moved the C++ ifdefs 2006-02-18 22:28:24 +00:00
skarg 021418d11d Adjusted the max input value for instance number, and moved the checks for valid ranges into the numeric portion instead of the string portion for WhoHas demo. 2006-02-17 17:46:40 +00:00
skarg ecb73d6bc0 Changed the apdu size reduction amount for various apdu sizes. 2006-02-17 17:45:09 +00:00
skarg 2d2bb55c3c removed unused modules. 2006-02-16 21:57:27 +00:00
skarg 44587d5b81 Cleaned up gcc build on linux for whohas and i-have changes. 2006-02-16 21:53:23 +00:00
skarg 5fcf45a781 Created I-Have service encoding/decoding/unit test.
Added handlers for I-Have and Who-Has.
Added send for I-Have and Who-Has.
Created demo for WhoHas.
Added I-Have handling in server demo.
2006-02-16 21:35:06 +00:00
skarg b07b27e6ea Added readme for MS Visual C++ in the doc directory. 2006-02-14 18:52:15 +00:00
skarg a550441f4e Fixed unit tests under Linux after DCC changes. 2006-02-13 22:14:03 +00:00
skarg c3f87b3ad3 Created WhoHas service encoding, decoding, and unit test using Code:Blocks on Win32. 2006-02-13 21:47:38 +00:00
skarg f8dd54e58d Cleaned up makefiles for Win32 from DCC changes. 2006-02-13 12:56:20 +00:00
skarg 566749508c Added DeviceCommunicationControl in the demos and into the stack. 2006-02-10 22:44:34 +00:00
skarg 6d8d5b83ca Added demo handler for DeviceCommunicationControl service. Added demo send functions for DeviceCommunicationControl and ReinitializeDevice client services. 2006-02-10 22:43:35 +00:00
skarg 239f99c8da added enumeration for communication enable-disable that was added in 2004. 2006-02-10 12:52:52 +00:00
skarg c8b4daf188 Added additional tests for null strings in bacstr module when comparing strings. 2006-02-10 12:51:56 +00:00
skarg 7648d14517 Created BACnet DeviceCommunicationControl service encoding, decoding and unit test. 2006-02-10 12:51:05 +00:00
skarg 7f2adf1c57 added DEBUG_BIP define to keep debug out of demos. 2006-02-09 23:58:43 +00:00
skarg fe771942bb Fixed compiler warning. 2006-02-09 23:57:41 +00:00
skarg 6d0f6adb90 Fixed Device Address Binding by allowing a zero length APDU to be passed back from the objects, and used -1 as signal for error encoding. 2006-02-09 17:50:48 +00:00
skarg 09dc4d1f04 Added Device Address Binding property to Device Object, a required property. 2006-02-09 17:31:27 +00:00
skarg f68780ea5e Added Code::Blocks project for read property demo.
Added value decoding and display for read property demo.
Removed the I-Am at the beginning of read property demo.
2006-02-09 17:29:47 +00:00
skarg be12613766 *** empty log message *** 2006-02-09 17:28:31 +00:00
skarg ce18b3a55d Added BACnet application encoding and decoding for bit strings.
Added BACnet text for month_name, week_of_month, day_of_week, event_state, binary_present_value, reliability, device_status, and segmentation.
Added BACnet application handling for printing the property value to a stream.
2006-02-09 17:28:03 +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 b364c03893 removed duplicate function 2006-02-08 17:09:47 +00:00
skarg caaf9befef Added demo handler for ReinitializeDevice service, and included it in the demo/server. Tested using Synergy Lighting panel client on the serial console. 2006-02-06 16:54:21 +00:00
skarg 2027720ae0 Added ReinitializeDevice to Linux makefile and tested compilation under linux. 2006-02-05 03:16:18 +00:00
skarg 89e1d3cd70 Adjusted RTOS-32 port for common demo programs. 2006-02-05 03:02:49 +00:00
skarg 2c269a7def Created a demo handler for ReinitializeDevice service (not tested or compiled). 2006-02-03 22:10:41 +00:00
skarg b39216690e Added a demo for RenitializeDevice service. 2006-02-03 21:55:14 +00:00
skarg fa6cb596cb Fixed up the USE_INADDR define and created a BIP_DEBUG define for Win32. 2006-02-03 21:54:26 +00:00
skarg dff089c57f Added encoding and decoding for ReinitializeDevice service. 2006-02-03 16:30:12 +00:00