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
+7
View File
@@ -150,6 +150,13 @@ int bacnet_time_values_context_encode(
const BACNET_TIME_VALUE *time_values,
unsigned int max_time_values);
BACNET_STACK_EXPORT
bool bacnet_time_value_same(
const BACNET_TIME_VALUE *a, const BACNET_TIME_VALUE *b);
BACNET_STACK_EXPORT
void bacnet_time_value_copy(
BACNET_TIME_VALUE *dest, const BACNET_TIME_VALUE *src);
#ifdef __cplusplus
}
#endif /* __cplusplus */