15 namespace MAKVrExchange
47 DtDEC_ATTRIBUTE( DtEntityIdentifier, ObjectIdentifier, objectIdentifier );
51 DtDEC_ATTRIBUTE( DtSyntheticEnvironmentObjectType, ObjectType, objectType );
63 virtual unsigned int netSize()
const;
64 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
65 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
67 virtual std::ostream& printDataToStream( std::ostream& str )
const;
static DtPortalMessage * create()
Definition: pEnvironmentObject.h:72
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
#define DtDEC_ATTRIBUTE(T, N, n)
A Macro to define an attribute; as well as make an accessor and mutator for that attribute.
Definition: addAttribute.h:49
DtPortalObject are messages which also serve as state repositories for simulated objects.
Definition: pObject.h:23
The base class for all messages passed through the portal.
Definition: pMessage.h:66
Contains the DtPortalReflectedObjectManager class declaration.
static const DtPortalMessageKind theKind
Definition: pEnvironmentObject.h:59
Represents Environment Objects in a simulation.
Definition: pEnvironmentObject.h:20
DtPortalEnvironmentObject()
CTOR.
DtPortalMessageKind
A List of message kinds distributed with the Portal.
Definition: pMessageKinds.h:23
Contains the DtPortalObject class declaration.