Added WriteProperty to GTK Discover app. (#1071)
* Added WriteProperty to GTK Discover app. For enumerated properties, the property text is converted to an integer. For commandable object properties (present-value), priority is encoded after the value or null using @ symbol.
This commit is contained in:
@@ -198,6 +198,15 @@ const char *bactext_program_state_name(unsigned index);
|
||||
BACNET_STACK_EXPORT
|
||||
const char *bactext_program_error_name(unsigned index);
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
bool bactext_strtoul(const char *search_name, unsigned *found_index);
|
||||
BACNET_STACK_EXPORT
|
||||
bool bactext_object_property_strtoul(
|
||||
BACNET_OBJECT_TYPE object_type,
|
||||
BACNET_PROPERTY_ID object_property,
|
||||
const char *search_name,
|
||||
unsigned *found_index);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
Reference in New Issue
Block a user