Implement missing data types for calendar and schedule (#474)
* Added the SpecialEvent struct for the Exception_Schedule property of Schedule, encode/decode/same functions, unit tests, and integrated into bacapp functions. * Added the CalendarEntry struct for the Date_List property of Calendar and the SpecialEvent struct, encode/decode functions, unit tests, and integrated into bacapp functions. * Added the DateRange struct for the Effective_Period property of Schedule, encode/decode functions, unit tests, and integrated into bacapp functions. --------- Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -320,6 +320,10 @@ set(BACNETSTACK_SRCS
|
||||
${BACNETSTACK_SRC}/bacnet/weeklyschedule.h
|
||||
${BACNETSTACK_SRC}/bacnet/dailyschedule.c
|
||||
${BACNETSTACK_SRC}/bacnet/dailyschedule.h
|
||||
${BACNETSTACK_SRC}/bacnet/calendar_entry.c
|
||||
${BACNETSTACK_SRC}/bacnet/calendar_entry.h
|
||||
${BACNETSTACK_SRC}/bacnet/special_event.c
|
||||
${BACNETSTACK_SRC}/bacnet/special_event.h
|
||||
)
|
||||
|
||||
set(BACNETSTACK_BASIC_SRCS
|
||||
|
||||
Reference in New Issue
Block a user