![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Types/Assert.hpp>
Public Member Functions | |
| AssertHook () | |
| virtual | ~AssertHook () |
| constructor More... | |
| virtual 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... | |
| virtual void | printAssert (const CHAR *msg) |
| virtual void | doAssert () |
| void | registerHook () |
| void | deregisterHook () |
Definition at line 118 of file Assert.hpp.
|
inline |
Definition at line 120 of file Assert.hpp.
|
inlinevirtual |
constructor
Definition at line 121 of file Assert.hpp.
| void Fw::AssertHook::deregisterHook | ( | ) |
Definition at line 160 of file Assert.cpp.
|
virtual |
Reimplemented in Fw::LogAssertHook.
Definition at line 149 of file Assert.cpp.
|
virtual |
Reimplemented in Fw::LogAssertHook.
Definition at line 113 of file Assert.cpp.
| void Fw::AssertHook::registerHook | ( | ) |
Definition at line 155 of file Assert.cpp.
|
virtual |