|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_OS_PORTREADERBUFFERBASE_H
11 #define YARP_OS_PORTREADERBUFFERBASE_H
21 class PortReaderBufferBaseCreator;
35 void setPrune(
bool flag =
true);
37 void setTargetPeriod(
double period);
39 std::string getName()
const;
41 unsigned int getMaxBuffer();
67 virtual bool getEnvelope(
PortReader& envelope);
73 void release(
void* key);
75 #ifndef DOXYGEN_SHOULD_SKIP_THIS
79 #endif // DOXYGEN_SHOULD_SKIP_THIS
86 #endif // YARP_OS_PORTREADERBUFFERBASE_H
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
A mini-server for network communication.
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
An interface for reading from a network connection.
The main, catch-all namespace for YARP.