![]() |
F´ Flight Software - C/C++ Documentation
devel
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 (NATIVE_INT_TYPE instance) |
| Initialization function. More... | |
| NATIVE_INT_TYPE | getInstance () const |
Protected Member Functions inherited from Fw::ObjBase | |
| 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 22 of file PassiveComponentBase.cpp.
| U32 Fw::PassiveComponentBase::getIdBase | ( | ) | const |
|
protected |
Definition at line 30 of file PassiveComponentBase.cpp.
|
protected |
Initialization function.
Definition at line 25 of file PassiveComponentBase.cpp.
| void Fw::PassiveComponentBase::setIdBase | ( | const U32 | idBase | ) |
Set the ID base.
Definition at line 34 of file PassiveComponentBase.cpp.