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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
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
void
init
(
NATIVE_INT_TYPE
instance);
36
37
// ----------------------------------------------------------------------
38
// Handler implementations
39
// ----------------------------------------------------------------------
40
41
private
:
42
43
void
comIn_handler(
44
NATIVE_INT_TYPE
portNum,
45
Fw::ComBuffer
&data,
46
U32 context
47
);
48
49
};
15
class
ComSplitter
: {
…
};
50
51
}
52
53
#endif
Assert.hpp
NATIVE_INT_TYPE
PlatformIntType NATIVE_INT_TYPE
Definition
BasicTypes.h:51
ComSplitterComponentAc.hpp
Fw::ComBuffer
Definition
ComBuffer.hpp:20
Fw::ObjBase::init
void init()
Object initializer.
Definition
ObjBase.cpp:27
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.10.0