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 |
|
s3rock
|
4b00c2b9f8
|
Added PRINT_ENABLED statements
|
2007-06-13 18:28:00 +00:00 |
|
skarg
|
13aaa9e847
|
Added debug prints to the AtomicReadFile handler.
|
2007-06-06 16:38:39 +00:00 |
|
skarg
|
cddb5b7dd3
|
Corrected signed value decoding for signed16 and signed8.
|
2007-06-06 15:54:24 +00:00 |
|
skarg
|
42146f3da7
|
Removed file/folder
|
2007-03-30 20:23:35 +00:00 |
|
skarg
|
7205b32f99
|
Changed PIC18F6720 demo to include BI, BV, and AI objects.
|
2007-03-27 14:06:58 +00:00 |
|
skarg
|
9afdc3fffa
|
Adding unit tests to Load Control object to verify state machine.
|
2007-02-26 22:02:19 +00:00 |
|
skarg
|
ca1af32d7c
|
Changed AtomicWriteFile handler to return complex Ack instead of Simple Ack.
|
2007-02-26 00:05:19 +00:00 |
|
skarg
|
8d14d078a9
|
Added missing header file.
|
2007-02-25 23:27:30 +00:00 |
|
skarg
|
15af87a4fd
|
Created handler for AtomicWriteFile service. Added it to the demo/server example.
|
2007-02-25 23:23:53 +00:00 |
|
skarg
|
1386b41f2d
|
Ran the indent and comment script to standardize the source files.
|
2007-02-23 02:14:50 +00:00 |
|
skarg
|
8b41ab1e07
|
added newline at end of file to eliminate compiler warning.
|
2007-02-20 21:04:44 +00:00 |
|
skarg
|
b3d15b1f37
|
Enhanced the WriteProperty service demo to allow multiple tagged data elements and to allow context data.
|
2007-02-20 20:56:08 +00:00 |
|
skarg
|
f3adf2140d
|
updated for PIC port.
|
2007-02-06 20:23:42 +00:00 |
|
skarg
|
56ef663061
|
Added read property handler for just a single device object.
|
2007-02-02 22:47: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
|
42985437e5
|
Added demo for PIC18F6720 with MS/TP datalink layer. Untested.
|
2007-02-01 21:37:53 +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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
e5d7c41397
|
made the printout of time forced 2 digit.
|
2006-02-21 22:10:14 +00:00 |
|
skarg
|
4e5f4a68e4
|
Created demo for TimeSync service and tested it on Win32.
|
2006-02-21 21:54:37 +00:00 |
|
skarg
|
43252c56ce
|
Added missing header file.
|
2006-02-20 18:00:04 +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
|
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
|
566749508c
|
Added DeviceCommunicationControl in the demos and into the stack.
|
2006-02-10 22:44:34 +00:00 |
|