![]() |
MAK Data Logger API Documentation for DIS
|
A logger playback file which has an input file and it's format. More...
Inheritance diagram for MAKLogger::DtLoggerPlaybackFile:
Collaboration diagram for MAKLogger::DtLoggerPlaybackFile:Public Member Functions | |
| virtual | ~DtLoggerPlaybackFile () |
| DTOR. | |
| virtual bool | isIncomplete () const |
| Is file incomplete (missing end of file meta data)? | |
| const DtLgrConfigData * | configData () const |
| Get the configuration data used to produce the logger file. | |
| DtLgrFileFormatter * | formatter () |
| Get the formatter of the current file. | |
| const DtLgrFileFormatter * | formatter () const |
| Get the formatter of the current file. | |
| DtLoggerInputFile * | inputFile () |
| Get input file, which represents the raw file in the filesystem. | |
| const DtLoggerInputFile * | inputFile () const |
| Get input file, which represents the raw file in the filesystem. | |
Protected Member Functions | |
| DtLoggerPlaybackFile (const DtString &filename, bool initialize) | |
| CTOR. | |
| void | openInputFile (const DtString &filename) |
| Open a file for input. | |
| void | readMetaData () |
| Read the file's metadata. | |
| void | initialize () |
| Initialize the playback file. | |
Protected Attributes | |
| DtLoggerInputFile * | myInputFile |
| DtLgrFileFormatter * | myFileFormatter |
| DtLgrConfigData * | myConfigData |
| bool | myIsIncomplete |
Private Member Functions | |
| DtLoggerPlaybackFile (const DtLoggerPlaybackFile &) | |
| Not Implemented. | |
| DtLoggerPlaybackFile & | operator= (const DtLoggerPlaybackFile &) |
| Not Implemented. | |
A logger playback file which has an input file and it's format.
|
protected |
CTOR.
|
virtual |
DTOR.
|
private |
Not Implemented.
| const DtLgrConfigData* MAKLogger::DtLoggerPlaybackFile::configData | ( | ) | const |
Get the configuration data used to produce the logger file.
| DtLgrFileFormatter* MAKLogger::DtLoggerPlaybackFile::formatter | ( | ) |
Get the formatter of the current file.
| const DtLgrFileFormatter* MAKLogger::DtLoggerPlaybackFile::formatter | ( | ) | const |
Get the formatter of the current file.
|
protected |
Initialize the playback file.
| DtLoggerInputFile* MAKLogger::DtLoggerPlaybackFile::inputFile | ( | ) |
Get input file, which represents the raw file in the filesystem.
| const DtLoggerInputFile* MAKLogger::DtLoggerPlaybackFile::inputFile | ( | ) | const |
Get input file, which represents the raw file in the filesystem.
|
virtual |
Is file incomplete (missing end of file meta data)?
|
protected |
Open a file for input.
|
private |
Not Implemented.
|
protected |
Read the file's metadata.
|
protected |
|
protected |
|
protected |
|
protected |