F´ Flight Software - C/C++ Documentation
devel
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
g
i
m
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Enumerator
a
c
e
f
h
i
m
n
o
p
s
u
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
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
f
g
h
l
p
r
s
t
u
v
Files
File List
File Members
All
_
a
b
c
d
f
g
h
i
l
m
n
p
q
r
s
t
u
v
Functions
c
i
m
s
u
Variables
b
c
d
i
p
s
Typedefs
b
c
d
f
i
m
n
p
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
PassiveComponentBase.hpp
Go to the documentation of this file.
1
#ifndef FW_COMP_BASE_HPP
2
#define FW_COMP_BASE_HPP
3
4
#include <
Fw/Obj/ObjBase.hpp
>
5
#include <
Fw/Types/Serializable.hpp
>
6
#include <
FpConfig.hpp
>
7
8
namespace
Fw
{
9
10
class
PassiveComponentBase
:
public
Fw::ObjBase
{
11
public
:
13
void
setIdBase
(
14
const
U32
//< The new ID base
15
);
18
U32
getIdBase
()
const
;
19
20
PROTECTED:
21
PassiveComponentBase
(
const
char
* name);
22
virtual
~PassiveComponentBase
();
23
void
init
(
NATIVE_INT_TYPE
instance);
24
NATIVE_INT_TYPE
getInstance
()
const
;
25
#if FW_OBJECT_TO_STRING == 1
26
virtual
void
toString(
char
* str,
NATIVE_INT_TYPE
size);
27
#endif
28
PRIVATE:
29
U32 m_idBase;
30
NATIVE_INT_TYPE
m_instance;
31
32
33
};
34
35
}
36
37
#endif
NATIVE_INT_TYPE
PlatformIntType NATIVE_INT_TYPE
Definition:
BasicTypes.h:55
FpConfig.hpp
C++-compatible configuration header for fprime configuration.
ObjBase.hpp
Declarations for Fw::ObjBase and Fw::ObjRegistry.
Serializable.hpp
Fw::ObjBase
Brief class description.
Definition:
ObjBase.hpp:35
Fw::ObjBase::init
void init()
Object initializer.
Definition:
ObjBase.cpp:27
Fw::PassiveComponentBase
Definition:
PassiveComponentBase.hpp:10
Fw::PassiveComponentBase::getIdBase
U32 getIdBase() const
Definition:
PassiveComponentBase.cpp:42
Fw::PassiveComponentBase::getInstance
NATIVE_INT_TYPE getInstance() const
Definition:
PassiveComponentBase.cpp:31
Fw::PassiveComponentBase::PassiveComponentBase
PassiveComponentBase(const char *name)
Named constructor.
Definition:
PassiveComponentBase.cpp:9
Fw::PassiveComponentBase::~PassiveComponentBase
virtual ~PassiveComponentBase()
Destructor.
Definition:
PassiveComponentBase.cpp:23
Fw::PassiveComponentBase::setIdBase
void setIdBase(const U32)
Set the ID base.
Definition:
PassiveComponentBase.cpp:36
Fw
Definition:
FppConstantsAc.hpp:121
Fw
Comp
PassiveComponentBase.hpp
Generated by
1.9.1