![]() |
MAK Data Logger API Documentation for HLA
|
The loader responsible for loading annotations from a file into a DtEnvironment. More...
Classes | |
| struct | NetPacketHeader |
| Header used to read binary file format. More... | |
Public Member Functions | |
| virtual | ~DtLgrAnnotationLoader () |
| virtual DtEnvironment | loadFile (const DtString &filename, bool &success) |
| Attempts to load the annotations from the filename into the supplied manager. More... | |
Protected Types | |
| enum | FileFormat { Format_Unknown, Format_LegacyBinaryFormat, Format_XML } |
Protected Member Functions | |
| FileFormat | determineFileFormat (const DtString &) |
| Function determines file format of file. More... | |
| DtEnvironment | readBinaryFormat (const DtString &filename, bool &success) |
| Reads the binary format. More... | |
| DtEnvironment | readXMLFormat (const DtString &filename, bool &success) |
| Reads the XML format. This format is very extensible. More... | |
Static Protected Member Functions | |
| static DtString | readOneLine (int fd) |
| Read One line in a file used for the binary format to read a FOM in a file. More... | |
The loader responsible for loading annotations from a file into a DtEnvironment.
|
protected |
|
virtual |
|
protected |
Function determines file format of file.
|
virtual |
Attempts to load the annotations from the filename into the supplied manager.
|
protected |
Reads the binary format.
This format does not support many annotation types.
|
staticprotected |
Read One line in a file used for the binary format to read a FOM in a file.
|
protected |
Reads the XML format. This format is very extensible.