skarg
|
456c0ed42c
|
Sync some handler fixes and demo object fixes and updates and some comment fixes from branch bacnet-stack-0-8-0.
|
2016-09-08 15:29:32 +00:00 |
|
skarg
|
4db370cc3a
|
Un-refactored property-list module to lower resource requirements on small devices.
|
2015-10-18 03:39:28 +00:00 |
|
skarg
|
fa1c457f2f
|
Fixed gateway demo build, and cleaned up prototype warnings. Thanks, Bryan Evenson!
|
2014-06-10 15:28:10 +00:00 |
|
skarg
|
ba3242aafd
|
indented using indent.sh script to get uniform looking code for release
|
2013-03-13 22:17:13 +00:00 |
|
skarg
|
ac84fc430f
|
Split error codes on write property for read-only known properties which gives write-access-denied, and unknown properties.
|
2013-01-14 16:27:50 +00:00 |
|
skarg
|
7578b4ef06
|
Added check in each example object WriteProperty handler to pass test:
9.22.2.1 Writing Non-Array Properties with an Array Index
Thank you Kamalathas!
|
2012-07-09 19:49:27 +00:00 |
|
skarg
|
48e2c60ce2
|
indented to standard from script
|
2012-05-13 15:07:12 +00:00 |
|
skarg
|
6018f2ce04
|
Added required property.
|
2012-04-16 14:48:25 +00:00 |
|
skarg
|
3e1cb1847f
|
Indented project.
|
2011-08-17 02:27:11 +00:00 |
|
skarg
|
deab12a5e1
|
Changed WhoHas and I-Have to use CharacterString instead of forcing ANSI X34 and C Strings. Affected all demos and ports object name, so I changed the object name function name to make sure it was noticed.
|
2011-03-24 16:53:02 +00:00 |
|
skarg
|
2f5d6fbaa1
|
Updated unit tests for objects and services, and corrected some portability problems. Thanks, Sergei! Didn't fix mstp or load control unit test results.
|
2010-12-27 00:04:38 +00:00 |
|
skarg
|
2a0bf4926a
|
Performed standard indent script indent.sh on project files.
|
2010-12-15 19:02:40 +00:00 |
|
skarg
|
e9249b5b5e
|
Added test for a decoding problem where the stack is unable to decode something, and retrofitted into WriteProperty for each of the demo objects by returning an Error, Out of Range.
|
2010-10-12 01:17:50 +00:00 |
|
skarg
|
9569f2c536
|
Fixed EOL and performed standard indentation.
|
2010-09-16 22:00:47 +00:00 |
|
skarg
|
b769dcbe1d
|
Indented.
|
2010-08-18 00:11:35 +00:00 |
|
skarg
|
6c9ef7211d
|
Fixed indent script, and indented files.
|
2010-07-19 23:19:54 +00:00 |
|
petermcs
|
61bb34d726
|
2nd pass at changing the error/reject/abort status reporting to improve BTL test compliance. ReadProperty fully done for core and demo objects. Will tackle other services next.
|
2010-06-07 15:52:33 +00:00 |
|
skarg
|
710cfccfef
|
Indented using indent script.
|
2010-05-04 21:06:26 +00:00 |
|
skarg
|
d7ec61eb21
|
Moved constants defining the number of each object back into the source files for the demo objects since the header files are currently common to all.
|
2010-02-11 23:14:53 +00:00 |
|
skarg
|
f0863c0238
|
Refactored RP, WP, RPM to reduce coupling with objects for Linux and Win32 ports.
|
2010-02-10 16:27:31 +00:00 |
|
petermcs
|
634237cf43
|
Simplified write property code using new validation helper functions in h_wp.c.
|
2010-02-04 16:22:12 +00:00 |
|
skarg
|
edc7c6c577
|
Added test for array options on RP and RPM to all object properties that are not arrays.
|
2009-11-05 15:39:46 +00:00 |
|
skarg
|
c04e69da8c
|
Fixed EOL, indent.
|
2009-10-24 17:02:59 +00:00 |
|
skarg
|
6da080105d
|
Cleaned up Borland compiler warnings.
|
2009-04-19 20:05:06 +00:00 |
|
skarg
|
64e9b54dbd
|
Adding a DOS port to run on x86 single board computer.
|
2007-12-06 22:31:14 +00:00 |
|
skarg
|
1477603af6
|
indented.
|
2007-11-29 16:39:48 +00:00 |
|
skarg
|
411d6c1b24
|
Indented.
|
2007-11-29 15:56:53 +00:00 |
|
skarg
|
3d6158443c
|
Changed API: encode_tagged is now encode_application since we are encoding an application tag.
|
2007-10-13 12:26:16 +00:00 |
|
skarg
|
30c186d730
|
Corrected ReadPropertyMultiple handler. Tested using VTS with demo/server running under linux.
|
2007-07-19 18:27:03 +00:00 |
|
skarg
|
5b07b5b920
|
Integrated ReadPropertyMultiple with the demo/server application. Compiles, but untested.
|
2007-07-19 00:21:38 +00:00 |
|
skarg
|
a18d338f00
|
Set the EOL-style to native for most files using svn propset command. Some files also had inconsistent line endings. Seems that subversion doesn't set the eol-style automatically when files are created unless it is configured for autoprops. The autoprops setting is local to the subversion installation and not the project.
|
2007-06-18 16:22:24 +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
|
befc997533
|
Reverted change of sprintf %u to %lu since gcc defines uint32_t as unsigned int rather than long unsigned int like the pic. I will just add a note to the readme or demo projects for the PIC.
|
2007-03-27 13:44:48 +00:00 |
|
skarg
|
b68f1a0f8e
|
Changed sprintf from %u or %d to %lu to fix problem in PIC ports.
|
2007-03-27 11:20:39 +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
|
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
|
648af404d6
|
indented per coding standard using indent.sh
|
2006-05-24 19:57:35 +00:00 |
|
skarg
|
b5882f3a85
|
corrected compiler warning about unused parameter.
|
2006-05-05 19:54:17 +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 |
|