![]() |
F´ Flight Software - C/C++ Documentation
NASA-v2.0.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 (void) | |
Definition at line 22 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 | ( | void | ) |
Definition at line 54 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 45 of file ComLogger.cpp.