Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement missing data types for calendar and schedule #474

Merged
merged 17 commits into from
Feb 1, 2024

Conversation

MightyPork
Copy link
Collaborator

@MightyPork MightyPork commented Aug 22, 2023

This PR aims to implement the following:

  • the SpecialEvent struct for the Exception_Schedule property of Schedule
  • the CalendarEntry struct for the Date_List property of Calendar, and as part of the SpecialEvent struct (I based it on Feature/oscbs 29 calendar time object #440, there will be a merge conflict. I made some changes and the function naming in the PR is probably wrong)
  • the DateRange struct for the Effective_Period property of Schedule

Currently all structs are implemented, nothing is tested yet.

I won't implement the printing and parsing functions for now, It's a lot of work and I don't need these.

@MightyPork MightyPork changed the title WIP: Implement missing data types for calendar and schedule Implement missing data types for calendar and schedule Aug 24, 2023
@MightyPork
Copy link
Collaborator Author

I think this is ready now, but I haven't used the code in our app yet. Will update if I find any problems with it

@MightyPork
Copy link
Collaborator Author

Waiting for #440 to merge, then this can be rebased & updated to new naming

@skarg skarg linked an issue Jan 31, 2024 that may be closed by this pull request
@skarg skarg merged commit 340bd09 into bacnet-stack:master Feb 1, 2024
27 checks passed
@skarg skarg linked an issue Feb 5, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calendar and BACnetCalendarEntry Read ExceptionSchedule
2 participants