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