F´ Flight Software - C/C++ Documentation
NASA-v1.5.0
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
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
g
h
i
m
r
s
t
v
w
Variables
Typedefs
Enumerations
Enumerator
a
b
c
f
h
i
l
m
n
o
p
s
t
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
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
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
c
t
u
w
Enumerations
b
c
d
e
f
g
h
i
m
o
p
q
s
t
w
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
w
Related Functions
a
b
c
f
g
h
l
p
r
s
t
Files
File List
File Members
All
_
a
b
c
d
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Functions
f
i
m
s
u
Variables
_
c
f
i
l
p
t
Typedefs
Enumerations
Enumerator
a
c
d
f
i
m
p
r
s
t
w
Macros
a
c
d
f
g
h
i
k
l
m
n
p
r
s
t
u
v
•
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
(
void
);
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
};
50
51
};
52
53
#endif
Svc::ComSplitterComponentBase
Auto-generated base for ComSplitter component.
Definition:
ComSplitterComponentAc.hpp:30
Assert.hpp
Svc::ComSplitterComponentBase::data
PROTECTED Fw::ComBuffer & data
Definition:
ComSplitterComponentAc.hpp:122
Svc::ComSplitter::~ComSplitter
~ComSplitter(void)
Definition:
ComSplitter.cpp:24
Fw::ObjBase::init
void init(void)
Object initializer.
Definition:
ObjBase.cpp:26
Svc::ComSplitter::ComSplitter
ComSplitter(const char *compName)
Definition:
ComSplitter.cpp:17
Svc::ComSplitter::ComSplitterComponentBaseFriend
friend class ComSplitterComponentBaseFriend
Definition:
ComSplitter.hpp:23
Svc
Definition:
ActiveLoggerComponentAc.cpp:22
Svc::ComSplitterComponentBase::portNum
PRIVATE NATIVE_INT_TYPE portNum
Definition:
ComSplitterComponentAc.hpp:245
Svc::ComSplitterComponentBase::context
PROTECTED Fw::ComBuffer U32 context
Definition:
ComSplitterComponentAc.hpp:124
NATIVE_INT_TYPE
int NATIVE_INT_TYPE
native integer type declaration
Definition:
BasicTypes.hpp:29
Fw::ComBuffer
Definition:
ComBuffer.hpp:21
ComSplitterComponentAc.hpp
Svc::ComSplitter
Definition:
ComSplitter.hpp:17
Svc
ComSplitter
ComSplitter.hpp
Generated by
1.8.19