add defines for each supported BACAPP_TYPES_EXTRA (#543)

* add defines for each supported BACAPP_TYPES_EXTRA

---------

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2023-12-01 12:23:44 -06:00
committed by GitHub
parent c34e1a72b2
commit b9a29d8093
25 changed files with 902 additions and 213 deletions
+5
View File
@@ -70,6 +70,11 @@ extern "C" {
BACNET_TIMESTAMP * dest,
BACNET_TIMESTAMP * src);
BACNET_STACK_EXPORT
bool bacapp_timestamp_same(
BACNET_TIMESTAMP *value1,
BACNET_TIMESTAMP *value2);
BACNET_STACK_EXPORT
int bacapp_encode_timestamp(
uint8_t * apdu,