9 #ifndef DtLatencyReportMsg_H_
10 #define DtLatencyReportMsg_H_
20 #include <vlutil/vlString.h>
21 #include <vlutil/vlUtil.h>
46 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
49 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
61 virtual unsigned char* encodedReport();
64 virtual const unsigned char* encodedReport()
const;
67 virtual unsigned int encodedReportSize()
const;
70 virtual void setEncodedReportSize(
unsigned int times);
82 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
84 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
104 virtual int minSize()
const;
void(* DtLatencyReportCb)(const DtLatencyReportMsg &report, void *usr)
Definition: latencyReportMsg.h:31
DtRtiMsgKind
Definition: rtiMsgKind.h:9
Definition: fedTimeFactory.h:73
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
This file contains the declaration of DtNetLatencyReportMsg.
DtAveragedLatencyTestReport encodes and decodes reports from tests between local RTI components...
Definition: averagedLatencyTestReport.h:48
The DtLatencyReportMsg defines a msg for a client to report the results of a latency test...
Definition: latencyReportMsg.h:37
Instances of DtConnectionMgr manage the communication objects that the RTI will use to either communi...
Definition: connectMgr.h:67
DtRtiMsg is the base class for messages between RTI components.
Definition: rtiMsg.h:34
Network representation for the RTI latency Report message.
Definition: netLatencyReportMsg.h:27
virtual DtRtiMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
virtual DtRtiMsgKind internalDtRtiMsgKind()=0
Defines DtAveragedLatencyTestReport used to report results of latency tests between local RTI compon...
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155