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