Added basic timer object, internal state machine, and unit tests (#1123)
* Added basic timer object, internal state machine, and unit tests * Added BACnetTimerStateChangeValue encode, decode, parse, print, and diff with unit tests * Changed handler of add/remove list element to check if the property is a BACnetLIST * Added BACnetLIST utility for handling WriteProperty to a list. * Fixed outlier ReadProperty object handlers to return zero when the RP parameter is NULL.
This commit is contained in:
@@ -200,6 +200,11 @@ const char *bactext_program_state_name(unsigned index);
|
||||
BACNET_STACK_EXPORT
|
||||
const char *bactext_program_error_name(unsigned index);
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
const char *bactext_timer_transition_name(unsigned index);
|
||||
BACNET_STACK_EXPORT
|
||||
const char *bactext_timer_state_name(unsigned index);
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
bool bactext_strtoul(const char *search_name, unsigned *found_index);
|
||||
BACNET_STACK_EXPORT
|
||||
|
||||
Reference in New Issue
Block a user