7#ifndef YARP_OS_PORTREADERBUFFERBASE_H
8#define YARP_OS_PORTREADERBUFFERBASE_H
17class PortReaderBufferBaseCreator;
31 void setPrune(
bool flag =
true);
33 void setTargetPeriod(
double period);
35 std::string getName()
const;
37 unsigned int getMaxBuffer();
63 virtual bool getEnvelope(
PortReader& envelope);
69 void release(
void* key);
71#ifndef DOXYGEN_SHOULD_SKIP_THIS
A mini-server for performing network communication in the background.
An interface for reading from a network connection.
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...
A mini-server for network communication.
An interface to the operating system, including Port based communication.