|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_OS_IMPL_FAKEFACE_H
11 #define YARP_OS_IMPL_FAKEFACE_H
26 bool open(
const Contact& address)
override;
27 void close()
override;
38 #endif // YARP_OS_IMPL_FAKEFACE_H
A dummy Face for testing purposes.
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
The output side of an active connection between two ports.
The main, catch-all namespace for YARP.
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)
The initial point-of-contact with a port.