Implementation of a YARP2-conforming name server.
More...
#include <yarp/os/impl/NameServer.h>
|
std::string | terminate (const std::string &str) |
|
Implementation of a YARP2-conforming name server.
Definition at line 45 of file NameServer.h.
◆ NameServer()
yarp::os::impl::NameServer::NameServer |
( |
| ) |
|
|
inline |
◆ ~NameServer()
virtual yarp::os::impl::NameServer::~NameServer |
( |
| ) |
|
|
virtualdefault |
◆ apply() [1/3]
std::string yarp::os::impl::NameServer::apply |
( |
const std::string & |
txt | ) |
|
|
inline |
◆ apply() [2/3]
std::string NameServer::apply |
( |
const std::string & |
txt, |
|
|
const Contact & |
remote |
|
) |
| |
|
overridevirtual |
◆ apply() [3/3]
◆ botify()
◆ onEvent()
◆ queryName()
Contact NameServer::queryName |
( |
const std::string & |
name | ) |
|
◆ registerName() [1/3]
Contact yarp::os::impl::NameServer::registerName |
( |
const std::string & |
name | ) |
|
|
inline |
◆ registerName() [2/3]
Contact yarp::os::impl::NameServer::registerName |
( |
const std::string & |
name, |
|
|
const Contact & |
address |
|
) |
| |
|
inline |
◆ registerName() [3/3]
Contact NameServer::registerName |
( |
const std::string & |
name, |
|
|
const Contact & |
address, |
|
|
const std::string & |
remote |
|
) |
| |
◆ setBasePort()
void yarp::os::impl::NameServer::setBasePort |
( |
int |
basePort | ) |
|
|
inline |
◆ terminate()
std::string NameServer::terminate |
( |
const std::string & |
str | ) |
|
|
protected |
◆ textify()
std::string NameServer::textify |
( |
const Contact & |
address | ) |
|
|
static |
◆ unregisterName()
Contact NameServer::unregisterName |
( |
const std::string & |
name | ) |
|
◆ basePort
int yarp::os::impl::NameServer::basePort |
|
protected |
The documentation for this class was generated from the following files: