Public Member Functions | |
::RTC::ReturnCode_t | activate_component (::RTC::LightweightRTObject_ptr comp) |
::RTC::ReturnCode_t | add_component (::RTC::LightweightRTObject_ptr comp) |
::RTC::ReturnCode_t | deactivate_component (::RTC::LightweightRTObject_ptr comp) |
ExecutionContextRtmMock () | |
::RTC::LifeCycleState | get_component_state (::RTC::LightweightRTObject_ptr comp) |
::RTC::ExecutionKind | get_kind () |
::CORBA::Double | get_rate () |
::CORBA::Boolean | is_running () |
::RTC::ReturnCode_t | remove_component (::RTC::LightweightRTObject_ptr comp) |
::RTC::ReturnCode_t | reset_component (::RTC::LightweightRTObject_ptr comp) |
::RTC::ReturnCode_t | set_rate (::CORBA::Double rate) |
void | setLogger (Logger *logger) |
::RTC::ReturnCode_t | start () |
::RTC::ReturnCode_t | stop () |
virtual | ~ExecutionContextRtmMock () |
Protected Attributes | |
std::vector< std::string > | m_log |
Private Attributes | |
Logger * | m_logger |
Definition at line 270 of file ExecutionContextProxyTests.cpp.
Definition at line 276 of file ExecutionContextProxyTests.cpp.
virtual ExecutionContextProxy::ExecutionContextRtmMock::~ExecutionContextRtmMock | ( | ) | [inline, virtual] |
Definition at line 277 of file ExecutionContextProxyTests.cpp.
::RTC::ReturnCode_t ExecutionContextProxy::ExecutionContextRtmMock::activate_component | ( | ::RTC::LightweightRTObject_ptr | comp | ) | [inline] |
Definition at line 346 of file ExecutionContextProxyTests.cpp.
::RTC::ReturnCode_t ExecutionContextProxy::ExecutionContextRtmMock::add_component | ( | ::RTC::LightweightRTObject_ptr | comp | ) | [inline] |
Definition at line 389 of file ExecutionContextProxyTests.cpp.
::RTC::ReturnCode_t ExecutionContextProxy::ExecutionContextRtmMock::deactivate_component | ( | ::RTC::LightweightRTObject_ptr | comp | ) | [inline] |
Definition at line 355 of file ExecutionContextProxyTests.cpp.
::RTC::LifeCycleState ExecutionContextProxy::ExecutionContextRtmMock::get_component_state | ( | ::RTC::LightweightRTObject_ptr | comp | ) | [inline] |
Definition at line 373 of file ExecutionContextProxyTests.cpp.
::RTC::ExecutionKind ExecutionContextProxy::ExecutionContextRtmMock::get_kind | ( | ) | [inline] |
Definition at line 382 of file ExecutionContextProxyTests.cpp.
::CORBA::Double ExecutionContextProxy::ExecutionContextRtmMock::get_rate | ( | ) | [inline] |
Definition at line 316 of file ExecutionContextProxyTests.cpp.
::CORBA::Boolean ExecutionContextProxy::ExecutionContextRtmMock::is_running | ( | ) | [inline] |
Definition at line 289 of file ExecutionContextProxyTests.cpp.
::RTC::ReturnCode_t ExecutionContextProxy::ExecutionContextRtmMock::remove_component | ( | ::RTC::LightweightRTObject_ptr | comp | ) | [inline] |
Definition at line 405 of file ExecutionContextProxyTests.cpp.
::RTC::ReturnCode_t ExecutionContextProxy::ExecutionContextRtmMock::reset_component | ( | ::RTC::LightweightRTObject_ptr | comp | ) | [inline] |
Definition at line 364 of file ExecutionContextProxyTests.cpp.
::RTC::ReturnCode_t ExecutionContextProxy::ExecutionContextRtmMock::set_rate | ( | ::CORBA::Double | rate | ) | [inline] |
Definition at line 329 of file ExecutionContextProxyTests.cpp.
void ExecutionContextProxy::ExecutionContextRtmMock::setLogger | ( | Logger * | logger | ) | [inline] |
Definition at line 282 of file ExecutionContextProxyTests.cpp.
::RTC::ReturnCode_t ExecutionContextProxy::ExecutionContextRtmMock::start | ( | ) | [inline] |
Definition at line 298 of file ExecutionContextProxyTests.cpp.
::RTC::ReturnCode_t ExecutionContextProxy::ExecutionContextRtmMock::stop | ( | ) | [inline] |
Definition at line 307 of file ExecutionContextProxyTests.cpp.
std::vector<std::string> ExecutionContextProxy::ExecutionContextRtmMock::m_log [protected] |
Definition at line 274 of file ExecutionContextProxyTests.cpp.
Definition at line 417 of file ExecutionContextProxyTests.cpp.