14 namespace MAKVrExchange
59 DtDEC_ATTRIBUTE(
bool, IsResourceMonitorEnabled, isResourceMonitorEnabled );
77 virtual unsigned int netSize()
const;
78 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
79 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
81 virtual std::ostream& printDataToStream( std::ostream& stream )
const;
static const DtPortalMessageKind theKind
Definition: pVrfBackEnd.h:73
#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:67
static DtPortalMessage * create()
Definition: pVrfBackEnd.h:86
DtPortalVrfBackEndObject()
CTOR.
Used to represent VRF Backends Note: In DIS and HLA, VRF Backends do not publish as objects but inste...
Definition: pVrfBackEnd.h:24
DtPortalMessageKind
A List of message kinds distributed with the Portal.
Definition: pMessageKinds.h:23
Contains the DtPortalObject class declaration.