13 #include <vlutil/vlString.h>
15 namespace MAKVrExchange
26 typedef void (*DtBrokerErrorMessageCb) (
39 DtBrokerErrorMessageCb cb,
void* usr );
43 DtBrokerErrorMessageCb cb,
void* usr );
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& str )
const;
Contains the DtPortalControlMessage class declarations.
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
static const DtPortalMessageKind theKind
NOTE: DtDEC_ATTRIBUTE resets the access specifier to protected.
Definition: brokerErrorMessage.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:65
Message sent from brokers to the portal to print out an error message in the gui. ...
Definition: brokerErrorMessage.h:22
static DtPortalMessage * create()
Definition: brokerErrorMessage.h:69
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
DtBrokerErrorMessage()
CTOR.
Control messages signal state changes in VR-Exchange's operation.
Definition: pControlMessage.h:22