16 #define DtDEC_ATTRIBUTE_CLEAR( T, N, n ) \
18 void set##N( const T& val ) { my##N = val; myb##N = true; } \
19 const T& n() const { return my##N; } \
20 const bool isset##N() const { return myb##N; } \
21 void clear##N() { myb##N = false; } \
22 T& n() { return my##N; } \
27 namespace MAKVrExchange
30 class DtPortalConnection;
41 typedef void (*functionCallback_type) (
52 functionCallback_type callbackFunction,
void* userData );
56 functionCallback_type callbackFunction,
void* userData );
81 virtual unsigned int netSize()
const;
82 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
83 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
85 virtual std::ostream& printDataToStream( std::ostream& stream )
const;
#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
#define DtDEC_ATTRIBUTE_CLEAR(T, N, n)
Redefine attribute macro. All attributes in this message are optional.
Definition: pVrvSetSystemState.h:16
The base class for all messages passed through the portal.
Definition: pMessage.h:67
Contains the DtPortalInteraction class declaration.
DtPortalInteractions are a special type of DtPortalMessages which are used to transmit simulation dat...
Definition: pInteraction.h:21
static const DtPortalMessageKind theKind
NOTE: DtDEC_ATTRIBUTE resets the access specifier to protected.
Definition: pVrvSetSystemState.h:77
Vrf Set Data Interaction class.
Definition: pVrvSetSystemState.h:35
DtPortalVrvSetSystemStateInteraction()
CTOR.
static DtPortalMessage * create()
Definition: pVrvSetSystemState.h:102
Connects a broker to the Portal Data Exchange.
Definition: pConnection.h:49
DtPortalMessageKind
A List of message kinds distributed with the Portal.
Definition: pMessageKinds.h:23