#include <DummyGrabber.h>
Additional Inherited Members | |
![]() | |
RocServer (zmq::context_t &_ctx, const std::string &_brokerEndpoint, const std::string &_serviceName) | |
virtual | ~RocServer () |
![]() | |
virtual | ~_ImageGrabberImpl ()=0 |
![]() | |
virtual void | startup () |
called in handler thread on startup More... | |
virtual void | teardown () |
called in handler thread on shutdown More... | |
virtual void | onRequest (std::list< zmq::message_t * > *envelope, std::list< zmq::message_t * > *data) |
The (not anymore) "to-be-overloaded" request handler. More... | |
void | reply (std::list< zmq::message_t * > *envelope, std::list< zmq::message_t * > *data=nullptr) |
void | replyValue (std::list< zmq::message_t * > *envelope, const Json::Value &value, const std::string &id="") |
void | replyError (std::list< zmq::message_t * > *envelope, int errorNo, const std::string &id="") |
![]() | |
zmq::context_t & | ctx |
Definition at line 27 of file DummyGrabber.h.