skarg
|
fcf942b5f8
|
Changed some demo main files to main.c and made them use datalink generic API calls.
|
2006-11-02 21:50:43 +00:00 |
|
skarg
|
4442ba82c2
|
Updated the VTS3 EPICS for the demo/server example.
|
2006-10-23 14:36:46 +00:00 |
|
skarg
|
5dd8c6da91
|
Converted to standard indent style.
|
2006-10-07 14:13:34 +00:00 |
|
skarg
|
f45d694a51
|
Corrected the server bit in the abort PDU which was missing for the abort messages.
|
2006-10-05 22:46:59 +00:00 |
|
skarg
|
5b10d86430
|
Put WriteProperty demo instance back to 4194303.
|
2006-10-05 12:52:24 +00:00 |
|
skarg
|
9c237a25d1
|
Cleaned up compiler warning on win32 build.
|
2006-10-05 12:49:46 +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
|
0aa2110763
|
Changed write property demo to be able to write to device 4194303.
|
2006-09-27 12:03:16 +00:00 |
|
skarg
|
d4599d0961
|
Updated the EPICS for the server demo.
|
2006-09-27 12:02:36 +00:00 |
|
skarg
|
19d5b94fcc
|
corrected encoding for DCC demo handler.
|
2006-09-24 03:20:50 +00:00 |
|
skarg
|
947e35c35c
|
Corrected demo send example for whohas service.
|
2006-09-24 03:09:33 +00:00 |
|
skarg
|
f54c97a657
|
corrected apdu encoding for error production for demo read property handler.
|
2006-09-24 03:03:52 +00:00 |
|
skarg
|
337bc5ab4e
|
Corrected the NPDU encoding for the demo handlers.
|
2006-09-23 22:02:04 +00:00 |
|
skarg
|
07a1077b2d
|
correcting the npdu encoding for handlers.
|
2006-09-22 21:16:20 +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
|
3d0abf778a
|
indented
|
2006-08-29 10:48:04 +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
|
4fe0decdf7
|
Added APDU Timout message for Writefile, Readfile, Writeprop, Readprop demos.
|
2006-08-15 20:24:15 +00:00 |
|
skarg
|
0eca2b07ad
|
Made the BACnet/IP build the default.
|
2006-08-13 16:55:18 +00:00 |
|
skarg
|
05abf5be23
|
included ethernet and arcnet in demo for readprop and server on Linux. Corrected the ethernet length. Corrected warnings in s_rp and s_whois.
|
2006-08-13 16:53:15 +00:00 |
|
skarg
|
3560e3d06f
|
updated the linux data link layers for changed apdu that passes npdu.
|
2006-08-13 11:19:42 +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
|
c36d28aa09
|
|
2006-08-10 21:11:04 +00:00 |
|
skarg
|
79d84b324e
|
Added a PRINT_ENABLED define to allow small embedded devices without print capability to use some functions in this module.
|
2006-08-10 19:42:42 +00:00 |
|
skarg
|
8681e12031
|
Added a PRINT_ENABLED define to allow small embedded devices without print capability to use some functions in this module.
|
2006-08-10 19:37:57 +00:00 |
|
skarg
|
cbff83127f
|
Added a PRINT_ENABLED define to allow small embedded devices without print capability to use some functions in this module.
|
2006-08-10 19:20:33 +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
|
73df2e1abb
|
Added a utils directory, and changed the Win32 makefiles for Borland C++ to copy the resulting executable into the utils directory.
|
2006-08-03 18:02:28 +00:00 |
|
skarg
|
94f7f58cb8
|
Enhanced the COV Notify service by adding confirmed to the unconfirmed encoding and decoding.
|
2006-08-02 22:14:04 +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
|
4e6fbbced3
|
Added simple demo for unconfirmed change of value.
|
2006-08-01 13:20:51 +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
|
31ac3a41d9
|
Created tmake configuration for dcc demo to make it easier to create cross platform
makefiles.
|
2006-05-10 15:33:43 +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
|
a17336780b
|
Created EPICS for server demo to be used with VTS.
|
2006-05-05 19:52:20 +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
|
e5d7c41397
|
made the printout of time forced 2 digit.
|
2006-02-21 22:10:14 +00:00 |
|