13 #include <vlpi/environmentTypeRecord.h>
15 namespace MAKVrExchange
54 DtDEC_ATTRIBUTE( DtEnvironmentTypeRecord, EnvironmentType, environmentType );
73 virtual unsigned int netSize()
const;
74 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
75 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
77 virtual std::ostream& printDataToStream( std::ostream& stream )
const;
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
static const DtPortalMessageKind theKind
Definition: pGriddedDataObject.h:69
#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
static DtPortalMessage * create()
Definition: pGriddedDataObject.h:82
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:67
DtPortalGriddedDataObject()
CTOR.
std::list< DtAttributeValuePair > DtAttributeValuePairList
A list of DtAttributeValuePairs.
Definition: variableLengthData.h:79
DtPortalMessageKind
A List of message kinds distributed with the Portal.
Definition: pMessageKinds.h:23
Contains the DtPortalObject class declaration.
Portal Gridded Data Object class.
Definition: pGriddedDataObject.h:20