14 namespace MAKVrExchange
52 DtDEC_ATTRIBUTE( DtU8, PropulsionPlantConfiguration, propulsionPlantConfiguration );
64 virtual unsigned int netSize()
const;
65 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
66 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
68 virtual std::ostream& printDataToStream( std::ostream& str )
const;
static DtPortalMessage * create()
Definition: pPropulsionNoiseObject.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
Messages which represent Propulsion Noise with state.
Definition: pPropulsionNoiseObject.h:20
Messages which represent Active Sonars with state.
Definition: pUnderwaterAcousticsObject.h:24
DtPortalPropulsionNoiseObject()
CTOR.
The base class for all messages passed through the portal.
Definition: pMessage.h:66
std::list< DtShaftRateData > DtShaftRateDataList
Definition: shaftRateData.h:63
DtPortalMessageKind
A List of message kinds distributed with the Portal.
Definition: pMessageKinds.h:23
Contains the DtPortalUnderwaterAcousticObject class declaration.
static const DtPortalMessageKind theKind
NOTE: DtDEC_ATTRIBUTE resets the access specifier to protected.
Definition: pPropulsionNoiseObject.h:60