F´ Flight Software - C/C++ Documentation
NASA-v1.5.0
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
c
f
h
i
l
m
n
o
p
s
t
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
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
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
c
t
u
w
Enumerations
b
c
d
e
f
g
h
i
m
o
p
q
s
t
w
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
w
Related Functions
a
b
c
f
g
h
l
p
r
s
t
Files
File List
File Members
All
_
a
b
c
d
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Functions
f
i
m
s
u
Variables
_
c
f
i
l
p
t
Typedefs
Enumerations
Enumerator
a
c
d
f
i
m
p
r
s
t
w
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
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
(
void
)
const
;
19
20
PROTECTED
:
21
PassiveComponentBase
(
const
char
* name);
22
virtual
~PassiveComponentBase
();
23
void
init
(
NATIVE_INT_TYPE
instance);
24
NATIVE_INT_TYPE
getInstance
(
void
)
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
Fw::PassiveComponentBase::getIdBase
U32 getIdBase(void) const
Definition:
PassiveComponentBase.cpp:40
Fw::ObjBase
Brief class description.
Definition:
ObjBase.hpp:33
PRIVATE
#define PRIVATE
overridable private for unit testing
Definition:
BasicTypes.hpp:118
Fw::PassiveComponentBase::getInstance
NATIVE_INT_TYPE getInstance(void) const
Definition:
PassiveComponentBase.cpp:29
Serializable.hpp
PROTECTED
#define PROTECTED
overridable protected for unit testing
Definition:
BasicTypes.hpp:114
Fw::PassiveComponentBase::setIdBase
void setIdBase(const U32)
Set the ID base.
Definition:
PassiveComponentBase.cpp:34
Fw::PassiveComponentBase
Definition:
PassiveComponentBase.hpp:10
Fw::ObjBase::init
void init(void)
Object initializer.
Definition:
ObjBase.cpp:26
Fw::PassiveComponentBase::~PassiveComponentBase
virtual ~PassiveComponentBase()
Destructor.
Definition:
PassiveComponentBase.cpp:21
FpConfig.hpp
ISF configuration file.
Fw::PassiveComponentBase::m_instance
NATIVE_INT_TYPE m_instance
instance of component object
Definition:
PassiveComponentBase.hpp:30
ObjBase.hpp
Declarations for Fw::ObjBase and Fw::ObjRegistry.
NATIVE_INT_TYPE
int NATIVE_INT_TYPE
native integer type declaration
Definition:
BasicTypes.hpp:29
Fw
Definition:
BufferGetPortAc.cpp:6
Fw
Comp
PassiveComponentBase.hpp
Generated by
1.8.19