Adding prototypes and include files where required.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user