F´ Flight Software - C/C++ Documentation
devel
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
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
g
h
i
m
o
p
r
s
t
v
w
Variables
Typedefs
a
b
c
d
e
f
g
h
l
o
p
r
s
t
u
w
Enumerations
Enumerator
a
b
c
f
h
i
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
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
Typedefs
c
e
s
t
u
w
Enumerations
b
c
d
g
h
m
o
q
s
t
u
w
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Related Symbols
a
b
c
d
f
g
h
l
p
r
s
t
u
Files
File List
File Members
All
_
a
b
c
d
f
g
h
i
l
m
n
p
r
s
t
u
v
Functions
c
i
m
p
s
u
Variables
_
b
c
f
i
l
p
r
s
Typedefs
b
c
f
i
n
p
s
u
Enumerations
Enumerator
a
b
c
d
f
g
h
p
r
s
t
Macros
_
a
c
d
f
g
h
i
l
m
p
r
s
t
u
v
►
F´ Flight Software - C/C++ Documentation
•
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
32
void
configure
(
const
FwOpcodeType
remoteBaseOpcode );
33
34
PRIVATE:
35
36
// ----------------------------------------------------------------------
37
// Handler implementations for user-defined typed input ports
38
// ----------------------------------------------------------------------
39
42
void
CmdBuff_handler(
const
NATIVE_INT_TYPE
portNum,
43
Fw::ComBuffer
& data,
44
U32 context
45
);
46
49
void
seqCmdStatus_handler(
const
NATIVE_INT_TYPE
portNum,
50
FwOpcodeType
opCode,
51
U32 cmdSeq,
52
const
Fw::CmdResponse
& response
53
);
54
55
FwOpcodeType
m_remoteBase;
// Opcodes greater than or equal than this value will route remotely
56
};
15
class
CmdSplitter
:
public
CmdSplitterComponentBase
{
…
};
57
58
}
// end namespace Svc
59
60
#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::configure
void configure(const FwOpcodeType remoteBaseOpcode)
Definition
CmdSplitter.cpp:23
Svc::CmdSplitter::CmdSplitter
CmdSplitter(const char *const compName)
Definition
CmdSplitter.cpp:19
Svc::CmdSplitter::~CmdSplitter
~CmdSplitter()
Definition
CmdSplitter.cpp:21
Svc
Definition
ActiveRateGroupCfg.hpp:18
Svc
CmdSplitter
CmdSplitter.hpp
Generated by
1.10.0