petermcs
d7b40e0d8b
Added explicit values for denoting optional device id not present
...
Modified bacapp_decode_device_obj_property_ref() and bacapp_decode_device_obj_ref() to use above values.
2015-02-16 10:49:50 +00:00
skarg
a43ef066b7
Removed unused device.h includes in src files. Thanks, Miguel!
2013-10-28 20:55:58 +00:00
skarg
043b840d82
Removed extra word to fix compiler error.
2011-10-03 13:50:26 +00:00
petermcs
fe7af042b9
Array index is now unsigned so > 0 test will not work. Use explicit check for BACNET_ARRAY_ALL instead.
2011-10-02 20:19:07 +00:00
skarg
8d9b987064
Corrected unit tests for iam, event, ai, and bacdevobjpropref. Removed device from unit test since it needs reworked for unit testing due to object dependencies. Noted that lc object fails test and needs fixed.
2011-08-17 03:47:43 +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
020afda890
Corrected unit test.
2010-08-18 00:19:29 +00:00
skarg
710cfccfef
Indented using indent script.
2010-05-04 21:06:26 +00:00
tbrennan3
f9d900fdca
Added structure for BACnetDeviceObjectReference, and ability to encode/decode it.
2010-04-08 19:26:27 +00:00
tbrennan3
cc20f225b9
The beginning of doxygenation:
...
As a first step, added an @file description for each file.
2010-02-14 05:29:43 +00:00
petermcs
2bb6ecfb3a
Made device id optional when encoding to match spec for trend logs
2009-11-23 08:17:49 +00:00
skarg
1d9fed6bc6
Removed or #if code that was not embedded friendly when building without an OS.
2009-11-19 16:06:18 +00:00
skarg
db61a1122f
Ran indent script.
2009-07-29 18:06:33 +00:00
minack
88f3aab51d
Code cleanup to get rid of some warnings during compilation.
2009-07-08 22:25:54 +00:00
skarg
b85c4355d0
Indented according to standard indent rules for this project.
2009-04-18 20:50:04 +00:00
skarg
b3fab21603
Changed C++ comments to C comments.
2009-04-18 20:48:48 +00:00
skarg
9051a80e30
Corrected warnings found in splint review. Cleaned up previous use of datalink in core files.
2009-04-18 15:29:47 +00:00
skarg
9722e4f7db
Added makefile for event notification unit tests. Cleaned up compile warnings for event notification files.
2009-04-18 13:47:23 +00:00
skarg
d1a1c1c8a6
Indented.
2008-11-24 12:48:09 +00:00
minack
fb72214f83
Changes: Added missing copyright notices to new files.
2008-10-24 04:42:29 +00:00
minack
60ac0d0f8a
Added:
...
-context specific decoders for all of the primitive times to go with the context specific encoders
-unconfirmed/confirmed EventNotificationRequest structure/encoder/decoder
-BACnetTimestamp structure/encoder/decoder
-BACnetPropertyStates structure/encoder/decoder
-BACnetDeviceObjectPropertyReference structure/encoder/decoder
Changes:
-decode_context_object_id::object_type changed to uint16_t
-explicit casts have been added to some functions to remove compiler warnings
-encode_bacnet_date::year behaviour has been changed slightly
2008-10-14 04:02:34 +00:00