F´ Flight Software - C/C++ Documentation  NASA-v1.5.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TrapHandler.hpp
Go to the documentation of this file.
1 #ifndef FW_TRAP_HPP
2 #define FW_TRAP_HPP
3 #include <FpConfig.hpp>
5 
6 namespace Fw {
14  class TrapHandler {
15  public:
16  TrapHandler() {};
17  virtual ~TrapHandler() {};
18 
24  virtual void doTrap(U32 trap) = 0;
25  };
26 }
27 #endif
Fw::TrapHandler::doTrap
virtual void doTrap(U32 trap)=0
destructor
FpConfig.hpp
ISF configuration file.
Fw::TrapHandler::~TrapHandler
virtual ~TrapHandler()
constructor
Definition: TrapHandler.hpp:17
Fw::TrapHandler
Definition: TrapHandler.hpp:14
Fw::TrapHandler::TrapHandler
TrapHandler()
Definition: TrapHandler.hpp:16
BasicTypes.hpp
Declares ISF basic types.
Fw
Definition: BufferGetPortAc.cpp:6