12 #ifndef DtDeleteRoMsg_H_
13 #define DtDeleteRoMsg_H_
34 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
38 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
60 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
63 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
Definition: netDeleteMsg.h:19
DtRtiMsgKind
Definition: rtiMsgKind.h:9
virtual DtDeleteRoMsg * selfRo() const
Casts away const-ness.
Definition: deleteRoMsg.h:95
Definition: fedTimeFactory.h:73
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
virtual DtObjectInstanceHandle id() const =0
virtual void setId(DtObjectInstanceHandle id)=0
Set/Get handle.
DtRtiApiVariableLengthData const & DtRtiApiTagConstRef
Definition: rtiApiTypes.h:98
virtual char * tagPtr()=0
Returns pointer to the tag in the netMsg.
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
DtHandle DtObjectInstanceHandle
Definition: internalTypes.h:50
void(* DtDeleteRoCb)(const DtDeleteRoMsg &inter, void *usr)
Definition: deleteRoMsg.h:19
virtual DtRtiMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
virtual void setTagSize(int size)=0
Set/Get tag size.
virtual DtRtiMsgKind internalDtRtiMsgKind()=0
virtual int tagSize() const =0
The Delete message class indicates a deleted RTI object.
Definition: deleteMsg.h:24
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155
Message for sending receive order delete.
Definition: deleteRoMsg.h:23