IExecutionContext class. More...
#include <IExecutionContext.h>
Public Member Functions | |
virtual ReturnCode_t | activate_component (ILightweightRTObject &comp)=0 |
virtual ReturnCode_t | add_component (ILightweightRTObject &comp)=0 |
virtual ReturnCode_t | deactivate_component (ILightweightRTObject &comp)=0 |
virtual LifeCycleState | get_component_state (ILightweightRTObject &comp)=0 |
virtual ExecutionKind | get_kind () const =0 |
virtual const ExecutionContextProfile & | get_profile () const =0 |
virtual double | get_rate () const =0 |
virtual bool | is_running () const =0 |
virtual ReturnCode_t | remove_component (ILightweightRTObject &comp)=0 |
virtual ReturnCode_t | reset_component (ILightweightRTObject &comp)=0 |
virtual ReturnCode_t | set_rate (double rate)=0 |
virtual ReturnCode_t | start ()=0 |
virtual ReturnCode_t | stop ()=0 |
virtual | ~IExecutionContext () |
IExecutionContext class.
Definition at line 53 of file IExecutionContext.h.
|
inlinevirtual |
Definition at line 56 of file IExecutionContext.h.
|
pure virtual |
Implemented in RTC::CORBA::ExecutionContextAdapter.
|
pure virtual |
Implemented in RTC::CORBA::ExecutionContextAdapter.
|
pure virtual |
Implemented in RTC::CORBA::ExecutionContextAdapter.
|
pure virtual |
Implemented in RTC::CORBA::ExecutionContextAdapter.
|
pure virtual |
Implemented in RTC::CORBA::ExecutionContextAdapter.
|
pure virtual |
Implemented in RTC::CORBA::ExecutionContextAdapter.
|
pure virtual |
Implemented in RTC::CORBA::ExecutionContextAdapter.
|
pure virtual |
Implemented in RTC::CORBA::ExecutionContextAdapter.
|
pure virtual |
Implemented in RTC::CORBA::ExecutionContextAdapter.
|
pure virtual |
Implemented in RTC::CORBA::ExecutionContextAdapter.
|
pure virtual |
Implemented in RTC::CORBA::ExecutionContextAdapter.
|
pure virtual |
Implemented in RTC::CORBA::ExecutionContextAdapter.
|
pure virtual |
Implemented in RTC::CORBA::ExecutionContextAdapter.