F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
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
c
d
e
f
g
i
m
p
r
s
t
v
w
Variables
b
c
d
f
l
m
o
p
s
t
z
Typedefs
Enumerations
c
f
o
p
s
Enumerator
a
b
c
e
f
h
i
m
n
o
p
r
s
t
u
v
w
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
r
s
t
u
v
w
Typedefs
c
e
p
s
t
u
Enumerations
b
c
d
g
h
l
m
o
p
s
t
u
w
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Related Functions
a
b
c
d
e
f
g
h
l
o
p
r
s
t
u
v
Files
File List
File Members
All
_
a
b
c
d
f
g
h
i
l
m
p
q
r
s
t
u
v
Functions
c
i
m
s
u
Variables
Typedefs
b
c
d
f
i
m
q
r
s
t
u
Enumerations
Enumerator
a
b
c
d
f
g
h
p
r
s
t
Macros
_
a
c
d
f
h
l
m
p
r
s
u
v
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
ComSplitter.hpp
Go to the documentation of this file.
1
// ----------------------------------------------------------------------
2
//
3
// ComSplitter.hpp
4
//
5
// ----------------------------------------------------------------------
6
7
#ifndef COMSPLITTER_HPP
8
#define COMSPLITTER_HPP
9
10
#include <
Fw/Types/Assert.hpp
>
11
#include <
Svc/ComSplitter/ComSplitterComponentAc.hpp
>
12
13
namespace
Svc
{
14
15
class
ComSplitter
final :
public
ComSplitterComponentBase
{
16
// ----------------------------------------------------------------------
17
// Friend class for whitebox testing
18
// ----------------------------------------------------------------------
19
20
friend
class
ComSplitterComponentBaseFriend
;
21
22
// ----------------------------------------------------------------------
23
// Construction, initialization, and destruction
24
// ----------------------------------------------------------------------
25
26
public
:
27
ComSplitter
(
const
char
* compName);
28
29
~ComSplitter
();
30
31
// ----------------------------------------------------------------------
32
// Handler implementations
33
// ----------------------------------------------------------------------
34
35
private
:
36
void
comIn_handler(
FwIndexType
portNum,
Fw::ComBuffer
& data, U32 context);
37
};
38
39
}
// namespace Svc
40
41
#endif
Svc::ComSplitter::~ComSplitter
~ComSplitter()
Definition:
ComSplitter.cpp:18
ComSplitterComponentAc.hpp
Svc::ComSplitter
Definition:
ComSplitter.hpp:15
Assert.hpp
Svc::ComSplitter::ComSplitterComponentBaseFriend
friend class ComSplitterComponentBaseFriend
Definition:
ComSplitter.hpp:20
Svc::ComSplitter::ComSplitter
ComSplitter(const char *compName)
Definition:
ComSplitter.cpp:16
Svc::ComSplitterComponentBase
Auto-generated base for ComSplitter component.
Definition:
ComSplitterComponentAc.hpp:22
FwIndexType
PlatformIndexType FwIndexType
Definition:
FwIndexTypeAliasAc.h:15
Fw::ComBuffer
Definition:
ComBuffer.hpp:20
Svc
RateGroupDivider component implementation.
Definition:
ActiveRateGroupCfg.hpp:18
Svc
ComSplitter
ComSplitter.hpp
Generated by
1.8.14