F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
Svc::StaticMemoryComponentImpl Class Reference

#include <Svc/StaticMemory/StaticMemoryComponentImpl.hpp>

Inheritance diagram for Svc::StaticMemoryComponentImpl:
Svc::StaticMemoryComponentBase Fw::PassiveComponentBase Fw::ObjBase

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::InputBufferGetPortget_bufferAllocate_InputPort (NATIVE_INT_TYPE portNum)
 
Fw::InputBufferSendPortget_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...
 

Detailed Description

Definition at line 21 of file StaticMemoryComponentImpl.hpp.

Constructor & Destructor Documentation

◆ StaticMemoryComponentImpl()

Svc::StaticMemoryComponentImpl::StaticMemoryComponentImpl ( const char *const  compName)

Construct object StaticMemory

Parameters
compNameThe component name

Definition at line 23 of file StaticMemoryComponentImpl.cpp.

◆ ~StaticMemoryComponentImpl()

Svc::StaticMemoryComponentImpl::~StaticMemoryComponentImpl ( )

Destroy object StaticMemory

Definition at line 34 of file StaticMemoryComponentImpl.cpp.

Member Function Documentation

◆ init()

void Svc::StaticMemoryComponentImpl::init ( const NATIVE_INT_TYPE  instance = 0)

Initialize object StaticMemory

Parameters
instanceThe instance number

Definition at line 30 of file StaticMemoryComponentImpl.cpp.


The documentation for this class was generated from the following files: