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