skarg
|
b3f0ef2d74
|
Added casts to remove warnings on IAR compiler.
|
2007-06-20 21:21:26 +00:00 |
|
skarg
|
e142d20f3a
|
Updated the version number.
|
2007-06-18 17:02:51 +00:00 |
|
skarg
|
8833675ad8
|
Changed Firmware_Revision property to return 0.3.1 which is the version of the BACnet Stack at SourceForge.
|
2007-06-15 22:54:05 +00:00 |
|
skarg
|
9069c939da
|
Fixing indent oops which removed the contents of all these files.
|
2007-06-14 05:33:15 +00:00 |
|
skarg
|
ea4863ca25
|
Indented.
|
2007-06-14 05:14:26 +00:00 |
|
skarg
|
8d557718d2
|
|
2007-06-06 00:17:59 +00:00 |
|
skarg
|
bfc82bd07d
|
Changed array element 0 to be more clear in the code.
|
2007-02-08 21:57:47 +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
|
c27c5002d5
|
integrated the load control object into the demos.
|
2007-01-26 12:47:46 +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
|
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
|
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
|
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
|
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
|
0ab54268fa
|
Created demo Life Safety Point object. Integrated it with the demos.
|
2006-03-23 19:47:38 +00:00 |
|
skarg
|
7e18086c73
|
Added Binary Output objects to the demos.
|
2006-03-23 15:43: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
|
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
|
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
|
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 |
|
skarg
|
2eb5d05ce8
|
Created an automatic way to determine the services supported for the device object by using the handlers list.
|
2006-01-25 12:14:33 +00:00 |
|
skarg
|
427eb31e8d
|
Added demo for BACnet simple server in the demo/server directory.
Added demo for BACnet ReadProperty service.
Added demo for BACnet WriteProperty service.
|
2006-01-23 13:04:29 +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 |
|
skarg
|
d7ed1480fe
|
Moved the demo objects into demo/object directory, and updated the makefiles and unit tests to handle the move.
|
2006-01-10 20:36:30 +00:00 |
|