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
a
b
c
d
e
f
g
h
l
p
s
t
u
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
a
c
e
i
p
s
t
u
Enumerations
b
c
d
f
g
h
i
l
m
o
p
r
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
z
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
TcDeframer.hpp
Go to the documentation of this file.
1
// ======================================================================
2
// \title TcDeframer.hpp
3
// \author thomas-bc
4
// \brief hpp file for TcDeframer component implementation class
5
// ======================================================================
6
7
#ifndef Svc_Ccsds_TcDeframer_HPP
8
#define Svc_Ccsds_TcDeframer_HPP
9
10
#include "
Svc/Ccsds/TcDeframer/TcDeframerComponentAc.hpp
"
11
12
namespace
Svc
{
13
namespace
Ccsds {
14
class
TcDeframer
:
public
TcDeframerComponentBase
{
15
friend
class
TcDeframerTester
;
16
17
public
:
18
// ----------------------------------------------------------------------
19
// Component construction and destruction
20
// ----------------------------------------------------------------------
21
23
TcDeframer
(
const
char
*
const
compName
24
);
25
27
~TcDeframer
();
28
39
void
configure
(U16 vcId, U16 spacecraftId,
bool
acceptAllVcid);
40
41
private
:
42
// ----------------------------------------------------------------------
43
// Handler implementations for user-defined typed input ports
44
// ----------------------------------------------------------------------
45
49
void
dataIn_handler(
FwIndexType
portNum,
50
Fw::Buffer
& data,
51
const
ComCfg::FrameContext
& context)
override
;
52
56
void
dataReturnIn_handler(
FwIndexType
portNum,
57
Fw::Buffer
& data,
58
const
ComCfg::FrameContext
& context)
override
;
59
60
private
:
61
U16 m_vcId;
62
U16 m_spacecraftId;
63
bool
m_acceptAllVcid =
true
;
64
};
65
}
// namespace Ccsds
66
}
// namespace Svc
67
68
#endif
Svc::Ccsds::TcDeframer::TcDeframer
TcDeframer(const char *const compName)
Construct TcDeframer object.
Definition:
TcDeframer.cpp:21
Svc::Ccsds::TcDeframer::TcDeframerTester
friend class TcDeframerTester
Definition:
TcDeframer.hpp:15
Svc::Ccsds::TcDeframer::configure
void configure(U16 vcId, U16 spacecraftId, bool acceptAllVcid)
Configure the TcDeframer to deframe only a specific VCID and spacecraft ID.
Definition:
TcDeframer.cpp:26
TcDeframerComponentAc.hpp
Svc::Ccsds::TcDeframer
Definition:
TcDeframer.hpp:14
Svc::Ccsds::TcDeframer::~TcDeframer
~TcDeframer()
Destroy TcDeframer object.
Definition:
TcDeframer.cpp:24
FwIndexType
PlatformIndexType FwIndexType
Definition:
FwIndexTypeAliasAc.h:15
ComCfg::FrameContext
Type used to pass context info between components during framing/deframing.
Definition:
FrameContextSerializableAc.hpp:20
Svc
RateGroupDivider component implementation.
Definition:
ActiveRateGroupCfg.hpp:18
Fw::Buffer
Definition:
Buffer.hpp:47
Svc::Ccsds::TcDeframerComponentBase
Auto-generated base for TcDeframer component.
Definition:
TcDeframerComponentAc.hpp:37
Svc
Ccsds
TcDeframer
TcDeframer.hpp
Generated by
1.8.14