RTC Toolkit
2.0.0
|
Interface to the operational logic implementation. More...
#include <operationalLogicIf.hpp>
Classes | |
struct | LastError |
Describes last errors. More... | |
Public Member Functions | |
virtual | ~OperationalLogicIf () |
virtual void | RunAsync () RTCTK_NOEXCEPT=0 |
Start publishing. More... | |
virtual void | IdleAsync () RTCTK_NOEXCEPT=0 |
Stop publishing. More... | |
virtual LastError | GetLastError () const RTCTK_NOEXCEPT=0 |
Return last recorded error. More... | |
virtual uint64_t | GetErrorCount () const RTCTK_NOEXCEPT=0 |
Get current error count. More... | |
Interface to the operational logic implementation.
|
inlinevirtual |
|
pure virtual |
Get current error count.
Implemented in rtctk::telSub::OperationalLogic.
|
pure virtual |
Return last recorded error.
Implemented in rtctk::telSub::OperationalLogic.
|
pure virtual |
|
pure virtual |
Start publishing.
Implemented in rtctk::telSub::OperationalLogic.