F´ Flight Software - C/C++ Documentation
NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
o
p
r
s
t
u
v
w
Variables
b
c
f
g
k
l
m
o
p
r
s
t
u
w
z
Typedefs
a
b
c
d
e
f
g
h
i
l
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
f
h
i
k
n
o
p
s
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
e
f
i
m
r
s
t
w
Enumerations
b
c
d
f
g
h
m
o
q
r
s
t
u
w
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Related Symbols
:
a
b
c
d
f
g
h
l
p
q
r
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
f
g
i
m
p
r
s
t
u
Variables
_
b
c
f
g
i
l
p
r
s
w
Typedefs
a
b
c
e
f
i
n
p
s
t
u
Enumerations
Enumerator
a
b
c
f
g
h
p
r
s
t
Macros
_
a
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
};
15
class
CmdSplitter
:
public
CmdSplitterComponentBase
{
…
};
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