You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is very misleading that signal.getReady() == signal.needUpdate(). From the code, it seems this is only use in SignalTimeDependent and attribute ready is true when the signal is NOT up to date
The text was updated successfully, but these errors were encountered:
After having dig a bit more into this, and following an old discussion with @nmansard, the part of TimeDependent::needUpdate which is complex was needed to allow a signal value to change within one time frame. This happened in the MailBox class (in sot-core I think). This should be removed to makeTimeDependent::needUpdate simpler.
SignalBase defines the following methods/
It is very misleading that
signal.getReady() == signal.needUpdate()
. From the code, it seems this is only use in SignalTimeDependent and attributeready
istrue
when the signal is NOT up to dateThe text was updated successfully, but these errors were encountered: