Public Member Functions | Private Attributes | List of all members
ExecutionContextProxy::LightweightRTObjectServantMock Class Reference
Inheritance diagram for ExecutionContextProxy::LightweightRTObjectServantMock:
Inheritance graph
[legend]

Public Member Functions

virtual ::RTC::ExecutionContextHandle_t attach_context (::RTC::ExecutionContext_ptr exec_context)
 
virtual ::RTC::ReturnCode_t detach_context (::RTC::ExecutionContextHandle_t exec_handle)
 
virtual ::RTC::ReturnCode_t exit ()
 
virtual ::RTC::ReturnCode_t finalize ()
 
virtual ::RTC::ExecutionContext_ptr get_context (::RTC::ExecutionContextHandle_t exec_handle)
 
virtual ::RTC::ExecutionContextHandle_t get_context_handle (::RTC::ExecutionContext_ptr cxt)
 
virtual ::RTC::ExecutionContextList * get_owned_contexts ()
 
virtual ::RTC::ExecutionContextList * get_participating_contexts ()
 
virtual ::RTC::ReturnCode_t initialize ()
 
virtual ::CORBA::Boolean is_alive (::RTC::ExecutionContext_ptr exec_context)
 
 LightweightRTObjectServantMock (doil::ImplBase *impl)
 
virtual ::RTC::ReturnCode_t on_aborting (::RTC::ExecutionContextHandle_t exec_handle)
 
virtual ::RTC::ReturnCode_t on_activated (::RTC::ExecutionContextHandle_t exec_handle)
 
virtual ::RTC::ReturnCode_t on_deactivated (::RTC::ExecutionContextHandle_t exec_handle)
 
virtual ::RTC::ReturnCode_t on_error (::RTC::ExecutionContextHandle_t exec_handle)
 
virtual ::RTC::ReturnCode_t on_finalize ()
 
virtual ::RTC::ReturnCode_t on_initialize ()
 
virtual ::RTC::ReturnCode_t on_reset (::RTC::ExecutionContextHandle_t exec_handle)
 
virtual ::RTC::ReturnCode_t on_shutdown (::RTC::ExecutionContextHandle_t exec_handle)
 
virtual ::RTC::ReturnCode_t on_startup (::RTC::ExecutionContextHandle_t exec_handle)
 
virtual ~LightweightRTObjectServantMock ()
 
- Public Member Functions inherited from doil::CORBA::CORBAServantBase
 CORBAServantBase (ImplBase *impl)
 
virtual void decRef ()
 
virtual const char * id () const
 
virtual void incRef ()
 
virtual const char * name () const
 
virtual ~CORBAServantBase ()
 
- Public Member Functions inherited from doil::ServantBase
virtual ~ServantBase ()
 

Private Attributes

::SDOPackage::Local::ISDOSystemElement * m_impl
 

Additional Inherited Members

- Protected Attributes inherited from doil::CORBA::CORBAServantBase
std::string m_id
 
std::string m_name
 
int m_refcount
 

Detailed Description

Definition at line 69 of file ExecutionContextProxyTests.cpp.

Constructor & Destructor Documentation

ExecutionContextProxy::LightweightRTObjectServantMock::LightweightRTObjectServantMock ( doil::ImplBase impl)
inline

Definition at line 74 of file ExecutionContextProxyTests.cpp.

virtual ExecutionContextProxy::LightweightRTObjectServantMock::~LightweightRTObjectServantMock ( )
inlinevirtual

Definition at line 78 of file ExecutionContextProxyTests.cpp.

Member Function Documentation

virtual ::RTC::ExecutionContextHandle_t ExecutionContextProxy::LightweightRTObjectServantMock::attach_context ( ::RTC::ExecutionContext_ptr  exec_context)
inline

Definition at line 93 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ReturnCode_t ExecutionContextProxy::LightweightRTObjectServantMock::detach_context ( ::RTC::ExecutionContextHandle_t  exec_handle)
inline

Definition at line 96 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ReturnCode_t ExecutionContextProxy::LightweightRTObjectServantMock::exit ( )
inline

Definition at line 90 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ReturnCode_t ExecutionContextProxy::LightweightRTObjectServantMock::finalize ( )
inline

Definition at line 84 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ExecutionContext_ptr ExecutionContextProxy::LightweightRTObjectServantMock::get_context ( ::RTC::ExecutionContextHandle_t  exec_handle)
inline

Definition at line 99 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ExecutionContextHandle_t ExecutionContextProxy::LightweightRTObjectServantMock::get_context_handle ( ::RTC::ExecutionContext_ptr  cxt)
inline

Definition at line 108 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ExecutionContextList* ExecutionContextProxy::LightweightRTObjectServantMock::get_owned_contexts ( )
inline

Definition at line 102 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ExecutionContextList* ExecutionContextProxy::LightweightRTObjectServantMock::get_participating_contexts ( )
inline

Definition at line 105 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ReturnCode_t ExecutionContextProxy::LightweightRTObjectServantMock::initialize ( )
inline

Definition at line 81 of file ExecutionContextProxyTests.cpp.

virtual ::CORBA::Boolean ExecutionContextProxy::LightweightRTObjectServantMock::is_alive ( ::RTC::ExecutionContext_ptr  exec_context)
inline

Definition at line 87 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ReturnCode_t ExecutionContextProxy::LightweightRTObjectServantMock::on_aborting ( ::RTC::ExecutionContextHandle_t  exec_handle)
inline

Definition at line 129 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ReturnCode_t ExecutionContextProxy::LightweightRTObjectServantMock::on_activated ( ::RTC::ExecutionContextHandle_t  exec_handle)
inline

Definition at line 123 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ReturnCode_t ExecutionContextProxy::LightweightRTObjectServantMock::on_deactivated ( ::RTC::ExecutionContextHandle_t  exec_handle)
inline

Definition at line 126 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ReturnCode_t ExecutionContextProxy::LightweightRTObjectServantMock::on_error ( ::RTC::ExecutionContextHandle_t  exec_handle)
inline

Definition at line 132 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ReturnCode_t ExecutionContextProxy::LightweightRTObjectServantMock::on_finalize ( )
inline

Definition at line 114 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ReturnCode_t ExecutionContextProxy::LightweightRTObjectServantMock::on_initialize ( )
inline

Definition at line 111 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ReturnCode_t ExecutionContextProxy::LightweightRTObjectServantMock::on_reset ( ::RTC::ExecutionContextHandle_t  exec_handle)
inline

Definition at line 135 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ReturnCode_t ExecutionContextProxy::LightweightRTObjectServantMock::on_shutdown ( ::RTC::ExecutionContextHandle_t  exec_handle)
inline

Definition at line 120 of file ExecutionContextProxyTests.cpp.

virtual ::RTC::ReturnCode_t ExecutionContextProxy::LightweightRTObjectServantMock::on_startup ( ::RTC::ExecutionContextHandle_t  exec_handle)
inline

Definition at line 117 of file ExecutionContextProxyTests.cpp.

Member Data Documentation

::SDOPackage::Local::ISDOSystemElement* ExecutionContextProxy::LightweightRTObjectServantMock::m_impl
private

Definition at line 143 of file ExecutionContextProxyTests.cpp.


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


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Jun 10 2019 14:08:00