14 namespace MAKVrExchange
55 bool isBeamWithinList( DtU8 beamId )
const;
62 void removeBeam( DtU8 beamId );
72 virtual unsigned int netSize()
const;
73 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const ;
74 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
76 virtual std::ostream& printDataToStream( std::ostream& str )
const;
static const DtPortalMessageKind theKind
Definition: pActiveSonar.h:68
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
DtPortalActiveSonar()
CTOR.
#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
std::list< DtActiveSonarBeamData > DtActiveSonarBeamList
Definition: activeSonarBeamData.h:75
Messages which represent Active Sonars with state.
Definition: pUnderwaterAcousticsObject.h:24
The base class for all messages passed through the portal.
Definition: pMessage.h:66
Messages which represent Active Sonars with state.
Definition: pActiveSonar.h:20
Represents Emitter Beam Objects.
Definition: activeSonarBeamData.h:31
DtPortalMessageKind
A List of message kinds distributed with the Portal.
Definition: pMessageKinds.h:23
static DtPortalMessage * create()
Definition: pActiveSonar.h:81
Contains the DtPortalUnderwaterAcousticObject class declaration.