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) (
43 functionCallback_type callbackFunction,
void* userData );
47 functionCallback_type callbackFunction,
void* userData );
63 virtual unsigned int netSize()
const;
64 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
65 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
67 virtual std::ostream& printDataToStream( std::ostream& str )
const;
DtPortalLoggerTimeScaleInteraction()
CTOR.
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
Contains the DtPortalLoggerControlInteraction class declaration.
#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
static const DtPortalMessageKind theKind
NOTE: DtDEC_ATTRIBUTE resets the access specifier to protected.
Definition: pLoggerTimeScaleInteraction.h:59
The base class for all messages passed through the portal.
Definition: pMessage.h:65
Represents a logger TimeScale event.
Definition: pLoggerTimeScaleInteraction.h:26
static DtPortalMessage * create()
Definition: pLoggerTimeScaleInteraction.h:72
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