Adding prototypes and include files where required.

This commit is contained in:
skarg
2010-08-17 13:58:30 +00:00
parent bc0de6b71f
commit 748c77dc93
+5
View File
@@ -123,6 +123,11 @@ extern "C" {
int bacapp_encode_data( int bacapp_encode_data(
uint8_t * apdu, uint8_t * apdu,
BACNET_APPLICATION_DATA_VALUE * value); BACNET_APPLICATION_DATA_VALUE * value);
int bacapp_decode_data(
uint8_t * apdu,
uint8_t tag_data_type,
uint32_t len_value_type,
BACNET_APPLICATION_DATA_VALUE * value);
int bacapp_decode_application_data( int bacapp_decode_application_data(
uint8_t * apdu, uint8_t * apdu,