Added CharacterString Value object example and unit tests, and added to demo/server example application.

Added Multi-state Value object example and unit tests, and added to demo/server example application.
Fixed Analog Input object, Analog Output object, Analog Value object, Device object, Multi-state Input object, Multi-state Output object examples to return correct error codes for WriteProperty service (per BACnet 135.1-2009-9.22.2.6).
Fixed top level ReadProperty and WriteProperty handlers in Device object to return correct error codes (per BACnet 135.1-2009-9.22.2.5)
This commit is contained in:
skarg
2012-03-22 18:22:42 +00:00
parent 1c42bcfb92
commit a8280dda95
19 changed files with 1637 additions and 55 deletions
+4 -3
View File
@@ -93,10 +93,11 @@ extern "C" {
uint8_t * invoke_id,
BACNET_WRITE_PROPERTY_DATA * wp_data);
void test_ReadProperty(
Test * pTest);
void test_ReadPropertyAck(
void testWriteProperty(
Test * pTest);
void testWritePropertyTag(
Test * pTest,
BACNET_APPLICATION_DATA_VALUE * value);
#endif
#ifdef __cplusplus