6 #ifndef YARP_FRAMEGRABBER_PROTOCOL_FRAMEGRABBERIMAGE_RESPONDER_H
7 #define YARP_FRAMEGRABBER_PROTOCOL_FRAMEGRABBERIMAGE_RESPONDER_H
16 namespace framegrabber {
18 template <
typename ImageType,
constexpr yarp::conf::vocab32_t VOCAB_RGB_IMAGE
constexpr yarp::conf::vocab32_t VOCAB_FRAMEGRABBER_IMAGE
A cheap and cheerful framework for human readable/writable forms of messages to devices.
A simple collection of objects that can be described and transmitted in a portable way.
bool configure(yarp::dev::IFrameGrabberOf< ImageType > *interface)
bool respond(const yarp::os::Bottle &cmd, yarp::os::Bottle &response) override
Respond to a message.
FrameGrabberOf_Responder()=default
~FrameGrabberOf_Responder() override=default
The main, catch-all namespace for YARP.