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:
@@ -22,6 +22,8 @@ The git repositories are hosted at the following sites:
|
||||
|
||||
### Added
|
||||
|
||||
* Added a basic timer object type example. (#1123)
|
||||
* Added BACnetLIST utility for handling WriteProperty to a list. (#1123)
|
||||
* Added Device_Object_Functions() API to return basic object API table
|
||||
of functions for all objects. Added Device_Object_Functions_Find() API
|
||||
to enable override of basic object API function. (#1115)
|
||||
|
||||
Reference in New Issue
Block a user