#include <ZmqPubExtractor.h>
Public Member Functions | |
ZmqPubExtractor (zmq::context_t &_ctx, const PubSubEndpoint &_source, const PubSubEndpoint &_destination, const Roi< unsigned int > &_roi) | |
~ZmqPubExtractor () | |
std::string | type () |
std::string | identifier () |
std::list< std::string > | parameters () |
![]() | |
Extractor (zmq::context_t &_ctx, const PubSubEndpoint &_source, double _wantedFPS=0) | |
virtual | ~Extractor ()=0 |
void | startServing () |
void | stopServing () |
Additional Inherited Members | |
![]() | |
zmq::context_t & | ctx |
PubSubEndpoint | source |
volatile bool | keepGoing |
Definition at line 7 of file ZmqPubExtractor.h.
ZmqPubExtractor::ZmqPubExtractor | ( | zmq::context_t & | _ctx, |
const PubSubEndpoint & | _source, | ||
const PubSubEndpoint & | _destination, | ||
const Roi< unsigned int > & | _roi | ||
) |
Definition at line 9 of file ZmqPubExtractor.cpp.
ZmqPubExtractor::~ZmqPubExtractor | ( | ) |
Definition at line 16 of file ZmqPubExtractor.cpp.
|
virtual |
Implements Extractor.
Definition at line 24 of file ZmqPubExtractor.cpp.
|
virtual |
Implements Extractor.
Definition at line 28 of file ZmqPubExtractor.cpp.
|
virtual |
Implements Extractor.
Definition at line 20 of file ZmqPubExtractor.cpp.