7 #ifndef YARP_OS_PORTREADERBUFFERBASE_H
8 #define YARP_OS_PORTREADERBUFFERBASE_H
18 class PortReaderBufferBaseCreator;
32 void setPrune(
bool flag =
true);
34 void setTargetPeriod(
double period);
36 std::string getName()
const;
38 unsigned int getMaxBuffer();
64 virtual bool getEnvelope(
PortReader& envelope);
70 void release(
void* key);
72 #ifndef DOXYGEN_SHOULD_SKIP_THIS
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.
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
The main, catch-all namespace for YARP.