12 #ifndef DtUnsubInterMsg_H_
13 #define DtUnsubInterMsg_H_
32 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
36 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
53 virtual void setForSmartForwarding(
bool value);
54 virtual bool isForSmartForwarding()
const;
63 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
66 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
84 virtual int minSize()
const;
DtRtiMsgKind
Definition: rtiMsgKind.h:9
virtual DtUnsubInterMsg * self() const
Casts away const-ness.
Definition: unsubIntMsg.h:91
Definition: netSubIntMsg.h:19
Definition: fedTimeFactory.h:73
DtNetSubInterMsg DtNetUnsubInterMsg
Definition: unsubIntMsg.h:18
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
DtHandle DtInteractionClassHandle
Definition: internalTypes.h:52
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
Definition: unsubIntMsg.h:23
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
void(* DtUnsubInterCb)(const DtUnsubInterMsg &inter, void *usr)
Definition: unsubIntMsg.h:21