20 #include <vlutil/vlString.h>
21 #include <vlutil/vlUtil.h>
64 static DtAssistantMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
95 virtual void resize(
unsigned int reportSize);
99 virtual unsigned int reportSize()
const;
100 virtual void setReportSize(
unsigned int times);
104 virtual unsigned char* reportPtr()
const;
DtAssistantMsgKind
Definition: assistantMsg.h:53
Base class for assistant Messages.
Definition: assistantMsg.h:153
This file contains the declaration of DtNetAssistantLatencyReportMsg.
virtual DtAssistantMsgKind internalMsgKind()=0
#define DT_DLL_ASSISTANT
Default – Unix or Win32 static.
Definition: rtiMsConfig.h:150
Network representation for the RTI Assistant latency Report msg message.
Definition: netAssistantLatencyReportMsg.h:28
DtAveragedLatencyTestReport encodes and decodes reports from tests between local RTI components...
Definition: averagedLatencyTestReport.h:48
DtRtiAssistantPeer manages the sharing of information between one Assistant to other Assistants using...
Definition: rtiAssistantPeer.h:82
Manages the server connections of the RTI Assistant.
Definition: rtiAssistantServer.h:45
virtual DtAssistantMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
The DtAssistantLatencyReportMsg defines a msg for a client to report the results of a latency test...
Definition: assistantLatencyReportMsg.h:33
virtual void printData() const
Defines DtAveragedLatencyTestReport used to report results of latency tests between local RTI compon...
void(* DtAssistantLatencyReportCb)(const DtAssistantLatencyReportMsg &report, void *usr)
Definition: assistantLatencyReportMsg.h:29