Completed successfully unit testing the ReadPropertyMultiple service, and refactored the bacapp module unit test.
This commit is contained in:
+2
-4
@@ -102,7 +102,8 @@ int rpm_ack_encode_apdu_object_begin(
|
||||
|
||||
int rpm_ack_encode_apdu_object_property_value(
|
||||
uint8_t *apdu,
|
||||
BACNET_APPLICATION_DATA_VALUE *application_data);
|
||||
uint8_t *application_data,
|
||||
unsigned application_data_len);
|
||||
|
||||
int rpm_ack_encode_apdu_object_property_error(
|
||||
uint8_t *apdu,
|
||||
@@ -126,9 +127,6 @@ int rpm_ack_decode_object_property(
|
||||
unsigned apdu_len,
|
||||
BACNET_PROPERTY_ID *object_property,
|
||||
int32_t *array_index);
|
||||
int rpm_ack_decode_is_object_property_error(
|
||||
uint8_t *apdu,
|
||||
unsigned apdu_len);
|
||||
/* decode the object property value portion of the service request only */
|
||||
int rpm_ack_decode_object_property_value(
|
||||
uint8_t *apdu,
|
||||
|
||||
Reference in New Issue
Block a user