Added bacnet_str functions for parsing various numeric strings. (#1151)

* Added bacnet_str functions for parsing various numeric strings.

* Refactored bacapp_parse_application_data to use bacnet_str functions
This commit is contained in:
Steve Karg
2025-11-19 06:23:58 -06:00
committed by GitHub
parent 2a6c251803
commit 5acd3ac336
7 changed files with 502 additions and 133 deletions
+4
View File
@@ -16,6 +16,10 @@ The git repositories are hosted at the following sites:
### Security
### Added
* Added library specific string-to functions similar to stdlib.
Added library specific string-to functions for BACnet primitives. (#1151)
### Changed
* Changed basic object API for units properties to use BACNET_ENGINEERING_UNITS