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
►
F´ Flight Software - C/C++ Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
StreamCrossover.hpp
Go to the documentation of this file.
1
// ======================================================================
2
// \title StreamCrossover.hpp
3
// \author ethanchee
4
// \brief hpp file for StreamCrossover component implementation class
5
// ======================================================================
6
7
#ifndef StreamCrossover_HPP
8
#define StreamCrossover_HPP
9
10
#include "
Drv/StreamCrossover/StreamCrossoverComponentAc.hpp
"
11
12
namespace
Drv
{
13
14
class
StreamCrossover
:
15
public
StreamCrossoverComponentBase
16
{
17
18
public
:
19
20
// ----------------------------------------------------------------------
21
// Construction, initialization, and destruction
22
// ----------------------------------------------------------------------
23
26
StreamCrossover
(
27
const
char
*
const
compName
28
);
29
32
~StreamCrossover
();
33
34
PRIVATE:
35
36
// ----------------------------------------------------------------------
37
// Handler implementations for user-defined typed input ports
38
// ----------------------------------------------------------------------
39
42
void
streamIn_handler(
43
const
NATIVE_INT_TYPE
portNum,
44
Fw::Buffer
&recvBuffer,
45
const
Drv::RecvStatus
&recvStatus
46
);
47
48
49
};
14
class
StreamCrossover
: {
…
};
50
51
}
// end namespace Drv
52
53
#endif
NATIVE_INT_TYPE
PlatformIntType NATIVE_INT_TYPE
Definition
BasicTypes.h:51
StreamCrossoverComponentAc.hpp
Drv::RecvStatus
Definition
RecvStatusEnumAc.hpp:18
Drv::StreamCrossoverComponentBase
Auto-generated base for StreamCrossover component.
Definition
StreamCrossoverComponentAc.hpp:31
Drv::StreamCrossover
Definition
StreamCrossover.hpp:16
Drv::StreamCrossover::~StreamCrossover
~StreamCrossover()
Definition
StreamCrossover.cpp:26
Drv::StreamCrossover::StreamCrossover
StreamCrossover(const char *const compName)
Definition
StreamCrossover.cpp:18
Fw::Buffer
Definition
Buffer.hpp:43
Drv
Definition
BlockDriverComponentAc.cpp:15
Drv
StreamCrossover
StreamCrossover.hpp
Generated by
1.10.0