![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Trap/TrapHandler.hpp>
Public Member Functions | |
| TrapHandler () | |
| virtual | ~TrapHandler () |
| constructor More... | |
| virtual void | doTrap (U32 trap)=0 |
| destructor More... | |
TrapHandler: A framework class used to handle traps that occur during the execution of the the F' framework. Must be registered with a trap register. The user should inherit from this class and implement the doTrap function. There is no default implementation: doTrap is pure virtual, so a subclass that does not implement it cannot be instantiated.
Definition at line 14 of file TrapHandler.hpp.
|
inline |
Definition at line 16 of file TrapHandler.hpp.
|
inlinevirtual |
constructor
Definition at line 17 of file TrapHandler.hpp.
|
pure virtual |
destructor
Handles the incoming trap.
| trap | trap number |