F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/ComLogger/ComLogger.hpp>
Public Member Functions | |
ComLogger (const char *compName, const char *filePrefix, U32 maxFileSize, bool storeBufferLength=true) | |
void | init (NATIVE_INT_TYPE queueDepth, NATIVE_INT_TYPE instance) |
~ComLogger () | |
Definition at line 36 of file ComLogger.hpp.
Svc::ComLogger::ComLogger | ( | const char * | compName, |
const char * | filePrefix, | ||
U32 | maxFileSize, | ||
bool | storeBufferLength = true |
||
) |
Definition at line 20 of file ComLogger.cpp.
Svc::ComLogger::~ComLogger | ( | ) |
Definition at line 52 of file ComLogger.cpp.
void Svc::ComLogger::init | ( | NATIVE_INT_TYPE | queueDepth, |
NATIVE_INT_TYPE | instance | ||
) |
queueDepth | The queue depth |
instance | The instance number |
Definition at line 43 of file ComLogger.cpp.