7 #ifndef Svc_ComLogger_HPP 8 #define Svc_ComLogger_HPP 41 ComLogger(
const char* compName,
const char* filePrefix, U32 maxFileSize,
bool storeBufferLength=
true);
53 void init_log_file(
const char* filePrefix, U32 maxFileSize,
bool storeBufferLength=
true);
69 void CloseFile_cmdHandler(
99 bool m_writeErrorOccurred;
100 bool m_openErrorOccurred;
101 bool m_storeBufferLength;
113 void writeComBufferToFile(
FwIdType FwOpcodeType
The type of a command opcode.
friend class ComLoggerTester
void init_log_file(const char *filePrefix, U32 maxFileSize, bool storeBufferLength=true)
PlatformIndexType FwIndexType
RateGroupDivider component implementation.
ComLogger(const char *compName, const char *filePrefix, U32 maxFileSize, bool storeBufferLength=true)
Auto-generated base for ComLogger component.