Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PsnOutputSharedData Class Reference

Data shared between all instances of an output in a shared memory architecture. More...

#include <PsnOutputSharedData.h>

List of all members.

Public Methods

 PsnOutputSharedData ()
 Constructor.

void * operator new (size_t size)
 redefine new so that object of this class are alloacted in shared memory

void operator delete (void *, size_t)
 Redefine delete to clean shared memory.


Public Attributes

unsigned int historyFifoOffset
 offset des données de la output

unsigned int historyLength
 size of the history fifo

bool _validity
 validity of this output

offset in shared memory of the related outputs
unsigned int usedOutputDataOffset
 the output used for reads

unsigned int principalAliasDataOffset
 La output qui nous alias.


Detailed Description

Data shared between all instances of an output in a shared memory architecture.

Author:
David Margery
Version:
0.9

Definition at line 31 of file PsnOutputSharedData.h.


Constructor & Destructor Documentation

PsnOutputSharedData::PsnOutputSharedData  
 

Constructor.


Member Function Documentation

void PsnOutputSharedData::operator delete void *   ,
size_t   
 

Redefine delete to clean shared memory.

void* PsnOutputSharedData::operator new size_t    size
 

redefine new so that object of this class are alloacted in shared memory


Member Data Documentation

bool PsnOutputSharedData::_validity
 

validity of this output

Definition at line 57 of file PsnOutputSharedData.h.

Referenced by PsMomeOutput< Type >::extract(), and PsMomeOutput< Type >::setValidity().

unsigned int PsnOutputSharedData::historyFifoOffset
 

offset des données de la output

Definition at line 53 of file PsnOutputSharedData.h.

Referenced by PsMomeOutput< Type >::PsMomeOutput().

unsigned int PsnOutputSharedData::historyLength
 

size of the history fifo

Definition at line 55 of file PsnOutputSharedData.h.

unsigned int PsnOutputSharedData::principalAliasDataOffset
 

La output qui nous alias.

Definition at line 49 of file PsnOutputSharedData.h.

Referenced by PsMomeOutput< Type >::extract(), and PsMomeOutput< Type >::setDescendantOutput().

unsigned int PsnOutputSharedData::usedOutputDataOffset
 

the output used for reads

Definition at line 46 of file PsnOutputSharedData.h.

Referenced by PsMomeOutput< Type >::extract(), and PsMomeOutput< Type >::setUsedOutput().


The documentation for this class was generated from the following file:
logo OpenMask

Documentation generated on Mon Nov 25 15:26:20 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001