13yarp::dev::IFrameGrabberImageBase::~IFrameGrabberImageBase() = default;
15template class
yarp::dev::IFrameGrabberOf<
yarp::sig::ImageOf<
yarp::sig::PixelRgb>>;
16template class
yarp::dev::IFrameGrabberOf<
yarp::sig::ImageOf<
yarp::sig::PixelMono>>;
17template class
yarp::dev::IFrameGrabberOf<
yarp::sig::ImageOf<
yarp::sig::PixelFloat>>;
18template class
yarp::dev::IFrameGrabberOf<
yarp::sig::FlexImage>;
20yarp::dev::vertex_t::~vertex_t() = default;
const yarp::os::LogComponent & IFRAMEGRABBEROF()
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
An interface for reading from a network connection.
virtual std::int32_t expectInt32()=0
Read a 32-bit integer from the network connection.
virtual bool convertTextMode()=0
Reads in a standard description in text mode, and converts it to a standard description in binary.
virtual bool isError() const =0
An interface for writing to a network connection.
virtual bool isError() const =0
virtual bool convertTextMode()=0
Converts a standard description in binary into a textual description, if the connection is in text-mo...
virtual void appendInt32(std::int32_t data)=0
Send a representation of a 32-bit integer to the network connection.
#define YARP_LOG_COMPONENT(name,...)
The main, catch-all namespace for YARP.