This website requires JavaScript.
Explore
Help
Register
Sign In
dali
/
bacnet_stack
Watch
1
Star
0
Fork
0
You've already forked bacnet_stack
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7f2690fd9672b6d42463fcc8b2f91940bc03d9d0
bacnet_stack
/
test
/
bacnet
/
rpm
T
History
Steve Karg
7f2690fd96
Fixed a regression in the rpm_ack_object_property_process() function that prevented proper parsing of multi-object ReadPropertyMultiple ACK responses. The bug was introduced in PR
#765
and caused the function to incorrectly return ERROR_CODE_INVALID_TAG after processing the first object, even when additional valid objects were present in the response. Added tests that use rpm_ack_object_property_process() with a multi-object RPM ACK to verify the fix and prevent regression. (
#1183
)
2025-12-09 13:18:52 -06:00
..
src
Fixed a regression in the rpm_ack_object_property_process() function that prevented proper parsing of multi-object ReadPropertyMultiple ACK responses. The bug was introduced in PR
#765
and caused the function to incorrectly return ERROR_CODE_INVALID_TAG after processing the first object, even when additional valid objects were present in the response. Added tests that use rpm_ack_object_property_process() with a multi-object RPM ACK to verify the fix and prevent regression. (
#1183
)
2025-12-09 13:18:52 -06:00
CMakeLists.txt
Added basic timer object, internal state machine, and unit tests (
#1123
)
2025-11-05 15:11:45 -06:00