#include <LOW_sharedMemSegment.h>
Inheritance diagram for LOW_sharedMemSegment:
Public Methods | |
virtual void * | get () const=0 |
Get a pointer to the shared memory segment. More... |
Each instance represents one shared memory segment.
Specific platforms dereive their implementation classes from this class.
The instances are created by LOW_sharedMemSegmentFactory, following the factory design pattern.
Note: There is no prescribed constructor. A class deriving from this class should give the opportunity to specify the size of the segment.
Definition at line 40 of file LOW_sharedMemSegment.h.
|
Get a pointer to the shared memory segment. Abstract method to be implemented by derived class.
Reimplemented in LOW_sharedMemSegment_SysV. Referenced by LOW_linkDS2480B::LOW_linkDS2480B(). |