RTC Toolkit  1.0.0
Classes | Namespaces | Typedefs
rtcComponent.hpp File Reference

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 > >
 

Detailed Description

Lifecycle of a basic 'RtcComponent'.