14 namespace MAKVrExchange
17 class DtPortalConnection;
27 typedef void (*functionCallback_type) (
44 functionCallback_type callbackFunction,
void* userData );
48 functionCallback_type callbackFunction,
void* userData );
81 void setEncodingClass(
const DtU32& value );
83 DtU32 encodingClass()
const;
86 void setEncodingType(
const DtU32& value );
88 DtU32 encodingType()
const;
91 void setTDLMessageCount(
const DtU32& value );
93 DtU32 tdlMessageCount()
const;
103 virtual unsigned int netSize()
const;
104 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
105 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
107 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
static DtPortalMessage * create()
Definition: pRadioSignalInter.h:123
#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
void setEncodingType(const DtU32 &value)
Sets just the encoding type portion of myEncodingScheme.
Definition: pRadioSignalInter.h:138
The base class for all messages passed through the portal.
Definition: pMessage.h:67
Contains the DtPortalInteraction class declaration.
DtU32 encodingType() const
Gets just the encoding type portion of myEncodingScheme.
Definition: pRadioSignalInter.h:143
DtPortalInteractions are a special type of DtPortalMessages which are used to transmit simulation dat...
Definition: pInteraction.h:21
DtU16 myEncodingScheme
Contains the DtPortalRadioSignalInteraction class and encoding type; or the encoding class and TDL me...
Definition: pRadioSignalInter.h:118
DtPortalRadioSignalInteraction()
CTOR.
Portal Radio Signal Interaction class.
Definition: pRadioSignalInter.h:21
static const DtPortalMessageKind theKind
Definition: pRadioSignalInter.h:99
Connects a broker to the Portal Data Exchange.
Definition: pConnection.h:49
void setTDLMessageCount(const DtU32 &value)
Overloaded function for setEncodingType()
Definition: pRadioSignalInter.h:148
DtPortalMessageKind
A List of message kinds distributed with the Portal.
Definition: pMessageKinds.h:23
DtU32 tdlMessageCount() const
Overloaded function for "encodingType()" const DtU32& encodingType() const.
Definition: pRadioSignalInter.h:153
DtU32 encodingClass() const
Gets just the encoding class portion of myEncodingScheme.
Definition: pRadioSignalInter.h:133
void setEncodingClass(const DtU32 &value)
NOTE: DtDEC_ATTRIBUTE resets the access specifier to protected.
Definition: pRadioSignalInter.h:128