Public Member Functions | |
virtual dwStatus | executeAsyncReset ()=0 |
Executes a reset if the async reset flag is set. More... | |
virtual dwStatus | setAsyncReset ()=0 |
Set the async reset flag. More... | |
virtual | ~IAsyncResetable ()=default |
|
virtualdefault |
|
pure virtual |
Executes a reset if the async reset flag is set.
Implemented in dw::framework::dwGlobalEgomotionNode, dw::framework::dwRelativeEgomotionIMUNode, and dw::framework::dwTraceCollectorNode.
Referenced by dw::framework::dwGlobalEgomotionNode::executeAsyncReset(), dw::framework::dwRelativeEgomotionIMUNode::executeAsyncReset(), and dw::framework::dwTraceCollectorNode::executeAsyncReset().
|
pure virtual |
Set the async reset flag.
Implemented in dw::framework::dwGlobalEgomotionNode, dw::framework::dwRelativeEgomotionIMUNode, and dw::framework::dwTraceCollectorNode.
Referenced by dw::framework::dwGlobalEgomotionNode::setAsyncReset(), dw::framework::dwRelativeEgomotionIMUNode::setAsyncReset(), and dw::framework::dwTraceCollectorNode::setAsyncReset().