RTC Toolkit
1.0.0
|
Lifecycle of a basic 'RtcComponent'. More...
#include <rtctk/componentFramework/payload.hpp>
#include <rtctk/componentFramework/rtcCmdsImpl.hpp>
#include <rtctk/componentFramework/stdComponent.hpp>
#include <rtctk/componentFramework/stopToken.hpp>
Go to the source code of this file.
Classes | |
struct | rtctk::componentFramework::RtcComponent |
Basic life cycle for RtcComponent. More... | |
class | rtctk::componentFramework::RtcComponent::BizLogicIf |
class | rtctk::componentFramework::RtcComponent::InputStage |
class | rtctk::componentFramework::RtcComponent::OutputStage |
class | rtctk::componentFramework::RtcComponent::ModelBuilder |
Namespaces | |
rtctk | |
rtctk::componentFramework | |
Typedefs | |
using | rtctk::componentFramework::RtcComponentSuper = StdComponent< UseStarting< Enabled >, UseInitialising< Enabled >, UseEnabling< Enabled >, UseDisabling< Enabled > > |
Lifecycle of a basic 'RtcComponent'.