Feature/bacnet-str-itoa-helpers (#1157)

* Added BACnet library itoa, ltoa, ultoa, dtoa, and utoa ASCII functions for ease of printing formatted values.

* Exposed the bacnet_byte_reverse_bits() function API.
This commit is contained in:
Steve Karg
2025-11-21 11:30:44 -06:00
committed by GitHub
parent 004aaf702d
commit 2a2407b2c6
5 changed files with 106 additions and 6 deletions
+2
View File
@@ -17,6 +17,8 @@ The git repositories are hosted at the following sites:
### Security
### Added
* Added BACnet library itoa, ltoa, ultoa, dtoa, and utoa ASCII
functions for ease of printing formatted values. (#1157)
* Added library specific string-to functions similar to stdlib.
Added library specific string-to functions for BACnet primitives. (#1151)