fesa::HeapRollingMultiplexingDataManager Class Reference

This class extends the RollingDataManager class to deal with heap memory. More...

#include <HeapRollingMultiplexingDataManager.h>

Inheritance diagram for fesa::HeapRollingMultiplexingDataManager:
fesa::RollingMultiplexingDataManager fesa::MultiplexingDataManager fesa::AbstractMultiplexingDataManager

List of all members.

Public Member Functions

 HeapRollingMultiplexingDataManager (int32_t depth)
 Constructor.
int32_t computeMemorySize ()
 This method returns the number of bytes which are necessary to store the date of the class.
void mapMemory (char *address)
 This method maps the data that the RollingMultiplexingDataManager uses from the address passed by argument.

Detailed Description

This class extends the RollingDataManager class to deal with heap memory.

Definition at line 15 of file HeapRollingMultiplexingDataManager.h.


Constructor & Destructor Documentation

fesa::HeapRollingMultiplexingDataManager::HeapRollingMultiplexingDataManager ( int32_t  depth  ) 

Constructor.

Parameters:
depth the number of data-elements which need to be handled

Definition at line 11 of file HeapRollingMultiplexingDataManager.cpp.


Member Function Documentation

int32_t fesa::HeapRollingMultiplexingDataManager::computeMemorySize (  )  [virtual]

This method returns the number of bytes which are necessary to store the date of the class.

Returns:
the number of bytes computed

Implements fesa::RollingMultiplexingDataManager.

Definition at line 17 of file HeapRollingMultiplexingDataManager.cpp.

References fesa::RollingMultiplexingDataManager::depth_, and fesa::AbstractMutex::getSize().

void fesa::HeapRollingMultiplexingDataManager::mapMemory ( char *  address  )  [virtual]

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

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1