Feature/add-device-object-functions-find-api (#1115)

* Added Device_Object_Functions_Find() API to enable override of basic object API function.

* Added Device_Object_Functions() API to return basic object API table of functions for all objects.
This commit is contained in:
Steve Karg
2025-09-30 15:59:08 -05:00
committed by GitHub
parent 83dfe50294
commit 5b7932ee62
7 changed files with 107 additions and 81 deletions
+3
View File
@@ -22,6 +22,9 @@ The git repositories are hosted at the following sites:
### Added
* 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)
* Added new enumerations, text, BACnetARRAY and BACnetList from
protocol-revision 30 (#1114)
* Added a context variable in basic object data structure and API