#include <StatsExtractor.h>
Public Member Functions | |
StatsExtractor (zmq::context_t &_ctx, const PubSubEndpoint &_source, const PubSubEndpoint &_destination, const std::string &_identifier) | |
~StatsExtractor () | |
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 StatsExtractor.h.
StatsExtractor::StatsExtractor | ( | zmq::context_t & | _ctx, |
const PubSubEndpoint & | _source, | ||
const PubSubEndpoint & | _destination, | ||
const std::string & | _identifier | ||
) |
Definition at line 14 of file StatsExtractor.cpp.
StatsExtractor::~StatsExtractor | ( | ) |
Definition at line 47 of file StatsExtractor.cpp.
|
virtual |
Implements Extractor.
Definition at line 58 of file StatsExtractor.cpp.
|
virtual |
Implements Extractor.
Definition at line 62 of file StatsExtractor.cpp.
|
virtual |
Implements Extractor.
Definition at line 54 of file StatsExtractor.cpp.