Added Binary Input and Binary Value intrinsic reporting CHANGE_OF_STATE algorithm as per 13.3.2 as per ASHRAE 135-2020 (#689)

This commit is contained in:
Tomasz Kazimierz Motyl
2024-07-16 14:16:33 +01:00
committed by GitHub
parent 299d4f36e0
commit f4637325ad
8 changed files with 1883 additions and 8 deletions
@@ -23,6 +23,8 @@ set(ZTST_DIR "${TST_DIR}/ztest/src")
add_compile_definitions(
BIG_ENDIAN=0
CONFIG_ZTEST=1
INTRINSIC_REPORTING=1
BINARY_VALUE_INTRINSIC_REPORTING=1
)
include_directories(
@@ -63,6 +65,7 @@ add_executable(${PROJECT_NAME}
${SRC_DIR}/bacnet/basic/sys/keylist.c
# Test and test library files
./src/main.c
./stubs.c
${TST_DIR}/bacnet/basic/object/property_test.c
${ZTST_DIR}/ztest_mock.c
${ZTST_DIR}/ztest.c