12 #ifndef DtNetworkMapRspMsg_H_
13 #define DtNetworkMapRspMsg_H_
35 const MAKRti::DtString& xml, 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 );
59 virtual const MAKRti::DtString& payload()
const;
60 virtual void setPayload(
const MAKRti::DtString& xml );
69 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
71 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
87 virtual char* netMsgPayload();
90 virtual int minSize()
const;
DtRtiMsgKind
Definition: rtiMsgKind.h:9
Definition: networkMapRspMsg.h:25
!DtIFSPEC1516
Definition: fedTimeFactory.h:190
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
void(* DtNetworkMapResponseCb)(const DtNetworkMapRspMsg &msg, void *usr)
Definition: networkMapRspMsg.h:22
Instances of DtConnectionMgr manage the communication objects that the RTI will use to either communi...
Definition: connectMgr.h:60
DtRtiMsg is the base class for messages between RTI components.
Definition: rtiMsg.h:45
Definition: netNetworkMapRspMsg.h:20
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:126
MAKRti::DtString myXmlResponse
Network Map XML response data.
Definition: networkMapRspMsg.h:95