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
PolyDbImpl.hpp
Go to the documentation of this file.
1
12
#ifndef POLYDBIMPL_HPP_
13
#define POLYDBIMPL_HPP_
14
15
#include <
Svc/PolyDb/PolyDbComponentAc.hpp
>
16
#include <
Fw/Types/PolyType.hpp
>
17
#include <
PolyDbImplCfg.hpp
>
18
19
namespace
Svc
{
20
30
31
class
PolyDbImpl
:
public
PolyDbComponentBase
{
32
public
:
39
40
PolyDbImpl
(
const
char
* name);
41
47
48
void
init
(
NATIVE_INT_TYPE
instance);
49
54
55
virtual
~PolyDbImpl
();
56
protected
:
57
private
:
58
69
70
void
getValue_handler(
NATIVE_INT_TYPE
portNum, U32 entry,
MeasurementStatus
&status,
Fw::Time
&time,
Fw::PolyType
&val);
71
81
82
void
setValue_handler(
NATIVE_INT_TYPE
portNum, U32 entry,
MeasurementStatus
&status,
Fw::Time
&time,
Fw::PolyType
&val);
83
90
91
struct
t_dbStruct {
92
MeasurementStatus
status;
93
Fw::PolyType
val;
94
Fw::Time
time;
95
} m_db[POLYDB_NUM_DB_ENTRIES];
96
97
};
31
class
PolyDbImpl
:
public
PolyDbComponentBase
{
…
};
98
}
99
100
#endif
/* POLYDBIMPL_HPP_ */
NATIVE_INT_TYPE
PlatformIntType NATIVE_INT_TYPE
Definition
BasicTypes.h:51
PolyDbComponentAc.hpp
PolyDbImplCfg.hpp
PolyType.hpp
Fw::ObjBase::init
void init()
Object initializer.
Definition
ObjBase.cpp:27
Fw::PolyType
Definition
PolyType.hpp:11
Fw::Time
Definition
Time.hpp:9
Svc::MeasurementStatus
An enumeration for measurement status.
Definition
MeasurementStatusEnumAc.hpp:19
Svc::PolyDbComponentBase
Auto-generated base for PolyDb component.
Definition
PolyDbComponentAc.hpp:25
Svc::PolyDbImpl
PolyDb Component Class.
Definition
PolyDbImpl.hpp:31
Svc::PolyDbImpl::~PolyDbImpl
virtual ~PolyDbImpl()
PolyDbImpl destructor.
Definition
PolyDbImpl.cpp:41
Svc::PolyDbImpl::PolyDbImpl
PolyDbImpl(const char *name)
PolyDbImpl constructor.
Definition
PolyDbImpl.cpp:13
Svc
Definition
ActiveRateGroupCfg.hpp:18
Svc
PolyDb
PolyDbImpl.hpp
Generated by
1.10.0