IDataFlowComponentAction class. More...
#include <IDataFlowComponentAction.h>
Public Member Functions | |
virtual ReturnCode_t | on_execute (ExecutionContextHandle_t ec_handle)=0 |
virtual ReturnCode_t | on_rate_changed (ExecutionContextHandle_t ec_handle)=0 |
virtual ReturnCode_t | on_state_update (ExecutionContextHandle_t ec_handle)=0 |
virtual | ~IDataFlowComponentAction () |
IDataFlowComponentAction class.
Definition at line 38 of file IDataFlowComponentAction.h.
virtual RTC::Local::IDataFlowComponentAction::~IDataFlowComponentAction | ( | ) | [inline, virtual] |
Definition at line 41 of file IDataFlowComponentAction.h.
virtual ReturnCode_t RTC::Local::IDataFlowComponentAction::on_execute | ( | ExecutionContextHandle_t | ec_handle | ) | [pure virtual] |
Implemented in RTC::Local::DataFlowComponentBase.
virtual ReturnCode_t RTC::Local::IDataFlowComponentAction::on_rate_changed | ( | ExecutionContextHandle_t | ec_handle | ) | [pure virtual] |
Implemented in RTC::Local::DataFlowComponentBase.
virtual ReturnCode_t RTC::Local::IDataFlowComponentAction::on_state_update | ( | ExecutionContextHandle_t | ec_handle | ) | [pure virtual] |
Implemented in RTC::Local::DataFlowComponentBase.