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:
gri6507
2011-11-28 15:33:58 +00:00
parent d875b3fb8e
commit 2b433d72a7
2 changed files with 424 additions and 117 deletions
+6
View File
@@ -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,