Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

LOW_sharedMemSegmentFactory Class Reference

Factory class for platform specific objects of LOW_sharedMemSegment. More...

#include <LOW_sharedMemSegmentFactory.h>

List of all members.

Static Public Methods

LOW_sharedMemSegmentnew_sharedMemSegment (const sharedMemSegmentIPCKey_t inSharedMemIPCKey, unsigned int inSize)
 Platform aware replacement for creating dynamic instances of LOW_sharedMemSegment. More...


Detailed Description

Factory class for platform specific objects of LOW_sharedMemSegment.

This class also contains platform specific type definitions.

See also:
LOW_sharedMemSegment
Author:
Harald Roelle, Helmut Reiser

Definition at line 36 of file LOW_sharedMemSegmentFactory.h.


Member Function Documentation

LOW_sharedMemSegment * LOW_sharedMemSegmentFactory::new_sharedMemSegment const sharedMemSegmentIPCKey_t    inSharedMemIPCKey,
unsigned int    inSize
[static]
 

Platform aware replacement for creating dynamic instances of LOW_sharedMemSegment.

Parameters:
inSharedMemIPCKey  Unique identifier for new shared memory segment. To get such an identifier see LOW_IPCKeyGenerator.
inSize  Size of the segment in bytes.
Returns:
Pointer to new instance of LOW_sharedMemSegment.

Definition at line 28 of file LOW_sharedMemSegmentFactory.cpp.

Referenced by LOW_linkDS2480B::LOW_linkDS2480B().


The documentation for this class was generated from the following files:
Generated on Sun Jan 12 21:07:58 2003 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001