![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Logger/LogAssert.hpp>
Public Member Functions | |
| LogAssertHook () | |
| virtual | ~LogAssertHook () |
| void | reportAssert (FILE_NAME_ARG file, NATIVE_UINT_TYPE lineNo, NATIVE_UINT_TYPE numArgs, FwAssertArgType arg1, FwAssertArgType arg2, FwAssertArgType arg3, FwAssertArgType arg4, FwAssertArgType arg5, FwAssertArgType arg6) |
| destructor More... | |
| void | printAssert (const CHAR *msg) |
| void | doAssert () |
Public Member Functions inherited from Fw::AssertHook | |
| AssertHook () | |
| virtual | ~AssertHook () |
| constructor More... | |
| void | registerHook () |
| void | deregisterHook () |
Definition at line 17 of file LogAssert.hpp.
| Fw::LogAssertHook::LogAssertHook | ( | ) |
|
virtual |
|
virtual |
Reimplemented from Fw::AssertHook.
|
virtual |
Reimplemented from Fw::AssertHook.
|
virtual |
destructor
Reimplemented from Fw::AssertHook.