#include <DummyGrabber.h>
Additional Inherited Members | |
Public Member Functions inherited from RocServer | |
| RocServer (zmq::context_t &_ctx, const std::string &_brokerEndpoint, const std::string &_serviceName) | |
| virtual | ~RocServer () |
Protected Member Functions inherited from _ImageGrabberImpl | |
| virtual | ~_ImageGrabberImpl ()=0 |
Protected Member Functions inherited from RocServer | |
| 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="") |
Protected Attributes inherited from RocServer | |
| zmq::context_t & | ctx |
Definition at line 27 of file DummyGrabber.h.
1.8.8