struct ffData Frame file data.
The frame file data structure contains information about the frames in a specified frame file. A flag in the ffData object specifies whether the information has been gathered by reading the file or by inference.
ffData(const char* File, const Time& time, count_t nFrames=1, Interval Dt=Interval(1.0), bool DataOK=false)
time - Start time of first frame
nFrames - Number of frames in the file.
Dt - Length of time spanned by each frame.
DataOK - True if measured data are supplied.
ffData(const ffData& x)
ffData& operator=(const ffData& x)
Interval getDt(void) const
const char* getFile(void) const
count_t getNFrames(void) const
Time getStartTime(void) const
Time getEndTime(void) const
bool isValid(void) const
gps_t getStartGPS(void) const
gps_t getEndGPS(void) const
alphabetic index hierarchy of classes
generated by doc++