Added BACnetRecipient and BACnetAddressBinding codecs for EPICS application (#1163)
* Added BACnetRecipient and BACnetAddressBinding encoding, decoding, ASCII conversion, comparison, and copy functions. * Added library specific string manipulation utilities including strcmp, strncmp, stptok, and snprintf with offset functions. * Added test/README about verification and validation testing.
This commit is contained in:
@@ -43,6 +43,7 @@ SRCS = main.c \
|
||||
${BACNET_SOURCE_DIR}/bacint.c \
|
||||
${BACNET_SOURCE_DIR}/bacreal.c \
|
||||
${BACNET_SOURCE_DIR}/bacstr.c \
|
||||
${BACNET_SOURCE_DIR}/bactext.c \
|
||||
${BACNET_SOURCE_DIR}/npdu.c \
|
||||
${BACNET_SOURCE_DIR}/bacaddr.c \
|
||||
${BACNET_SOURCE_DIR}/hostnport.c \
|
||||
|
||||
Reference in New Issue
Block a user