#include <PsnOutputSharedData.h>
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. | |
Definition at line 31 of file PsnOutputSharedData.h.
|
|
Constructor.
|
|
||||||||||||
|
Redefine delete to clean shared memory.
|
|
|
redefine new so that object of this class are alloacted in shared memory
|
|
|
validity of this output
Definition at line 57 of file PsnOutputSharedData.h. Referenced by PsMomeOutput< Type >::extract(), and PsMomeOutput< Type >::setValidity(). |
|
|
offset des données de la output
Definition at line 53 of file PsnOutputSharedData.h. Referenced by PsMomeOutput< Type >::PsMomeOutput(). |
|
|
size of the history fifo
Definition at line 55 of file PsnOutputSharedData.h. |
|
|
La output qui nous alias.
Definition at line 49 of file PsnOutputSharedData.h. Referenced by PsMomeOutput< Type >::extract(), and PsMomeOutput< Type >::setDescendantOutput(). |
|
|
the output used for reads
Definition at line 46 of file PsnOutputSharedData.h. Referenced by PsMomeOutput< Type >::extract(), and PsMomeOutput< Type >::setUsedOutput(). |
| Documentation generated on Mon Nov 25 15:26:20 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |