F´ Flight Software - C/C++ Documentation
devel
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
g
i
m
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Enumerator
a
c
e
f
h
i
m
n
o
p
s
u
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
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
f
g
h
l
p
r
s
t
u
v
Files
File List
File Members
All
_
a
b
c
d
f
g
h
i
l
m
n
p
q
r
s
t
u
v
Functions
c
i
m
s
u
Variables
b
c
d
i
p
s
Typedefs
b
c
d
f
i
m
n
p
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
►
F´ Flight Software - C/C++ Documentation
•
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 <
Svc/ComSplitter/ComSplitterComponentAc.hpp
>
11
#include <
Fw/Types/Assert.hpp
>
12
13
namespace
Svc
{
14
15
class
ComSplitter
:
16
public
ComSplitterComponentBase
17
{
18
19
// ----------------------------------------------------------------------
20
// Friend class for whitebox testing
21
// ----------------------------------------------------------------------
22
23
friend
class
ComSplitterComponentBaseFriend
;
24
25
// ----------------------------------------------------------------------
26
// Construction, initialization, and destruction
27
// ----------------------------------------------------------------------
28
29
public
:
30
31
ComSplitter
(
const
char
* compName);
32
33
~ComSplitter
();
34
35
// ----------------------------------------------------------------------
36
// Handler implementations
37
// ----------------------------------------------------------------------
38
39
private
:
40
41
void
comIn_handler(
42
NATIVE_INT_TYPE
portNum,
43
Fw::ComBuffer
&data,
44
U32 context
45
);
46
47
};
48
49
}
50
51
#endif
Assert.hpp
NATIVE_INT_TYPE
PlatformIntType NATIVE_INT_TYPE
Definition:
BasicTypes.h:55
ComSplitterComponentAc.hpp
Fw::ComBuffer
Definition:
ComBuffer.hpp:20
Svc::ComSplitterComponentBase
Auto-generated base for ComSplitter component.
Definition:
ComSplitterComponentAc.hpp:24
Svc::ComSplitter
Definition:
ComSplitter.hpp:17
Svc::ComSplitter::ComSplitter
ComSplitter(const char *compName)
Definition:
ComSplitter.cpp:17
Svc::ComSplitter::ComSplitterComponentBaseFriend
friend class ComSplitterComponentBaseFriend
Definition:
ComSplitter.hpp:23
Svc::ComSplitter::~ComSplitter
~ComSplitter()
Definition:
ComSplitter.cpp:24
Svc
Definition:
ActiveRateGroupCfg.hpp:18
Svc
ComSplitter
ComSplitter.hpp
Generated by
1.9.1