14 namespace MAKVrExchange
73 bool isBeamWithinList( DtU8 beamId )
const;
80 void removeBeam( DtU8 beamId );
90 virtual unsigned int netSize()
const;
91 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
92 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
94 virtual std::ostream& printDataToStream( std::ostream& stream )
const;
static DtPortalMessage * create()
Definition: pEmitterSystemObject.h:99
#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
The base class for all messages passed through the portal.
Definition: pMessage.h:66
Contains the DtPortalEmbeddedSystem class declaration.
DtPortalEmitterSystemObject()
CTOR.
std::list< DtEmitterBeamData > DtEmitterBeamList
Definition: emitterBeamData.h:175
static const DtPortalMessageKind theKind
Definition: pEmitterSystemObject.h:86
DtPortalMessageKind
A List of message kinds distributed with the Portal.
Definition: pMessageKinds.h:23
Represents Embedded System Objects in a simulation.
Definition: pEmbeddedSystem.h:21
Represents Emitter Beam Objects.
Definition: emitterBeamData.h:36
Used in translation of Electromagnetic Emissions Objects, such as Emitter System Objects, and Emitter Beam Objects.
Definition: pEmitterSystemObject.h:27