|
YARP
Yet Another Robot Platform
|
|
virtual void write(char ch)
Write a single byte to the stream.
virtual bool setWriteTimeout(double timeout)
Set activity timeout.
virtual void writeLine(const char *data, int len)
Write some text followed by a line feed.
virtual void flush()
Make sure all pending write operations are finished.
A simple abstraction for a block of bytes.
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)
virtual bool setTypeOfService(int tos)
virtual ~OutputStream()
Destructor.
virtual int getTypeOfService()