![]() |
MAK Data Logger API Documentation for HLA
|
Base logger class which represents the basic Logger file. More...
Inheritance diagram for MAKLogger::DtLoggerFile:
Collaboration diagram for MAKLogger::DtLoggerFile:Public Member Functions | |
| virtual | ~DtLoggerFile () |
| DTOR. More... | |
| virtual int | fileDescriptor ()=0 |
| Get the file description. More... | |
| virtual int | fileVersion () const |
| Get the file version. More... | |
| virtual const DtString & | filename () const |
| Get the file name. More... | |
Protected Member Functions | |
| DtLoggerFile (const DtString &filename, int fileVersion) | |
| Create a Logger file from an existing file. More... | |
| virtual void | setFileVersion (int fileVersion) |
| Set the file version. More... | |
| virtual void | setFilename (const DtString &filename) |
| Set the filename. More... | |
Protected Attributes | |
| DtString | myFilename |
| int | myFileVersion |
Base logger class which represents the basic Logger file.
|
protected |
Create a Logger file from an existing file.
|
virtual |
DTOR.
|
pure virtual |
Get the file description.
Implemented in MAKLogger::DtLoggerOutputFile, and MAKLogger::DtLoggerInputFile.
|
virtual |
Get the file name.
|
virtual |
Get the file version.
|
protectedvirtual |
Set the filename.
|
protectedvirtual |
Set the file version.
|
protected |
|
protected |