F´ Flight Software - C/C++ Documentation
NASA-v1.6.0
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
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
o
p
r
s
t
u
v
w
Variables
b
c
f
g
k
l
m
o
p
r
s
t
u
w
z
Typedefs
a
b
c
d
e
f
g
h
i
l
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
f
h
i
k
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
e
f
i
m
r
s
t
w
Enumerations
b
c
d
f
g
h
m
o
q
r
s
t
u
w
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Related Symbols
:
a
b
c
d
f
g
h
l
p
q
r
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
f
g
i
m
p
r
s
t
u
Variables
_
b
c
f
g
i
l
p
r
s
w
Typedefs
a
b
c
e
f
i
n
p
s
t
u
Enumerations
Enumerator
a
b
c
f
g
h
p
r
s
t
Macros
_
a
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
ComStub.hpp
Go to the documentation of this file.
1
// ======================================================================
2
// \title ComStub.hpp
3
// \author mstarch
4
// \brief hpp file for ComStub component implementation class
5
// ======================================================================
6
7
#ifndef Svc_ComStub_HPP
8
#define Svc_ComStub_HPP
9
10
#include "
Svc/ComStub/ComStubComponentAc.hpp
"
11
12
namespace
Svc
{
13
14
class
ComStub
:
public
ComStubComponentBase
{
15
public
:
16
const
NATIVE_UINT_TYPE
RETRY_LIMIT
= 10;
17
// ----------------------------------------------------------------------
18
// Construction, initialization, and destruction
19
// ----------------------------------------------------------------------
20
23
ComStub
(
const
char
*
const
compName
24
);
25
28
void
init
(
const
NATIVE_INT_TYPE
instance = 0
29
);
30
33
~ComStub
()
override
;
34
35
private
:
36
// ----------------------------------------------------------------------
37
// Handler implementations for user-defined typed input ports
38
// ----------------------------------------------------------------------
39
42
Drv::SendStatus
comDataIn_handler(
const
NATIVE_INT_TYPE
portNum,
43
Fw::Buffer
& sendBuffer)
override
;
44
47
void
drvConnected_handler(
const
NATIVE_INT_TYPE
portNum)
override
;
48
51
void
drvDataIn_handler(
const
NATIVE_INT_TYPE
portNum,
52
Fw::Buffer
& recvBuffer,
53
const
Drv::RecvStatus
& recvStatus)
override
;
54
55
bool
m_reinitialize;
56
};
14
class
ComStub
:
public
ComStubComponentBase
{
…
};
57
58
}
// end namespace Svc
59
60
#endif
NATIVE_INT_TYPE
PlatformIntType NATIVE_INT_TYPE
Definition
BasicTypes.h:51
NATIVE_UINT_TYPE
PlatformUIntType NATIVE_UINT_TYPE
Definition
BasicTypes.h:52
ComStubComponentAc.hpp
Drv::RecvStatus
Definition
RecvStatusEnumAc.hpp:18
Drv::SendStatus
Definition
SendStatusEnumAc.hpp:18
Fw::Buffer
Definition
Buffer.hpp:43
Fw::ObjBase::init
void init()
Object initializer.
Definition
ObjBase.cpp:27
Svc::ComStubComponentBase
Auto-generated base for ComStub component.
Definition
ComStubComponentAc.hpp:27
Svc::ComStub
Definition
ComStub.hpp:14
Svc::ComStub::RETRY_LIMIT
const NATIVE_UINT_TYPE RETRY_LIMIT
Definition
ComStub.hpp:16
Svc::ComStub::~ComStub
~ComStub() override
Definition
ComStub.cpp:23
Svc::ComStub::ComStub
ComStub(const char *const compName)
Definition
ComStub.cpp:17
Svc
Definition
ActiveRateGroupCfg.hpp:18
Svc
ComStub
ComStub.hpp
Generated by
1.10.0