#include <yarp/serversql/impl/NameServerContainer.h>
|
| | ~NameServerContainer () override |
| |
| const yarp::os::Contact & | where () |
| |
| yarp::os::Contact | whereDelegate () |
| |
| void | preregister (const yarp::os::Contact &c) |
| |
| bool | open (yarp::os::Searchable &options) |
| |
| void | open (NameService &ns1, NameService &ns2) |
| |
| | ComposedNameService () |
| |
| void | open (NameService &ns1, NameService &ns2) |
| |
| bool | apply (yarp::os::Bottle &cmd, yarp::os::Bottle &reply, yarp::os::Bottle &event, const yarp::os::Contact &remote) override |
| |
| void | onEvent (yarp::os::Bottle &event) override |
| |
| void | goPublic () override |
| |
| yarp::os::Contact | query (const std::string &name) override |
| |
| bool | announce (const std::string &name, int activity) override |
| |
| virtual | ~NameService () |
| |
| virtual bool | apply (yarp::os::Bottle &cmd, yarp::os::Bottle &reply, yarp::os::Bottle &event, const yarp::os::Contact &remote)=0 |
| |
| virtual void | onEvent (yarp::os::Bottle &event) |
| |
| virtual void | lock () |
| |
| virtual void | unlock () |
| |
| virtual void | goPublic () |
| |
| yarp::os::Contact | query (const std::string &name) override |
| |
| bool | announce (const std::string &name, int activity) override |
| |
| bool | process (yarp::os::PortWriter &in, yarp::os::PortReader &out, const yarp::os::Contact &remote) override |
| |
| virtual | ~NameStore () |
| |
| virtual Contact | query (const std::string &name)=0 |
| |
| virtual bool | announce (const std::string &name, int activity)=0 |
| |
| virtual bool | process (PortWriter &in, PortReader &out, const Contact &source)=0 |
| |
Definition at line 23 of file NameServerContainer.h.
◆ ~NameServerContainer()
| NameServerContainer::~NameServerContainer |
( |
| ) |
|
|
override |
◆ open() [1/2]
| void yarp::serversql::impl::ComposedNameService::open |
( |
NameService & |
ns1, |
|
|
NameService & |
ns2 |
|
) |
| |
|
inline |
◆ open() [2/2]
◆ preregister()
◆ where()
| const Contact & NameServerContainer::where |
( |
| ) |
|
◆ whereDelegate()
| Contact NameServerContainer::whereDelegate |
( |
| ) |
|
The documentation for this class was generated from the following files: