F´ Flight Software - C/C++ Documentation
NASA-v2.0.1
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
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
b
d
e
f
g
h
i
l
m
n
p
q
s
t
u
v
w
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
l
m
n
o
p
q
r
s
t
w
Related Functions
Files
File List
File Members
All
_
a
b
c
d
f
g
h
i
k
l
m
n
p
r
s
t
u
v
Functions
f
i
m
s
u
Variables
Typedefs
Enumerations
Enumerator
c
d
f
m
p
r
s
t
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
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 <
FpConfig.hpp
>
23
#include <
Fw/Obj/ObjBase.hpp
>
24
#include <
Fw/Types/BasicTypes.hpp
>
25
26
#if FW_OBJECT_REGISTRATION == 1
27
28
namespace
Fw
{
29
30
class
SimpleObjRegistry :
public
ObjRegistry {
31
public
:
32
SimpleObjRegistry(
void
);
33
~SimpleObjRegistry();
34
void
dump(
void
);
35
void
clear(
void
);
36
#if FW_OBJECT_NAMES == 1
37
void
dump(
const
char
* objName);
38
#endif
39
private
:
40
void
regObject(ObjBase* obj);
41
ObjBase* m_objPtrArray[
FW_OBJ_SIMPLE_REG_ENTRIES
];
42
NATIVE_INT_TYPE
m_numEntries;
43
};
44
45
}
46
47
#endif // FW_OBJECT_REGISTRATION
48
49
#endif // FW_OBJ_SIMPLE_OBJ_REGISTRY_HPP
FpConfig.hpp
ISF configuration file.
FW_OBJ_SIMPLE_REG_ENTRIES
#define FW_OBJ_SIMPLE_REG_ENTRIES
Number of objects stored in simple object registry.
Definition:
FpConfig.hpp:192
ObjBase.hpp
Declarations for Fw::ObjBase and Fw::ObjRegistry.
BasicTypes.hpp
Declares ISF basic types.
NATIVE_INT_TYPE
int NATIVE_INT_TYPE
native integer type declaration
Definition:
BasicTypes.hpp:29
Fw
Definition:
Buffer.cpp:21
Fw
Obj
SimpleObjRegistry.hpp
Generated by
1.8.17