![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Comp/PassiveComponentBase.hpp>
Public Member Functions | |
void | setIdBase (const U32) |
Set the ID base. More... | |
U32 | getIdBase () const |
Protected Member Functions | |
PassiveComponentBase (const char *name) | |
Named constructor. More... | |
virtual | ~PassiveComponentBase () |
Destructor. More... | |
void | init (FwEnumStoreType instance) |
Initialization function. More... | |
FwEnumStoreType | getInstance () const |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
Definition at line 10 of file PassiveComponentBase.hpp.
|
protected |
Named constructor.
Definition at line 9 of file PassiveComponentBase.cpp.
|
protectedvirtual |
Destructor.
Definition at line 34 of file PassiveComponentBase.cpp.
U32 Fw::PassiveComponentBase::getIdBase | ( | ) | const |
|
protected |
Definition at line 42 of file PassiveComponentBase.cpp.
|
protected |
Initialization function.
Definition at line 37 of file PassiveComponentBase.cpp.
void Fw::PassiveComponentBase::setIdBase | ( | const U32 | idBase | ) |
Set the ID base.
Definition at line 47 of file PassiveComponentBase.cpp.