16 namespace MAKVrExchange
31 typedef void (*TranslationDebuggingMessageCallbackType) (
49 TranslationDebuggingMessageCallbackType callbackFunction,
void* userData );
53 TranslationDebuggingMessageCallbackType callbackFunction,
void* userData );
74 virtual unsigned int netSize()
const;
75 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
76 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
78 virtual std::ostream& printDataToStream( std::ostream& stream )
const;
Contains the DtPortalControlMessage class declarations.
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
Used by brokers to report translation diagnostic reports.
Definition: transDiagnosticMessage.h:22
#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()
NOTE: DtDEC_ATTRIBUTE resets the access specifier to protected.
Definition: transDiagnosticMessage.h:83
DtPortalControlMessageTemplate< DtTranslationDiagnosticMessageKind > BaseClassType
Definition: transDiagnosticMessage.h:28
PortalControlMessageTemplate is used to create new DtPortalControlMessage types.
Definition: pControlMessage.h:71
DtTranslationDiagnosticMessage()
Connects a broker to the Portal Data Exchange.
Definition: pConnection.h:49