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 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 185 of file ExtTrigExecutionContextTests.cpp.
virtual RTC::ComponentProfile* ExtTrigExecutionContext::DataFlowComponentMock::get_component_profile | ( | ) | [inline, virtual] |
Definition at line 266 of file ExtTrigExecutionContextTests.cpp.
virtual SDOPackage::Configuration_ptr ExtTrigExecutionContext::DataFlowComponentMock::get_configuration | ( | ) | throw (SDOPackage::InterfaceNotImplemented, SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 234 of file ExtTrigExecutionContextTests.cpp.
virtual SDOPackage::DeviceProfile* ExtTrigExecutionContext::DataFlowComponentMock::get_device_profile | ( | ) | throw (SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 210 of file ExtTrigExecutionContextTests.cpp.
virtual SDOPackage::Monitoring_ptr ExtTrigExecutionContext::DataFlowComponentMock::get_monitoring | ( | ) | throw (SDOPackage::InterfaceNotImplemented, SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 240 of file ExtTrigExecutionContextTests.cpp.
virtual SDOPackage::OrganizationList* ExtTrigExecutionContext::DataFlowComponentMock::get_organizations | ( | ) | throw (SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 246 of file ExtTrigExecutionContextTests.cpp.
virtual SDOPackage::OrganizationList* ExtTrigExecutionContext::DataFlowComponentMock::get_owned_organizations | ( | ) | throw (SDOPackage::NotAvailable) [inline, virtual] |
Definition at line 192 of file ExtTrigExecutionContextTests.cpp.
virtual RTC::PortServiceList* ExtTrigExecutionContext::DataFlowComponentMock::get_ports | ( | ) | [inline, virtual] |
Definition at line 273 of file ExtTrigExecutionContextTests.cpp.
virtual char* ExtTrigExecutionContext::DataFlowComponentMock::get_sdo_id | ( | ) | throw (SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 198 of file ExtTrigExecutionContextTests.cpp.
virtual SDOPackage::SDOService_ptr ExtTrigExecutionContext::DataFlowComponentMock::get_sdo_service | ( | const char * | id | ) | throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 228 of file ExtTrigExecutionContextTests.cpp.
virtual char* ExtTrigExecutionContext::DataFlowComponentMock::get_sdo_type | ( | ) | throw (SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 204 of file ExtTrigExecutionContextTests.cpp.
virtual SDOPackage::ServiceProfile* ExtTrigExecutionContext::DataFlowComponentMock::get_service_profile | ( | const char * | id | ) | throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 222 of file ExtTrigExecutionContextTests.cpp.
virtual SDOPackage::ServiceProfileList* ExtTrigExecutionContext::DataFlowComponentMock::get_service_profiles | ( | ) | throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 216 of file ExtTrigExecutionContextTests.cpp.
virtual CORBA::Any* ExtTrigExecutionContext::DataFlowComponentMock::get_status | ( | const char * | name | ) | throw (SDOPackage::InvalidParameter, SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 258 of file ExtTrigExecutionContextTests.cpp.
virtual SDOPackage::NVList* ExtTrigExecutionContext::DataFlowComponentMock::get_status_list | ( | ) | throw (SDOPackage::NotAvailable, SDOPackage::InternalError) [inline, virtual] |
Definition at line 252 of file ExtTrigExecutionContextTests.cpp.
virtual RTC::ReturnCode_t ExtTrigExecutionContext::DataFlowComponentMock::on_execute | ( | RTC::UniqueId | ec_id | ) | [inline, virtual] |
Definition at line 292 of file ExtTrigExecutionContextTests.cpp.
virtual RTC::ReturnCode_t ExtTrigExecutionContext::DataFlowComponentMock::on_rate_changed | ( | RTC::UniqueId | ec_id | ) | [inline, virtual] |
Definition at line 302 of file ExtTrigExecutionContextTests.cpp.
virtual RTC::ReturnCode_t ExtTrigExecutionContext::DataFlowComponentMock::on_state_update | ( | RTC::UniqueId | ec_id | ) | [inline, virtual] |
Definition at line 297 of file ExtTrigExecutionContextTests.cpp.