|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_OS_IMPL_PORTCOMMAND_H
11 #define YARP_OS_IMPL_PORTCOMMAND_H
68 #endif // YARP_OS_IMPL_PORTCOMMAND_H
This is a base class for objects that can be both read from and be written to the YARP network.
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
#define YARP_SUPPRESS_DLL_INTERFACE_WARNING_ARG(x)
Suppress MSVC C4251 warning for the declaration.
Simple Readable and Writable object representing a command to a YARP port.
An abstraction for a block of bytes, with optional responsibility for allocating/destroying that bloc...
An interface for writing to a network connection.
yarp::os::ManagedBytes header
PortCommand(char ch, const std::string &str)
An interface for reading from a network connection.
The main, catch-all namespace for YARP.
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)