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

Custom property parsing refactoring #53

Merged
merged 6 commits into from
Oct 19, 2023

Conversation

Whitehouse112
Copy link
Contributor

Taking as starting point the issue #43 the custom property parsing procedure has been changed to treat GenMsgCycleTime and GenSigIntialValue property as "normal" custom properties. Main changes:

  • Message property CycleTime marked as obsolete. Added extension method to get GenMsgCycleTime property value from custom properties dictionary, if any.
  • Signal property InitialValue now gets its value from InitialValue() extension method looking for GenSigInitialValue property value from custom properties dictionary, if any.
  • Removed obsolete stuff
  • Updated and added some tests
  • Updated README: added Parsing error management chapter and Obsolete stuff chapter

@Adhara3 Adhara3 merged commit 310dcf2 into EFeru:main Oct 19, 2023
2 checks passed
@Whitehouse112 Whitehouse112 deleted the default_custom_property_refactoring branch October 27, 2023 15:26
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.

2 participants