Feature/basic-schedule-object-write-properties (#1000)

* Added schedule object WriteProperty handling for effective-period, list-of-object-property-references and exception-schedule properties.
This commit is contained in:
Steve Karg
2025-05-20 15:04:14 -05:00
committed by GitHub
parent b5b2fd5b7b
commit 524fd162f9
9 changed files with 656 additions and 11 deletions
+8
View File
@@ -52,6 +52,14 @@ BACNET_STACK_EXPORT
int bacnet_dailyschedule_context_encode(
uint8_t *apdu, uint8_t tag_number, const BACNET_DAILY_SCHEDULE *day);
BACNET_STACK_EXPORT
bool bacnet_dailyschedule_same(
const BACNET_DAILY_SCHEDULE *a, const BACNET_DAILY_SCHEDULE *b);
BACNET_STACK_EXPORT
void bacnet_dailyschedule_copy(
BACNET_DAILY_SCHEDULE *dest, const BACNET_DAILY_SCHEDULE *src);
#ifdef __cplusplus
}
#endif /* __cplusplus */