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
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
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
c
e
p
s
t
u
Enumerations
b
c
d
g
h
l
m
o
p
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
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
SimpleObjRegistry.hpp
Go to the documentation of this file.
1
19
#ifndef FW_OBJ_SIMPLE_OBJ_REGISTRY_HPP
20
#define FW_OBJ_SIMPLE_OBJ_REGISTRY_HPP
21
22
#include <
Fw/FPrimeBasicTypes.hpp
>
23
#include <
Fw/Obj/ObjBase.hpp
>
24
25
#if FW_OBJECT_REGISTRATION == 1
26
27
namespace
Fw
{
28
29
class
SimpleObjRegistry :
public
ObjRegistry {
30
public
:
31
SimpleObjRegistry();
32
~SimpleObjRegistry();
33
void
dump();
34
void
clear();
35
#if FW_OBJECT_NAMES == 1
36
void
dump(
const
char
* objName);
37
#endif
38
private
:
39
void
regObject(ObjBase* obj);
40
ObjBase* m_objPtrArray[
FW_OBJ_SIMPLE_REG_ENTRIES
];
41
FwSizeType
m_numEntries;
42
};
43
44
}
// namespace Fw
45
46
#endif // FW_OBJECT_REGISTRATION
47
48
#endif // FW_OBJ_SIMPLE_OBJ_REGISTRY_HPP
FwSizeType
PlatformSizeType FwSizeType
Definition:
FwSizeTypeAliasAc.h:15
FPrimeBasicTypes.hpp
FW_OBJ_SIMPLE_REG_ENTRIES
#define FW_OBJ_SIMPLE_REG_ENTRIES
Number of objects stored in simple object registry.
Definition:
FpConfig.h:142
ObjBase.hpp
Declarations for Fw::ObjBase and Fw::ObjRegistry.
Fw
Definition:
FppConstantsAc.hpp:121
Fw
Obj
SimpleObjRegistry.hpp
Generated by
1.8.14