F´ Flight Software - C/C++ Documentation
NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
Loading...
Searching...
No Matches
CmdSplitter.hpp
Go to the documentation of this file.
1
// ======================================================================
2
// \title CmdSplitter.hpp
3
// \author watney
4
// \brief hpp file for CmdSplitter component implementation class
5
// ======================================================================
6
7
#ifndef CmdSplitter_HPP
8
#define CmdSplitter_HPP
9
10
#include <
Fw/Cmd/CmdResponsePortAc.hpp
>
11
#include "
Svc/CmdSplitter/CmdSplitterComponentAc.hpp
"
12
13
namespace
Svc
{
14
15
class
CmdSplitter
:
public
CmdSplitterComponentBase
{
16
public
:
17
// ----------------------------------------------------------------------
18
// Construction, initialization, and destruction
19
// ----------------------------------------------------------------------
20
23
CmdSplitter
(
const
char
*
const
compName
24
);
25
28
~CmdSplitter
();
29
30
PRIVATE :
31
32
// ----------------------------------------------------------------------
33
// Handler implementations for user-defined typed input ports
34
// ----------------------------------------------------------------------
35
38
void
CmdBuff_handler(
const
NATIVE_INT_TYPE
portNum,
39
Fw::ComBuffer
& data,
40
U32 context
41
);
42
45
void
seqCmdStatus_handler(
const
NATIVE_INT_TYPE
portNum,
46
FwOpcodeType
opCode,
47
U32 cmdSeq,
48
const
Fw::CmdResponse
& response
49
);
50
};
51
52
}
// end namespace Svc
53
54
#endif
NATIVE_INT_TYPE
PlatformIntType NATIVE_INT_TYPE
Definition
BasicTypes.h:51
CmdResponsePortAc.hpp
CmdSplitterComponentAc.hpp
FwOpcodeType
U32 FwOpcodeType
Definition
FpConfig.h:56
Fw::CmdResponse
Enum representing a command response.
Definition
CmdResponseEnumAc.hpp:19
Fw::ComBuffer
Definition
ComBuffer.hpp:20
Svc::CmdSplitterComponentBase
Auto-generated base for CmdSplitter component.
Definition
CmdSplitterComponentAc.hpp:25
Svc::CmdSplitter
Definition
CmdSplitter.hpp:15
Svc::CmdSplitter::CmdSplitter
CmdSplitter(const char *const compName)
Definition
CmdSplitter.cpp:18
Svc::CmdSplitter::~CmdSplitter
~CmdSplitter()
Definition
CmdSplitter.cpp:20
Svc
Definition
ActiveRateGroupCfg.hpp:18
Svc
CmdSplitter
CmdSplitter.hpp
Generated by
1.10.0