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) |
Definition at line 199 of file PeriodicExecutionContextTests.cpp.
virtual RTC::ComponentProfile* PeriodicExecutionContext::DataFlowComponentMock::get_component_profile | ( | ) | [inline, virtual] |
Definition at line 280 of file PeriodicExecutionContextTests.cpp.
virtual SDOPackage::Configuration_ptr PeriodicExecutionContext::DataFlowComponentMock::get_configuration | ( | ) | throw (SDOPackage::InterfaceNotImplemented, SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 248 of file PeriodicExecutionContextTests.cpp.
virtual SDOPackage::DeviceProfile* PeriodicExecutionContext::DataFlowComponentMock::get_device_profile | ( | ) | throw (SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 224 of file PeriodicExecutionContextTests.cpp.
virtual RTC::ExecutionContextServiceList* PeriodicExecutionContext::DataFlowComponentMock::get_execution_context_services | ( | ) | [inline, virtual] |
Definition at line 295 of file PeriodicExecutionContextTests.cpp.
virtual SDOPackage::Monitoring_ptr PeriodicExecutionContext::DataFlowComponentMock::get_monitoring | ( | ) | throw (SDOPackage::InterfaceNotImplemented, SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 254 of file PeriodicExecutionContextTests.cpp.
virtual SDOPackage::OrganizationList* PeriodicExecutionContext::DataFlowComponentMock::get_organizations | ( | ) | throw (SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 260 of file PeriodicExecutionContextTests.cpp.
virtual SDOPackage::OrganizationList* PeriodicExecutionContext::DataFlowComponentMock::get_owned_organizations | ( | ) | throw (SDOPackage::NotAvailable) [inline, virtual] |
Definition at line 206 of file PeriodicExecutionContextTests.cpp.
virtual RTC::PortServiceList* PeriodicExecutionContext::DataFlowComponentMock::get_ports | ( | ) | [inline, virtual] |
Definition at line 287 of file PeriodicExecutionContextTests.cpp.
virtual char* PeriodicExecutionContext::DataFlowComponentMock::get_sdo_id | ( | ) | throw (SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
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) [inline, virtual] |
Definition at line 242 of file PeriodicExecutionContextTests.cpp.
virtual char* PeriodicExecutionContext::DataFlowComponentMock::get_sdo_type | ( | ) | throw (SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
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) [inline, virtual] |
Definition at line 236 of file PeriodicExecutionContextTests.cpp.
virtual SDOPackage::ServiceProfileList* PeriodicExecutionContext::DataFlowComponentMock::get_service_profiles | ( | ) | throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
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) [inline, virtual] |
Definition at line 272 of file PeriodicExecutionContextTests.cpp.
virtual SDOPackage::NVList* PeriodicExecutionContext::DataFlowComponentMock::get_status_list | ( | ) | throw (SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 266 of file PeriodicExecutionContextTests.cpp.
virtual RTC::ReturnCode_t PeriodicExecutionContext::DataFlowComponentMock::on_execute | ( | RTC::UniqueId | ec_id | ) | [inline, virtual] |
Definition at line 305 of file PeriodicExecutionContextTests.cpp.
virtual RTC::ReturnCode_t PeriodicExecutionContext::DataFlowComponentMock::on_rate_changed | ( | RTC::UniqueId | ec_id | ) | [inline, virtual] |
Definition at line 315 of file PeriodicExecutionContextTests.cpp.
virtual RTC::ReturnCode_t PeriodicExecutionContext::DataFlowComponentMock::on_state_update | ( | RTC::UniqueId | ec_id | ) | [inline, virtual] |
Definition at line 310 of file PeriodicExecutionContextTests.cpp.