14 #include <vlutil/vlString.h>
16 namespace MAKVrExchange
114 virtual unsigned int netSize()
const;
115 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const ;
116 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
118 virtual std::ostream& printDataToStream( std::ostream& stream )
const;
static const DtPortalMessageKind theKind
NOTE: DtDEC_ATTRIBUTE resets the access specifier to protected.
Definition: pAirMission.h:110
#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
Definition: pAirMission.h:19
DtPortalAirMission()
CTOR.
Contains the DtPortalMessageKind type enumerations.
static DtPortalMessage * create()
Definition: pAirMission.h:123
DtPortalMessageKind
A List of message kinds distributed with the Portal.
Definition: pMessageKinds.h:23
Contains the DtPortalObject class declaration.