Public Member Functions | |
NamingManagerMock (RTC::Manager *manager) | |
void | registerMgrName (const char *name, const RTM::ManagerServant *mgr) |
void | unregisterMgrName (const char *name) |
virtual | ~NamingManagerMock (void) |
Public Member Functions inherited from RTC::NamingManager | |
void | bindObject (const char *name, const RTObject_impl *rtobj) |
Bind the specified objects to NamingService. More... | |
void | bindObject (const char *name, const RTM::ManagerServant *mgr) |
Bind the specified ManagerServants to NamingService. More... | |
std::vector< RTObject_impl * > | getObjects () |
Get all bound objects. More... | |
NamingManager (Manager *manager) | |
Constructor. More... | |
void | registerNameServer (const char *method, const char *name_server) |
Regster the NameServer. More... | |
void | unbindAll () |
Unbind all objects from NamingService. More... | |
void | unbindObject (const char *name) |
Unbind the specified objects from NamingService. More... | |
void | update () |
Update information of NamingServer. More... | |
virtual | ~NamingManager (void) |
Destructor. More... | |
Public Attributes | |
std::vector< RTC::NamingManager::Mgr * > | mgrNames |
Additional Inherited Members | |
Protected Member Functions inherited from RTC::NamingManager | |
void | bindCompsTo (NamingBase *ns) |
Register the configured component to NameServer. More... | |
NamingBase * | createNamingObj (const char *method, const char *name_server) |
Create objects for NameServer management. More... | |
void | registerCompName (const char *name, const RTObject_impl *rtobj) |
Configure the components that will be registered to NameServer. More... | |
void | registerMgrName (const char *name, const RTM::ManagerServant *mgr) |
Configure the ManagerServants that will be registered to NameServer. More... | |
void | retryConnection (Names *ns) |
void | unregisterCompName (const char *name) |
Unregister the components that will be registered to NameServer. More... | |
void | unregisterMgrName (const char *name) |
Unregister the ManagerServants that will be registered to NameServer. More... | |
Protected Attributes inherited from RTC::NamingManager | |
std::vector< Comps * > | m_compNames |
Component list. More... | |
Mutex | m_compNamesMutex |
Mutex of Component list. More... | |
Manager * | m_manager |
Manager object. More... | |
std::vector< Mgr * > | m_mgrNames |
ManagerServant list. More... | |
Mutex | m_mgrNamesMutex |
Mutex of ManagerServant list. More... | |
std::vector< Names * > | m_names |
NameServer list. More... | |
Mutex | m_namesMutex |
Mutex of NameServer list. More... | |
Logger | rtclog |
Logger stream. More... | |
Definition at line 74 of file NamingManagerTests.cpp.
|
inline |
Definition at line 78 of file NamingManagerTests.cpp.
|
inlinevirtual |
Definition at line 80 of file NamingManagerTests.cpp.
|
inline |
Definition at line 83 of file NamingManagerTests.cpp.
|
inline |
Definition at line 93 of file NamingManagerTests.cpp.
std::vector<RTC::NamingManager::Mgr*> NamingManager::NamingManagerMock::mgrNames |
Definition at line 101 of file NamingManagerTests.cpp.