RTC Toolkit  1.0.0
Classes | Public Member Functions | List of all members
rtctk::componentFramework::StdComponent< Options > Struct Template Reference

Basic life cycle for StdComponent. More...

#include <stdComponent.hpp>

Inheritance diagram for rtctk::componentFramework::StdComponent< Options >:
rtctk::componentFramework::RtcComponent

Classes

struct  AppliedOptions
 
class  BizLogicIf
 
class  InputStage
 
class  ModelBuilder
 
class  OutputStage
 

Public Member Functions

 RTCTK_ASSERT_OPTION_ED (UseStarting)
 
 RTCTK_ASSERT_OPTION_ED (UseInitialising)
 
 RTCTK_ASSERT_OPTION_ED (UseEnabling)
 
 RTCTK_ASSERT_OPTION_ED (UseDisabling)
 

Detailed Description

template<typename... Options>
struct rtctk::componentFramework::StdComponent< Options >

Basic life cycle for StdComponent.

This life cycle is internal to the RTC Tk. Instrument RTC developers are not supposed to use it, they should use basic life cycle RtcComponent instead.

Member Function Documentation

◆ RTCTK_ASSERT_OPTION_ED() [1/4]

template<typename... Options>
rtctk::componentFramework::StdComponent< Options >::RTCTK_ASSERT_OPTION_ED ( UseDisabling  )

◆ RTCTK_ASSERT_OPTION_ED() [2/4]

template<typename... Options>
rtctk::componentFramework::StdComponent< Options >::RTCTK_ASSERT_OPTION_ED ( UseEnabling  )

◆ RTCTK_ASSERT_OPTION_ED() [3/4]

template<typename... Options>
rtctk::componentFramework::StdComponent< Options >::RTCTK_ASSERT_OPTION_ED ( UseInitialising  )

◆ RTCTK_ASSERT_OPTION_ED() [4/4]

template<typename... Options>
rtctk::componentFramework::StdComponent< Options >::RTCTK_ASSERT_OPTION_ED ( UseStarting  )

The documentation for this struct was generated from the following file: