F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
FatalHandlerComponentImpl.hpp
Go to the documentation of this file.
1 // ======================================================================
2 // \title FatalHandlerImpl.hpp
3 // \author tcanham
4 // \brief hpp file for FatalHandler component implementation class
5 //
6 // \copyright
7 // Copyright 2009-2015, by the California Institute of Technology.
8 // ALL RIGHTS RESERVED. United States Government Sponsorship
9 // acknowledged.
10 //
11 // ======================================================================
12 
13 #ifndef FatalHandler_HPP
14 #define FatalHandler_HPP
15 
17 
18 namespace Svc {
19 
21  public:
22  // ----------------------------------------------------------------------
23  // Construction, initialization, and destruction
24  // ----------------------------------------------------------------------
25 
28  FatalHandlerComponentImpl(const char* const compName
29  );
30 
34 
35  private:
36  // ----------------------------------------------------------------------
37  // Handler implementations for user-defined typed input ports
38  // ----------------------------------------------------------------------
39 
42  void FatalReceive_handler(const FwIndexType portNum,
43  FwEventIdType Id
44  );
45 };
46 
47 } // end namespace Svc
48 
49 #endif
FwIdType FwEventIdType
The type of an event identifier.
Auto-generated base for FatalHandler component.
FatalHandlerComponentImpl(const char *const compName)
PlatformIndexType FwIndexType
RateGroupDivider component implementation.