13 #include <vlutil/vlNetTypes.h>
14 #include <vlutil/vlString.h>
15 #include <matrix/vlVector.h>
17 namespace MAKVrExchange
20 class DtPortalConnection;
32 typedef void (*functionCallback_type) (
55 functionCallback_type callbackFunction,
void* usr);
60 functionCallback_type callbackFunction,
void* usr);
65 virtual unsigned int netSize()
const;
66 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
67 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
69 virtual std::ostream& printDataToStream( std::ostream& str )
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
Definition: pMessageKinds.h:91
Contains the DtPortalInteraction class declaration.
DtPortalInteractions are a special type of DtPortalMessages which are used to transmit simulation dat...
Definition: pInteraction.h:21
Connects a broker to the Portal Data Exchange.
Definition: pConnection.h:49
Represents a logger control event.
Definition: pLoggerControlInteraction.h:26
DtPortalMessageKind
A List of message kinds distributed with the Portal.
Definition: pMessageKinds.h:23
static const DtPortalMessageKind theKind
Definition: pLoggerControlInteraction.h:63