7#ifndef YARP_OS_NAMESTORE_H
8#define YARP_OS_NAMESTORE_H
A mini-server for performing network communication in the background.
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...
An interface to the operating system, including Port based communication.