skarg
|
5aee2513fa
|
Fixed errors in compile.
|
2007-01-19 21:59:38 +00:00 |
|
skarg
|
0a7102a79f
|
Adding Load Control object state machine.
|
2007-01-19 21:52:43 +00:00 |
|
skarg
|
cd01926295
|
Clean compile of initial load control object.
|
2007-01-19 19:46:33 +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
|
5dc9942e9c
|
Finished coding the read/write property handling for load control object - untested.
|
2007-01-18 21:28:46 +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
|
176331270c
|
Added more properties for the Load Control object. Adding write properties.
|
2007-01-15 21:57:29 +00:00 |
|
skarg
|
b36225149c
|
Corrected index offset for priority array when read one index at a time.
|
2007-01-15 16:10:12 +00:00 |
|
skarg
|
3506c8f95c
|
Corrected priority array for read property when elements are read individually.
|
2007-01-15 15:55:44 +00:00 |
|
skarg
|
41fce1dcfb
|
Adding Lighting Control object demo. - in progress.
|
2007-01-12 22:06:48 +00:00 |
|
skarg
|
0c718d5d1f
|
Created new Load Control object. (in progress)
|
2007-01-11 21:46:15 +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
|
4ddeb3dcad
|
Corrected ReadProperty reply when data is too big to fit into APDU. It is required to be an Abort messaage, not an Error message.
|
2006-10-05 12:47:23 +00:00 |
|
skarg
|
337bc5ab4e
|
Corrected the NPDU encoding for the demo handlers.
|
2006-09-23 22:02:04 +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
|
f4f9241298
|
Added a way for TSM to indicated a transaction that failed to confirm, and added that into the confirmed handling demos.
|
2006-08-15 21:35:35 +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
|
eb2bb41aca
|
Indented and cleaned up build. Added Multi-state Output to unit test script.
|
2006-08-05 22:00:27 +00:00 |
|
skarg
|
4d19c82f59
|
Created a demo Multi-state Output object, and added it to the demo applications.
|
2006-08-05 19:36:55 +00:00 |
|
skarg
|
4600ec83a3
|
added Analog Value and Binary Value objects to ReadProperty and WriteProperty handlers. Added WriteProperty support for File object.
|
2006-08-02 11:47:38 +00:00 |
|
skarg
|
f58b94efec
|
Added a demo for Binary Value object and Analog Value object.
|
2006-08-02 11:17:42 +00:00 |
|
skarg
|
648af404d6
|
indented per coding standard using indent.sh
|
2006-05-24 19:57:35 +00:00 |
|
skarg
|
201047a12c
|
Added proprietary signed property for testing Ethereal and signed encoding and decoding.
|
2006-05-21 12:16:43 +00:00 |
|
skarg
|
9cdc90c25d
|
Corrected compile errors found during unit test.
|
2006-05-21 12:15:19 +00:00 |
|
skarg
|
b5882f3a85
|
corrected compiler warning about unused parameter.
|
2006-05-05 19:54:17 +00:00 |
|
skarg
|
fb6fbe630e
|
Added time properties and missing revision properties to the Device Object.
|
2006-05-05 19:53:50 +00:00 |
|
skarg
|
a5715f1cd1
|
Corrected life safety point info in device object.
Added binary input, binary output, and life safety point to the object-types-supported property in the device object.
Corrected life safety unit test.
|
2006-05-05 19:08:39 +00:00 |
|
skarg
|
a6cd9d3967
|
Updated ports/win32 demo for Visual C++ to compile and run with the latest example objects (BI, BO, and LSP). Cleaned up a couple of compile warnings, which corrected a bug in the Binary Output object.
|
2006-05-02 14:06:16 +00:00 |
|
skarg
|
0ab54268fa
|
Created demo Life Safety Point object. Integrated it with the demos.
|
2006-03-23 19:47:38 +00:00 |
|
skarg
|
b429f94695
|
indented.
|
2006-03-23 15:46:15 +00:00 |
|
skarg
|
7e18086c73
|
Added Binary Output objects to the demos.
|
2006-03-23 15:43:15 +00:00 |
|
skarg
|
49a9946ad9
|
Created demo Binary Output Object.
|
2006-03-23 15:29:57 +00:00 |
|
skarg
|
476bb7b1cc
|
Created demo Binary Input Object.
|
2006-03-22 19:40:15 +00:00 |
|
skarg
|
e6a37a34a8
|
Added a Binary Input object to the demo objects and updated the demo applications and device object to support the new object.
|
2006-03-22 03:51:36 +00:00 |
|
skarg
|
4e5f4a68e4
|
Created demo for TimeSync service and tested it on Win32.
|
2006-02-21 21:54:37 +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
|
8a688032a1
|
indented using indent tool.
|
2006-02-19 13:04:38 +00:00 |
|
skarg
|
adf75a8a03
|
fixed unit test so it would compile.
|
2006-02-19 02:02:23 +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
|
d6a891f0d1
|
running the indent on the files.
|
2006-02-18 23:11:25 +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
|
a550441f4e
|
Fixed unit tests under Linux after DCC changes.
|
2006-02-13 22:14:03 +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
|
5eac898bfb
|
fixed gcc compiler warnings during unit tests.
|
2006-01-25 19:48:13 +00:00 |
|