#include <PsFlowable.h>Include dependency graph for PsnObjectHandle.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | PsnObjectHandle |
| An object handle is the data structure used by controllers to access simulated objects. More... | |
Enumerations | |
| enum | PsnRequestType { SynchronisationMessage, InitialValuesMessage, Registration, CancelRegistration, GET_ALL_PARAM, GET_PARAM, EventReceived, RegisterForSignal, CancelRegistrationForSignal } |
|
|
Definition at line 33 of file PsnObjectHandle.h. Referenced by PsnMirrorObjectHandle::sendRequestToReferenceObject(), PsnPvmReferenceObjectHandle::unpack(), PsnPvmDuplicatedObjectHandle::unpack(), and PsnMirrorObjectHandle::unpack().
00033 {
00034 SynchronisationMessage,
00035 InitialValuesMessage,
00036 Registration,
00037 CancelRegistration,
00038 GET_ALL_PARAM,
00039 GET_PARAM,
00040 EventReceived,
00041 RegisterForSignal,
00042 CancelRegistrationForSignal
00043 } PsnRequestType;
|
| Documentation generated on Mon Nov 25 15:25:29 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |