skarg
|
4db370cc3a
|
Un-refactored property-list module to lower resource requirements on small devices.
|
2015-10-18 03:39:28 +00:00 |
|
skarg
|
1026462724
|
Refactored the Property_List property and added Protocol_Revision 14 define restriction for Property_List and Channel and Lighting Output objects.
|
2015-10-07 20:26:30 +00:00 |
|
skarg
|
c3326b324c
|
Cleaned up some warnings found when compiling with Visual Studio Express 2010.
|
2014-01-14 20:03:00 +00:00 |
|
skarg
|
2f0bf7744a
|
Added property-list property to Lighting Output and Channel objects (untested). Fixed some compiler warnings.
|
2013-11-15 20:51:38 +00:00 |
|
skarg
|
80a4cca173
|
adding functionality to lighting output object - unfinished
|
2013-11-15 14:53:41 +00:00 |
|
skarg
|
4d79c26a8c
|
Updated Lighting Output object. Added Channel object. Not complete and not fully tested.
|
2013-11-11 22:27:55 +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
|
a12e106643
|
Updated the objects, services, and properties for the 135-2012 version of the BACnet standard.
|
2012-12-07 22:00:57 +00:00 |
|
skarg
|
48e2c60ce2
|
indented to standard from script
|
2012-05-13 15:07:12 +00:00 |
|
skarg
|
3e1cb1847f
|
Indented project.
|
2011-08-17 02:27:11 +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 |
|
petermcs
|
04e99f3671
|
Changes to reduce the number of warnings with Visual C++2008 warning level 4 to a minimum.
|
2010-05-14 14:21:48 +00:00 |
|
skarg
|
710cfccfef
|
Indented using indent script.
|
2010-05-04 21:06:26 +00:00 |
|
petermcs
|
966992abd4
|
Fixed up unresolved conflict which was breaking compile.
|
2010-02-15 11:43:16 +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
|
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
|
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
|
becfdc947d
|
Adding more functionality to Lighting Output object.
|
2007-04-02 21:49:21 +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
|
5d15c86541
|
Cleaned up warnings and comments.
|
2007-03-10 20:03:14 +00:00 |
|
skarg
|
912f17996c
|
Creating a demo of the proposed Lighting Output object.
|
2007-03-10 13:54:46 +00:00 |
|