#include <yarp/serversql/impl/StyleNameService.h>
|
| StyleNameService ()=default |
|
bool | configure (const yarp::os::Searchable &options) |
|
bool | apply (yarp::os::Bottle &cmd, yarp::os::Bottle &reply, yarp::os::Bottle &event, const yarp::os::Contact &remote) 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 15 of file StyleNameService.h.
◆ StyleNameService()
yarp::serversql::impl::StyleNameService::StyleNameService |
( |
| ) |
|
|
default |
◆ apply()
◆ configure()
The documentation for this class was generated from the following files: