Feature/add basic structured view object (#641)
* Added basic structured view object and unit test. Added example structured view into server example. * Removed creation of objects from basic device object into the server example
This commit is contained in:
@@ -221,6 +221,8 @@ void bacnet_object_properties_read_write_test(
|
||||
zassert_equal(len, BACNET_STATUS_ERROR, NULL);
|
||||
wpdata.object_property = PROP_ALL;
|
||||
wpdata.array_index = BACNET_ARRAY_ALL;
|
||||
status = write_property(&wpdata);
|
||||
zassert_false(status, NULL);
|
||||
if (write_property) {
|
||||
status = write_property(&wpdata);
|
||||
zassert_false(status, NULL);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user