|
RTC Toolkit
2.0.0
|
Abstract Event Type that is used as a base for all events. More...
#include <eventDefinitions.hpp>
Public Member Functions | |
| AbstractEvent ()=delete | |
| AbstractEvent (JsonPayload const &payload) | |
| AbstractEvent (std::string const &origin) | |
| JsonPayload | ToJson () const |
Public Attributes | |
| std::string | origin |
| uint64_t | time |
Abstract Event Type that is used as a base for all events.
Cannot be published or subscribed, only for code reuse
|
delete |
|
inline |
|
inline |
|
inline |
| std::string rtctk::componentFramework::AbstractEvent::origin |
| uint64_t rtctk::componentFramework::AbstractEvent::time |