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:
@@ -189,6 +189,8 @@
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\timestamp.c" />
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\timesync.c" />
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\weeklyschedule.c" />
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\calendar_entry.c" />
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\special_event.c" />
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\whohas.c" />
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\whois.c" />
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\wp.c" />
|
||||
|
||||
@@ -204,6 +204,12 @@
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\weeklyschedule.c">
|
||||
<Filter>Source Files\src\bacnet</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\calendar_entry.c">
|
||||
<Filter>Source Files\src\bacnet</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\special_event.c">
|
||||
<Filter>Source Files\src\bacnet</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\src\bacnet\whohas.c">
|
||||
<Filter>Source Files\src\bacnet</Filter>
|
||||
</ClCompile>
|
||||
|
||||
Reference in New Issue
Block a user