#include <FileStorageExtractor.h>
Public Member Functions | |
FileStorageExtractor (zmq::context_t &_ctx, const PubSubEndpoint &_source, const std::string &_identifier, StorageManager &_storageManager, int _maxFrames=-1, const std::string &_metaData="{}", int _framesPerFileCycle=-1, bool _cumulative=false, bool _binning=false, double _wantedFPS=0) | |
~FileStorageExtractor () | |
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 10 of file FileStorageExtractor.h.
FileStorageExtractor::FileStorageExtractor | ( | zmq::context_t & | _ctx, |
const PubSubEndpoint & | _source, | ||
const std::string & | _identifier, | ||
StorageManager & | _storageManager, | ||
int | _maxFrames = -1 , |
||
const std::string & | _metaData = "{}" , |
||
int | _framesPerFileCycle = -1 , |
||
bool | _cumulative = false , |
||
bool | _binning = false , |
||
double | _wantedFPS = 0 |
||
) |
Definition at line 26 of file FileStorageExtractor.cpp.
FileStorageExtractor::~FileStorageExtractor | ( | ) |
Definition at line 55 of file FileStorageExtractor.cpp.
|
virtual |
Implements Extractor.
Definition at line 63 of file FileStorageExtractor.cpp.
|
virtual |
Implements Extractor.
Definition at line 67 of file FileStorageExtractor.cpp.
|
virtual |
Implements Extractor.
Definition at line 59 of file FileStorageExtractor.cpp.