#include <ExecutionContextAdapter.h>
Public Member Functions | |
virtual ReturnCode_t | activate_component (RTC::Local::ILightweightRTObject &comp) |
virtual ReturnCode_t | add_component (RTC::Local::ILightweightRTObject &comp) |
virtual ReturnCode_t | deactivate_component (RTC::Local::ILightweightRTObject &comp) |
ExecutionContextAdapter (RTC::ExecutionContext_ptr obj) | |
virtual LifeCycleState | get_component_state (RTC::Local::ILightweightRTObject &comp) |
virtual ExecutionKind | get_kind () const |
virtual const ExecutionContextProfile & | get_profile () const |
virtual double | get_rate () const |
virtual bool | is_running () const |
virtual ReturnCode_t | remove_component (RTC::Local::ILightweightRTObject &comp) |
virtual ReturnCode_t | reset_component (RTC::Local::ILightweightRTObject &comp) |
virtual ReturnCode_t | set_rate (double rate) |
virtual ReturnCode_t | start () |
virtual ReturnCode_t | stop () |
virtual | ~ExecutionContextAdapter () |
Private Attributes | |
RTC::ExecutionContext_ptr | m_obj |
ExecutionContextProfile | m_profile |
Definition at line 36 of file ExecutionContextAdapter.h.
RTC::CORBA::ExecutionContextAdapter::ExecutionContextAdapter | ( | RTC::ExecutionContext_ptr | obj | ) |
Definition at line 28 of file ExecutionContextAdapter.cpp.
Definition at line 33 of file ExecutionContextAdapter.cpp.
ReturnCode_t RTC::CORBA::ExecutionContextAdapter::activate_component | ( | RTC::Local::ILightweightRTObject & | comp | ) | [virtual] |
Implements RTC::Local::IExecutionContext.
Definition at line 79 of file ExecutionContextAdapter.cpp.
ReturnCode_t RTC::CORBA::ExecutionContextAdapter::add_component | ( | RTC::Local::ILightweightRTObject & | comp | ) | [virtual] |
Implements RTC::Local::IExecutionContext.
Definition at line 63 of file ExecutionContextAdapter.cpp.
ReturnCode_t RTC::CORBA::ExecutionContextAdapter::deactivate_component | ( | RTC::Local::ILightweightRTObject & | comp | ) | [virtual] |
Implements RTC::Local::IExecutionContext.
Definition at line 87 of file ExecutionContextAdapter.cpp.
LifeCycleState RTC::CORBA::ExecutionContextAdapter::get_component_state | ( | RTC::Local::ILightweightRTObject & | comp | ) | [virtual] |
Implements RTC::Local::IExecutionContext.
Definition at line 103 of file ExecutionContextAdapter.cpp.
ExecutionKind RTC::CORBA::ExecutionContextAdapter::get_kind | ( | ) | const [virtual] |
Implements RTC::Local::IExecutionContext.
Definition at line 111 of file ExecutionContextAdapter.cpp.
virtual const ExecutionContextProfile& RTC::CORBA::ExecutionContextAdapter::get_profile | ( | ) | const [virtual] |
Implements RTC::Local::IExecutionContext.
double RTC::CORBA::ExecutionContextAdapter::get_rate | ( | ) | const [virtual] |
Implements RTC::Local::IExecutionContext.
Definition at line 52 of file ExecutionContextAdapter.cpp.
bool RTC::CORBA::ExecutionContextAdapter::is_running | ( | ) | const [virtual] |
Implements RTC::Local::IExecutionContext.
Definition at line 37 of file ExecutionContextAdapter.cpp.
ReturnCode_t RTC::CORBA::ExecutionContextAdapter::remove_component | ( | RTC::Local::ILightweightRTObject & | comp | ) | [virtual] |
Implements RTC::Local::IExecutionContext.
Definition at line 71 of file ExecutionContextAdapter.cpp.
ReturnCode_t RTC::CORBA::ExecutionContextAdapter::reset_component | ( | RTC::Local::ILightweightRTObject & | comp | ) | [virtual] |
Implements RTC::Local::IExecutionContext.
Definition at line 95 of file ExecutionContextAdapter.cpp.
ReturnCode_t RTC::CORBA::ExecutionContextAdapter::set_rate | ( | double | rate | ) | [virtual] |
Implements RTC::Local::IExecutionContext.
Definition at line 57 of file ExecutionContextAdapter.cpp.
ReturnCode_t RTC::CORBA::ExecutionContextAdapter::start | ( | ) | [virtual] |
Implements RTC::Local::IExecutionContext.
Definition at line 42 of file ExecutionContextAdapter.cpp.
ReturnCode_t RTC::CORBA::ExecutionContextAdapter::stop | ( | ) | [virtual] |
Implements RTC::Local::IExecutionContext.
Definition at line 47 of file ExecutionContextAdapter.cpp.
RTC::ExecutionContext_ptr RTC::CORBA::ExecutionContextAdapter::m_obj [private] |
Definition at line 79 of file ExecutionContextAdapter.h.
Definition at line 80 of file ExecutionContextAdapter.h.