#include <ManagerServant.h>
Public Member Functions | |
ManagerServant () | |
virtual | ~ManagerServant (void) |
RTC::ReturnCode_t | load_module (const char *pathname, const char *initfunc) |
RTC::ReturnCode_t | unload_module (const char *pathname) |
RTM::ModuleProfileList * | get_loadable_modules () |
RTM::ModuleProfileList * | get_loaded_modules () |
RTM::ModuleProfileList * | get_factory_profiles () |
RTC::RTObject_ptr | create_component (const char *module_name) |
RTC::ReturnCode_t | delete_component (const char *instance_name) |
RTC::RTCList * | get_components () |
RTC::ComponentProfileList * | get_component_profiles () |
RTM::ManagerProfile * | get_profile () |
RTM::NVList * | get_configuration () |
RTC::ReturnCode_t | set_configuration (const char *name, const char *value) |
RTM::Manager_ptr | get_owner () |
RTM::Manager_ptr | set_owner (RTM::Manager_ptr mgr) |
RTM::Manager_ptr | get_child () |
RTM::Manager_ptr | set_child (RTM::Manager_ptr mgr) |
RTC::ReturnCode_t | fork () |
RTC::ReturnCode_t | shutdown () |
RTC::ReturnCode_t | restart () |
CORBA::Object_ptr | get_service (const char *name) |
RTM::Manager_ptr | getObjRef () const |
RTM::ManagerServant::ManagerServant | ( | ) |
virtual RTM::ManagerServant::~ManagerServant | ( | void | ) | [virtual] |
RTC::ReturnCode_t RTM::ManagerServant::load_module | ( | const char * | pathname, | |
const char * | initfunc | |||
) |
RTC::ReturnCode_t RTM::ManagerServant::unload_module | ( | const char * | pathname | ) |
RTM::ModuleProfileList* RTM::ManagerServant::get_loadable_modules | ( | ) |
RTM::ModuleProfileList* RTM::ManagerServant::get_loaded_modules | ( | ) |
RTM::ModuleProfileList* RTM::ManagerServant::get_factory_profiles | ( | ) |
RTC::RTObject_ptr RTM::ManagerServant::create_component | ( | const char * | module_name | ) |
RTC::ReturnCode_t RTM::ManagerServant::delete_component | ( | const char * | instance_name | ) |
RTC::RTCList* RTM::ManagerServant::get_components | ( | ) |
RTC::ComponentProfileList* RTM::ManagerServant::get_component_profiles | ( | ) |
RTM::ManagerProfile* RTM::ManagerServant::get_profile | ( | ) |
RTM::NVList* RTM::ManagerServant::get_configuration | ( | ) |
RTC::ReturnCode_t RTM::ManagerServant::set_configuration | ( | const char * | name, | |
const char * | value | |||
) |
RTM::Manager_ptr RTM::ManagerServant::get_owner | ( | ) |
RTM::Manager_ptr RTM::ManagerServant::set_owner | ( | RTM::Manager_ptr | mgr | ) |
RTM::Manager_ptr RTM::ManagerServant::get_child | ( | ) |
RTM::Manager_ptr RTM::ManagerServant::set_child | ( | RTM::Manager_ptr | mgr | ) |
RTC::ReturnCode_t RTM::ManagerServant::fork | ( | ) |
RTC::ReturnCode_t RTM::ManagerServant::shutdown | ( | ) |
RTC::ReturnCode_t RTM::ManagerServant::restart | ( | ) |
CORBA::Object_ptr RTM::ManagerServant::get_service | ( | const char * | name | ) |
RTM::Manager_ptr RTM::ManagerServant::getObjRef | ( | ) | const |