Logo
ApraPipes 1.0
Loading...
Searching...
No Matches
FileReaderModuleProps Class Reference

#include <FileReaderModule.h>

Inheritance diagram for FileReaderModuleProps:
Inheritance graph
Collaboration diagram for FileReaderModuleProps:
Collaboration graph

Public Member Functions

 FileReaderModuleProps (const std::string &_strFullFileNameWithPattern, int _startIndex=0, int _maxIndex=-1)
 
 FileReaderModuleProps ()
 
size_t getSerializeSize ()
 
- Public Member Functions inherited from ModuleProps
 ModuleProps ()
 
 ModuleProps (float _fps)
 
 ModuleProps (float _fps, size_t _qlen, bool _logHealth)
 
 ModuleProps (FrameFetchStrategy _frameFetchStrategy)
 
size_t getQLen ()
 

Public Attributes

int startIndex
 
int maxIndex
 
string strFullFileNameWithPattern
 
bool readLoop
 
std::vector< std::string > files
 
- Public Attributes inherited from ModuleProps
float fps
 
size_t qlen
 
bool logHealth
 
int logHealthFrequency
 
size_t maxConcurrentFrames
 
int skipN = 0
 
int skipD = 1
 
FrameFetchStrategy frameFetchStrategy
 
QuePushStrategy::QuePushStrategyType quePushStrategyType
 
FIndexStrategy::FIndexStrategyType fIndexStrategyType
 
bool enableHealthCallBack
 
int healthUpdateIntervalInSec
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 

Additional Inherited Members

- Public Types inherited from ModuleProps
enum  FrameFetchStrategy { PUSH , PULL }
 

Constructor & Destructor Documentation

◆ FileReaderModuleProps() [1/2]

FileReaderModuleProps::FileReaderModuleProps ( const std::string & _strFullFileNameWithPattern,
int _startIndex = 0,
int _maxIndex = -1 )
inline

◆ FileReaderModuleProps() [2/2]

FileReaderModuleProps::FileReaderModuleProps ( )
inline

Member Function Documentation

◆ getSerializeSize()

size_t FileReaderModuleProps::getSerializeSize ( )
inlinevirtual

Reimplemented from ModuleProps.

Here is the call graph for this function:

◆ serialize()

template<class Archive >
void FileReaderModuleProps::serialize ( Archive & ar,
const unsigned int version )
inlineprivate

Friends And Related Symbol Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Member Data Documentation

◆ files

std::vector<std::string> FileReaderModuleProps::files

◆ maxIndex

int FileReaderModuleProps::maxIndex

◆ readLoop

bool FileReaderModuleProps::readLoop

◆ startIndex

int FileReaderModuleProps::startIndex

◆ strFullFileNameWithPattern

string FileReaderModuleProps::strFullFileNameWithPattern

The documentation for this class was generated from the following file: