Completed successfully unit testing the ReadPropertyMultiple service, and refactored the bacapp module unit test.

This commit is contained in:
skarg
2005-12-11 23:43:41 +00:00
parent ea9a4635a5
commit 9c716aab7b
4 changed files with 161 additions and 201 deletions
+2 -4
View File
@@ -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,