-
Notifications
You must be signed in to change notification settings - Fork 694
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
minor_improvement/ ecx_readstate() and/or ecx_statecheck() improved? #63
Conversation
ecx_statecheck() when called with the first argument set to 0 automatically updates the state of all the slaves in the slavelist structure when possible,
What is the use case you have in mind? I have 2 concerns with this update
|
I understand your concerns,
Some doubts about ecx_statecheck(...) current implementation:
I am sorry if I have been too wordy, |
If it is preferred to keep the function I would have the following considerations/questions:
|
- in ecx_statecheck only one iteration is done through the slave list if needed - in ecx_readstate only one datagram is used if possible
|
@nakarlsson Thanks! |
Applied required changes.