14 namespace MAKVrExchange
48 DtDEC_ATTRIBUTE( DtU16, EncryptionKeyIdentifier, encryptionKeyIdentifier );
51 DtDEC_ATTRIBUTE( DtU32, DetailedModulationType, detailedModulationType );
59 DtDEC_ATTRIBUTE( DtU32, RFModulationSystemType, rfModulationSystemType );
61 DtDEC_ATTRIBUTE(
bool, PseudoNoiseSpectrumInUse, pseudoNoiseSpectrumInUse );
65 DtDEC_ATTRIBUTE( DtU32, TransmitterOperationalStatus, transmitterOperationalStatus );
78 virtual unsigned int netSize()
const;
79 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
80 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
82 virtual std::ostream& printDataToStream( std::ostream& stream )
const;
Represents variable length byte arrays.
Definition: variableLengthData.h:24
#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
DtPortalRadioTransmitterObject()
CTOR.
The base class for all messages passed through the portal.
Definition: pMessage.h:67
static DtPortalMessage * create()
Definition: pRadioTransmitterObject.h:87
Contains the DtPortalEmbeddedSystem class declaration.
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
static const DtPortalMessageKind theKind
NOTE: DtDEC_ATTRIBUTE resets the access specifier to protected.
Definition: pRadioTransmitterObject.h:74
Portal Radio Transmitter Object class.
Definition: pRadioTransmitterObject.h:19