13 #include <matrix/vlTaitBryan.h>
14 #include <vlutil/vlString.h>
16 namespace MAKVrExchange
50 genericAttributeValuePairList );
60 virtual unsigned int netSize()
const;
61 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
62 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
64 virtual std::ostream& printDataToStream( std::ostream& str )
const;
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
static DtPortalMessage * create()
Definition: pGenericObject.h:69
A message to transport variable length Handle/ variable Length Data across a network.
Definition: pGenericObject.h:21
#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 const DtPortalMessageKind theKind
Definition: pGenericObject.h:56
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
DtPortalGenericObject()
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.