12 #ifndef DtForwarderConnectionLostMsg_H_
13 #define DtForwarderConnectionLostMsg_H_
32 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
36 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
46 virtual void set(
unsigned int senderId,
unsigned int lostId );
50 virtual void setSenderId(
unsigned int senderId );
51 virtual unsigned int senderId()
const;
55 virtual void setLostId(
unsigned int lostId );
56 virtual unsigned int lostId()
const;
65 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
67 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
85 virtual int minSize()
const;
DtRtiMsgKind
Definition: rtiMsgKind.h:9
Definition: fedTimeFactory.h:73
Definition: forwarderConnectionLostMsg.h:23
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
Definition: netForwarderConnectionLostMsg.h:19
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
virtual DtForwarderConnectionLostMsg * self() const
Casts away const-ness.
Definition: forwarderConnectionLostMsg.h:94
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155
void(* DtForwarderConnectionLostCb)(const DtForwarderConnectionLostMsg &inter, void *usr)
Definition: forwarderConnectionLostMsg.h:21