#include <ISLogger.h>
Public Member Functions | |
void | Clear () |
cLogStats () | |
void | LogData (uint32_t dataId) |
void | LogDataAndTimestamp (uint32_t dataId, double timestamp) |
void | LogError (const p_data_hdr_t *hdr) |
void | Printf () |
void | WriteToFile (const string &fileName) |
Public Attributes | |
uint64_t | count |
cLogStatDataId | dataIdStats [DID_COUNT] |
uint64_t | errorCount |
Definition at line 213 of file ISLogger.h.
cLogStats::cLogStats | ( | ) |
Definition at line 685 of file ISLogger.cpp.
void cLogStats::Clear | ( | void | ) |
Definition at line 690 of file ISLogger.cpp.
void cLogStats::LogData | ( | uint32_t | dataId | ) |
Definition at line 711 of file ISLogger.cpp.
void cLogStats::LogDataAndTimestamp | ( | uint32_t | dataId, |
double | timestamp | ||
) |
Definition at line 721 of file ISLogger.cpp.
void cLogStats::LogError | ( | const p_data_hdr_t * | hdr | ) |
Definition at line 701 of file ISLogger.cpp.
void cLogStats::Printf | ( | ) |
Definition at line 735 of file ISLogger.cpp.
void cLogStats::WriteToFile | ( | const string & | fileName | ) |
Definition at line 757 of file ISLogger.cpp.
uint64_t cLogStats::count |
Definition at line 217 of file ISLogger.h.
cLogStatDataId cLogStats::dataIdStats[DID_COUNT] |
Definition at line 216 of file ISLogger.h.
uint64_t cLogStats::errorCount |
Definition at line 218 of file ISLogger.h.