10 #ifndef YARP_OS_NAMESTORE_H
11 #define YARP_OS_NAMESTORE_H
27 virtual bool announce(
const std::string& name,
int activity) = 0;
Abstract interface for a database of port names.
virtual bool announce(const std::string &name, int activity)=0
virtual bool process(PortWriter &in, PortReader &out, const Contact &source)=0
virtual Contact query(const std::string &name)=0
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
The main, catch-all namespace for YARP.