Public Member Functions | List of all members
PeriodicExecutionContext::DataFlowComponentMock Class Reference
Inheritance diagram for PeriodicExecutionContext::DataFlowComponentMock:
Inheritance graph
[legend]

Public Member Functions

virtual RTC::ComponentProfile * get_component_profile ()
 
virtual SDOPackage::Configuration_ptr get_configuration () throw (SDOPackage::InterfaceNotImplemented, SDOPackage::NotAvailable, SDOPackage::InternalError)
 
virtual SDOPackage::DeviceProfile * get_device_profile () throw (SDOPackage::NotAvailable, SDOPackage::InternalError)
 
virtual RTC::ExecutionContextServiceList * get_execution_context_services ()
 
virtual SDOPackage::Monitoring_ptr get_monitoring () throw (SDOPackage::InterfaceNotImplemented, SDOPackage::NotAvailable, SDOPackage::InternalError)
 
virtual SDOPackage::OrganizationList * get_organizations () throw (SDOPackage::NotAvailable, SDOPackage::InternalError)
 
virtual SDOPackage::OrganizationList * get_owned_organizations () throw (SDOPackage::NotAvailable)
 
virtual RTC::PortServiceList * get_ports ()
 
virtual char * get_sdo_id () throw (SDOPackage::NotAvailable, SDOPackage::InternalError)
 
virtual SDOPackage::SDOService_ptr get_sdo_service (const char *id) throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError)
 
virtual char * get_sdo_type () throw (SDOPackage::NotAvailable, SDOPackage::InternalError)
 
virtual SDOPackage::ServiceProfile * get_service_profile (const char *id) throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError)
 
virtual SDOPackage::ServiceProfileList * get_service_profiles () throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError)
 
virtual CORBA::Any * get_status (const char *name) throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError)
 
virtual SDOPackage::NVList * get_status_list () throw (SDOPackage::NotAvailable, SDOPackage::InternalError)
 
virtual RTC::ReturnCode_t on_execute (RTC::UniqueId ec_id)
 
virtual RTC::ReturnCode_t on_rate_changed (RTC::UniqueId ec_id)
 
virtual RTC::ReturnCode_t on_state_update (RTC::UniqueId ec_id)
 
- Public Member Functions inherited from PeriodicExecutionContext::LightweightRTObjectMock
virtual RTC::UniqueId attach_context (RTC::ExecutionContext_ptr exec_context)
 
int countLog (std::string line)
 
virtual RTC::ReturnCode_t detach_context (RTC::UniqueId ec_id)
 
virtual RTC::ReturnCode_t exit ()
 
virtual RTC::ReturnCode_t finalize ()
 
virtual RTC::_objref_ExecutionContext * get_context (RTC::ExecutionContextHandle_t)
 
virtual RTC::ExecutionContextHandle_t get_context_handle (RTC::_objref_ExecutionContext *)
 
virtual RTC::ExecutionContextList * get_owned_contexts ()
 
virtual RTC::ExecutionContextList * get_participating_contexts ()
 
virtual RTC::ReturnCode_t initialize ()
 
virtual CORBA::Boolean is_alive (RTC::_objref_ExecutionContext *exec_context)
 
 LightweightRTObjectMock ()
 
virtual RTC::ReturnCode_t on_aborting (RTC::UniqueId ec_id)
 
virtual RTC::ReturnCode_t on_activated (RTC::UniqueId ec_id)
 
virtual RTC::ReturnCode_t on_deactivated (RTC::UniqueId ec_id)
 
virtual RTC::ReturnCode_t on_error (RTC::UniqueId ec_id)
 
virtual RTC::ReturnCode_t on_finalize ()
 
virtual RTC::ReturnCode_t on_initialize ()
 
virtual RTC::ReturnCode_t on_reset (RTC::UniqueId ec_id)
 
virtual RTC::ReturnCode_t on_shutdown (RTC::UniqueId ec_id)
 
virtual RTC::ReturnCode_t on_startup (RTC::UniqueId ec_id)
 
void setAlive (bool alive)
 
void setError (bool error)
 

Additional Inherited Members

- Protected Types inherited from PeriodicExecutionContext::LightweightRTObjectMock
typedef std::map< RTC::UniqueId, RTC::ExecutionContext_ptr > ExecContexts
 
- Protected Attributes inherited from PeriodicExecutionContext::LightweightRTObjectMock
bool m_alive
 
bool m_error
 
ExecContexts m_execContexts
 
std::vector< std::string > m_log
 
CORBA::Long m_nextUniqueId
 

Detailed Description

Definition at line 199 of file PeriodicExecutionContextTests.cpp.

Member Function Documentation

virtual RTC::ComponentProfile* PeriodicExecutionContext::DataFlowComponentMock::get_component_profile ( )
inlinevirtual

Definition at line 280 of file PeriodicExecutionContextTests.cpp.

virtual SDOPackage::Configuration_ptr PeriodicExecutionContext::DataFlowComponentMock::get_configuration ( )
throw (SDOPackage::InterfaceNotImplemented,
SDOPackage::NotAvailable,
SDOPackage::InternalError
)
inlinevirtual

Definition at line 248 of file PeriodicExecutionContextTests.cpp.

virtual SDOPackage::DeviceProfile* PeriodicExecutionContext::DataFlowComponentMock::get_device_profile ( )
throw (SDOPackage::NotAvailable,
SDOPackage::InternalError
)
inlinevirtual

Definition at line 224 of file PeriodicExecutionContextTests.cpp.

virtual RTC::ExecutionContextServiceList* PeriodicExecutionContext::DataFlowComponentMock::get_execution_context_services ( )
inlinevirtual

Definition at line 295 of file PeriodicExecutionContextTests.cpp.

virtual SDOPackage::Monitoring_ptr PeriodicExecutionContext::DataFlowComponentMock::get_monitoring ( )
throw (SDOPackage::InterfaceNotImplemented,
SDOPackage::NotAvailable,
SDOPackage::InternalError
)
inlinevirtual

Definition at line 254 of file PeriodicExecutionContextTests.cpp.

virtual SDOPackage::OrganizationList* PeriodicExecutionContext::DataFlowComponentMock::get_organizations ( )
throw (SDOPackage::NotAvailable,
SDOPackage::InternalError
)
inlinevirtual

Definition at line 260 of file PeriodicExecutionContextTests.cpp.

virtual SDOPackage::OrganizationList* PeriodicExecutionContext::DataFlowComponentMock::get_owned_organizations ( )
throw (SDOPackage::NotAvailable
)
inlinevirtual

Definition at line 206 of file PeriodicExecutionContextTests.cpp.

virtual RTC::PortServiceList* PeriodicExecutionContext::DataFlowComponentMock::get_ports ( )
inlinevirtual

Definition at line 287 of file PeriodicExecutionContextTests.cpp.

virtual char* PeriodicExecutionContext::DataFlowComponentMock::get_sdo_id ( )
throw (SDOPackage::NotAvailable,
SDOPackage::InternalError
)
inlinevirtual

Definition at line 212 of file PeriodicExecutionContextTests.cpp.

virtual SDOPackage::SDOService_ptr PeriodicExecutionContext::DataFlowComponentMock::get_sdo_service ( const char *  id)
throw (SDOPackage::InvalidParameter,
SDOPackage::NotAvailable,
SDOPackage::InternalError
)
inlinevirtual

Definition at line 242 of file PeriodicExecutionContextTests.cpp.

virtual char* PeriodicExecutionContext::DataFlowComponentMock::get_sdo_type ( )
throw (SDOPackage::NotAvailable,
SDOPackage::InternalError
)
inlinevirtual

Definition at line 218 of file PeriodicExecutionContextTests.cpp.

virtual SDOPackage::ServiceProfile* PeriodicExecutionContext::DataFlowComponentMock::get_service_profile ( const char *  id)
throw (SDOPackage::InvalidParameter,
SDOPackage::NotAvailable,
SDOPackage::InternalError
)
inlinevirtual

Definition at line 236 of file PeriodicExecutionContextTests.cpp.

virtual SDOPackage::ServiceProfileList* PeriodicExecutionContext::DataFlowComponentMock::get_service_profiles ( )
throw (SDOPackage::InvalidParameter,
SDOPackage::NotAvailable,
SDOPackage::InternalError
)
inlinevirtual

Definition at line 230 of file PeriodicExecutionContextTests.cpp.

virtual CORBA::Any* PeriodicExecutionContext::DataFlowComponentMock::get_status ( const char *  name)
throw (SDOPackage::InvalidParameter,
SDOPackage::NotAvailable,
SDOPackage::InternalError
)
inlinevirtual

Definition at line 272 of file PeriodicExecutionContextTests.cpp.

virtual SDOPackage::NVList* PeriodicExecutionContext::DataFlowComponentMock::get_status_list ( )
throw (SDOPackage::NotAvailable,
SDOPackage::InternalError
)
inlinevirtual

Definition at line 266 of file PeriodicExecutionContextTests.cpp.

virtual RTC::ReturnCode_t PeriodicExecutionContext::DataFlowComponentMock::on_execute ( RTC::UniqueId  ec_id)
inlinevirtual

Definition at line 305 of file PeriodicExecutionContextTests.cpp.

virtual RTC::ReturnCode_t PeriodicExecutionContext::DataFlowComponentMock::on_rate_changed ( RTC::UniqueId  ec_id)
inlinevirtual

Definition at line 315 of file PeriodicExecutionContextTests.cpp.

virtual RTC::ReturnCode_t PeriodicExecutionContext::DataFlowComponentMock::on_state_update ( RTC::UniqueId  ec_id)
inlinevirtual

Definition at line 310 of file PeriodicExecutionContextTests.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:02