9 #ifndef DtForwarderPortMsg_H_
10 #define DtForwarderPortMsg_H_
17 #include <vlutil/vlString.h>
18 #include <vlutil/vlUtil.h>
19 #include <vlutil/vlInetAddr.h>
43 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
55 virtual void setListeningPort(
unsigned port);
56 virtual unsigned listeningPort()
const;
59 virtual void setConnectedPort(
unsigned port);
60 virtual unsigned connectedPort()
const;
64 virtual void setAddress(
const MAKRti::DtInetAddr& addressValue);
65 virtual MAKRti::DtInetAddr address()
const;
71 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
73 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
93 virtual int minSize()
const;
void(* DtForwarderPortCb)(const DtForwarderPortMsg &msg, void *usr)
Definition: forwarderPortMsg.h:28
DtRtiMsgKind
Definition: rtiMsgKind.h:9
Definition: fedTimeFactory.h:73
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
Network representation for the forwarder port message.
Definition: netForwarderPortMsg.h:23
The DtForwarderPortMsg defines a msg for a client to report the results of a latency test...
Definition: forwarderPortMsg.h:34
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
virtual DtRtiMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
virtual DtRtiMsgKind internalDtRtiMsgKind()=0
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155