14 namespace MAKVrExchange
50 DtDEC_ATTRIBUTE( DtU32, ReceiverOperationalStatus, receiverOperationalStatus );
60 virtual unsigned int netSize()
const;
61 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
62 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
64 virtual std::ostream& printDataToStream( std::ostream& stream )
const;
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
static const DtPortalMessageKind theKind
Definition: pRadioReceiverObject.h:56
#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
static DtPortalMessage * create()
Definition: pRadioReceiverObject.h:69
Contains the DtPortalEmbeddedSystem class declaration.
DtPortalRadioReceiverObject()
CTOR.
Portal Radio Receiver Object class.
Definition: pRadioReceiverObject.h:19
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