-
Notifications
You must be signed in to change notification settings - Fork 66
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
removed canopennode xml support #101
removed canopennode xml support #101
Conversation
|
||
eds.Loadfile(path); | ||
Bridge bridge = new Bridge(); //tell me again why bridge is not static? | ||
dev = bridge.convert(eds); | ||
|
||
DeviceView device = new DeviceView(eds, network); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea why bridge is used here 🤔
@@ -69,10 +69,6 @@ Library | |||
* Read EDS/DCF/XDC file and parse contents to approprate classes | |||
* Dump EDS/DCF classes via ToString() | |||
* Save EDS/DCF classes back to EDS file | |||
* Read CanOpenNode xml project file | |||
* Write CanOpenNode xmlproject file | |||
* Switch formats between EDS/DCF and CanOpenNode XML (note to EDS will result in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this line be rewritten or is it okay to remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is okay, if it is removed. README.md will need some refreshment too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems OK and works as expected at this point.
Thanks for the checks. |
@CANopenNode @nimrof: |
Think i got it all, but please test it out
Closes #103