RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
rtctk::exampleCustom::CustomLifeCycle< Super >::OutputStage Class Reference

#include <customLifeCycle.hpp>

Inheritance diagram for rtctk::exampleCustom::CustomLifeCycle< Super >::OutputStage:

Public Member Functions

 OutputStage (cfw::StateMachineEngine &engine, BizLogicIf &bl)
 

Protected Attributes

std::optional< rad::cii::Request< std::string > > m_tmp_foo_request
 
std::optional< rad::cii::Request< std::string, std::string > > m_tmp_bar_request
 
std::function< void()> m_custom_success_handler
 
std::function< void(std::exception_ptr)> m_custom_error_handler
 

Constructor & Destructor Documentation

◆ OutputStage()

template<typename Super >
rtctk::exampleCustom::CustomLifeCycle< Super >::OutputStage::OutputStage ( cfw::StateMachineEngine & engine,
BizLogicIf & bl )
inline

Member Data Documentation

◆ m_custom_error_handler

template<typename Super >
std::function<void(std::exception_ptr)> rtctk::exampleCustom::CustomLifeCycle< Super >::OutputStage::m_custom_error_handler
protected

◆ m_custom_success_handler

template<typename Super >
std::function<void()> rtctk::exampleCustom::CustomLifeCycle< Super >::OutputStage::m_custom_success_handler
protected

◆ m_tmp_bar_request

template<typename Super >
std::optional<rad::cii::Request<std::string, std::string> > rtctk::exampleCustom::CustomLifeCycle< Super >::OutputStage::m_tmp_bar_request
protected

◆ m_tmp_foo_request

template<typename Super >
std::optional<rad::cii::Request<std::string> > rtctk::exampleCustom::CustomLifeCycle< Super >::OutputStage::m_tmp_foo_request
protected

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