MOOS 0.2375
|
#include <MOOSPlayBackIndex.h>
Definition at line 52 of file MOOSPlayBackIndex.h.
CMOOSPlayBackIndex::CMOOSPlayBackIndex | ( | ) |
Definition at line 53 of file MOOSPlayBackIndex.cpp.
CMOOSPlayBackIndex::~CMOOSPlayBackIndex | ( | ) | [virtual] |
Definition at line 62 of file MOOSPlayBackIndex.cpp.
bool CMOOSPlayBackIndex::ClearFilter | ( | ) |
Definition at line 230 of file MOOSPlayBackIndex.cpp.
Definition at line 209 of file MOOSPlayBackIndex.cpp.
int CMOOSPlayBackIndex::GetCurrentLine | ( | ) |
Definition at line 94 of file MOOSPlayBackIndex.cpp.
double CMOOSPlayBackIndex::GetFinishTime | ( | ) |
Definition at line 108 of file MOOSPlayBackIndex.cpp.
double CMOOSPlayBackIndex::GetLastMessageTime | ( | ) |
Definition at line 356 of file MOOSPlayBackIndex.cpp.
int CMOOSPlayBackIndex::GetSize | ( | ) |
Definition at line 84 of file MOOSPlayBackIndex.cpp.
STRING_SET CMOOSPlayBackIndex::GetSources | ( | ) | [inline] |
Definition at line 77 of file MOOSPlayBackIndex.h.
double CMOOSPlayBackIndex::GetStartTime | ( | ) |
Definition at line 99 of file MOOSPlayBackIndex.cpp.
string CMOOSPlayBackIndex::GetStatusString | ( | ) |
Definition at line 373 of file MOOSPlayBackIndex.cpp.
double CMOOSPlayBackIndex::GetTimeNow | ( | ) |
Definition at line 89 of file MOOSPlayBackIndex.cpp.
bool CMOOSPlayBackIndex::GotoTime | ( | double | dfT | ) |
Definition at line 380 of file MOOSPlayBackIndex.cpp.
bool CMOOSPlayBackIndex::Initialise | ( | const string & | sFileName | ) |
Definition at line 67 of file MOOSPlayBackIndex.cpp.
bool CMOOSPlayBackIndex::IsEOF | ( | ) |
Definition at line 117 of file MOOSPlayBackIndex.cpp.
bool CMOOSPlayBackIndex::IsFiltered | ( | const std::string & | sSrc | ) |
Definition at line 204 of file MOOSPlayBackIndex.cpp.
bool CMOOSPlayBackIndex::IsOpen | ( | void | ) |
Definition at line 79 of file MOOSPlayBackIndex.cpp.
bool CMOOSPlayBackIndex::IsWaitingForClient | ( | ) |
Definition at line 368 of file MOOSPlayBackIndex.cpp.
bool CMOOSPlayBackIndex::Iterate | ( | MOOSMSG_LIST & | Output | ) |
Definition at line 125 of file MOOSPlayBackIndex.cpp.
splits a fully qualified path into parts -path, filestem and extension
Definition at line 236 of file MOOSPlayBackIndex.cpp.
bool CMOOSPlayBackIndex::Reset | ( | ) |
Definition at line 187 of file MOOSPlayBackIndex.cpp.
bool CMOOSPlayBackIndex::SetLastTimeProcessed | ( | double | dfTime | ) |
Definition at line 361 of file MOOSPlayBackIndex.cpp.
bool CMOOSPlayBackIndex::SetTickInterval | ( | double | dfInterval | ) |
Definition at line 198 of file MOOSPlayBackIndex.cpp.
Definition at line 57 of file MOOSPlayBackIndex.h.
std::ifstream CMOOSPlayBackIndex::m_BinaryFile [protected] |
Definition at line 91 of file MOOSPlayBackIndex.h.
bool CMOOSPlayBackIndex::m_bWaitingForClientCatchup [protected] |
Definition at line 92 of file MOOSPlayBackIndex.h.
Definition at line 87 of file MOOSPlayBackIndex.h.
Definition at line 86 of file MOOSPlayBackIndex.h.
Definition at line 83 of file MOOSPlayBackIndex.h.
double CMOOSPlayBackIndex::m_dfLogStart [protected] |
Definition at line 93 of file MOOSPlayBackIndex.h.
Definition at line 85 of file MOOSPlayBackIndex.h.
ifstream CMOOSPlayBackIndex::m_InputFile |
Definition at line 82 of file MOOSPlayBackIndex.h.
int CMOOSPlayBackIndex::m_nCurrentLine [protected] |
Definition at line 98 of file MOOSPlayBackIndex.h.
Definition at line 84 of file MOOSPlayBackIndex.h.
std::string CMOOSPlayBackIndex::m_sBinaryFileName [protected] |
Definition at line 90 of file MOOSPlayBackIndex.h.
Definition at line 81 of file MOOSPlayBackIndex.h.
STRING_SET CMOOSPlayBackIndex::m_SourceFilter [protected] |
Definition at line 96 of file MOOSPlayBackIndex.h.