MOOS 0.2375
|
#include <indexWriter.h>
Public Member Functions | |
indexWriter () | |
void | parseAlogFile (std::string alogFileName) |
void | writeIndexFile (std::string alogIndexName) |
Public Attributes | |
aloglib::idxHeader | m_alogHeader |
aloglib::idxMsgList | m_alogMsgList |
aloglib::idxSrcList | m_alogSrcList |
std::vector< aloglib::idxRec > | m_alogRecords |
Definition at line 8 of file indexWriter.h.
indexWriter::indexWriter | ( | ) | [inline] |
Definition at line 11 of file indexWriter.h.
void indexWriter::parseAlogFile | ( | std::string | alogFileName | ) |
Definition at line 52 of file indexWriter.cpp.
void indexWriter::writeIndexFile | ( | std::string | alogIndexName | ) |
Definition at line 15 of file indexWriter.cpp.
Definition at line 13 of file indexWriter.h.
Definition at line 14 of file indexWriter.h.
std::vector<aloglib::idxRec> indexWriter::m_alogRecords |
Definition at line 16 of file indexWriter.h.
Definition at line 15 of file indexWriter.h.