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.