![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/StaticMemory/StaticMemoryComponentImpl.hpp>
Public Member Functions | |
| StaticMemoryComponentImpl (const char *const compName) | |
| void | init (const NATIVE_INT_TYPE instance=0) |
| ~StaticMemoryComponentImpl () | |
Public Member Functions inherited from Svc::StaticMemoryComponentBase | |
| void | init (NATIVE_INT_TYPE instance=0) |
| Initialize StaticMemoryComponentBase object. More... | |
| Fw::InputBufferGetPort * | get_bufferAllocate_InputPort (NATIVE_INT_TYPE portNum) |
| Fw::InputBufferSendPort * | get_bufferDeallocate_InputPort (NATIVE_INT_TYPE portNum) |
Public Member Functions inherited from Fw::PassiveComponentBase | |
| void | setIdBase (const U32) |
| Set the ID base. More... | |
| U32 | getIdBase () const |
Additional Inherited Members | |
Protected Types inherited from Svc::StaticMemoryComponentBase | |
| enum | { NUM_BUFFERALLOCATE_INPUT_PORTS = 4 , NUM_BUFFERDEALLOCATE_INPUT_PORTS = 4 } |
| Enumerations for numbers of typed input ports. More... | |
Protected Member Functions inherited from Svc::StaticMemoryComponentBase | |
| StaticMemoryComponentBase (const char *compName="") | |
| Construct StaticMemoryComponentBase object. More... | |
| virtual | ~StaticMemoryComponentBase () |
| Destroy StaticMemoryComponentBase object. More... | |
| NATIVE_INT_TYPE | getNum_bufferAllocate_InputPorts () const |
| NATIVE_INT_TYPE | getNum_bufferDeallocate_InputPorts () const |
| Fw::Buffer | bufferAllocate_handlerBase (NATIVE_INT_TYPE portNum, U32 size) |
| Handler base-class function for input port bufferAllocate. More... | |
| void | bufferDeallocate_handlerBase (NATIVE_INT_TYPE portNum, Fw::Buffer &fwBuffer) |
| Handler base-class function for input port bufferDeallocate. More... | |
| virtual void | lock () |
| Lock the guarded mutex. More... | |
| virtual void | unLock () |
| Unlock the guarded mutex. More... | |
Protected Member Functions inherited from Fw::PassiveComponentBase | |
| 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 21 of file StaticMemoryComponentImpl.hpp.
| Svc::StaticMemoryComponentImpl::StaticMemoryComponentImpl | ( | const char *const | compName | ) |
Construct object StaticMemory
| compName | The component name |
Definition at line 23 of file StaticMemoryComponentImpl.cpp.
| Svc::StaticMemoryComponentImpl::~StaticMemoryComponentImpl | ( | ) |
Destroy object StaticMemory
Definition at line 34 of file StaticMemoryComponentImpl.cpp.
| void Svc::StaticMemoryComponentImpl::init | ( | const NATIVE_INT_TYPE | instance = 0 | ) |
Initialize object StaticMemory
| instance | The instance number |
Definition at line 30 of file StaticMemoryComponentImpl.cpp.