12 #ifndef DtNetworkMapReqMsg_H_
13 #define DtNetworkMapReqMsg_H_
35 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
39 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
49 virtual unsigned long sourceId()
const;
50 virtual void setSourceId(
unsigned long connId );
55 virtual unsigned long requestorId()
const;
56 virtual void setRequestorId(
unsigned long connId );
65 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
67 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
83 virtual int minSize()
const;
DtRtiMsgKind
Definition: rtiMsgKind.h:9
void(* DtNetworkMapRequestCb)(const DtNetworkMapReqMsg &msg, void *usr)
Definition: networkMapReqMsg.h:22
Definition: fedTimeFactory.h:73
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
Definition: netNetworkMapReqMsg.h:20
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
Definition: networkMapReqMsg.h:25