Added the ability to parse the OBJECT_PROPERTY_VALUE into a string (bacapp_extract_value) in addition to outputting it to a stream (bacapp_print_value).
This commit is contained in:
@@ -203,6 +203,12 @@ extern "C" {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
bool bacapp_extract_value(
|
||||
char **out_string,
|
||||
char *out_string_end,
|
||||
size_t *str_len,
|
||||
BACNET_OBJECT_PROPERTY_VALUE * object_value);
|
||||
|
||||
#ifdef BACAPP_PRINT_ENABLED
|
||||
bool bacapp_parse_application_data(
|
||||
BACNET_APPLICATION_TAG tag_number,
|
||||
|
||||
Reference in New Issue
Block a user