12 #ifndef DtDeleteRoMsg_H_
13 #define DtDeleteRoMsg_H_
34 rti1516::VariableLengthData
const& theTag,
35 #elif defined(DtIFSPEC1516E)
36 rti1516e::VariableLengthData
const& theTag,
40 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
44 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
55 rti1516::VariableLengthData
const& theTag);
56 #elif defined(DtIFSPEC1516E)
57 rti1516e::VariableLengthData
const& theTag);
73 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
76 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
95 virtual int minSize(rti1516::VariableLengthData
const& theTag)
const;
96 #elif defined(DtIFSPEC1516E)
97 virtual int minSize(rti1516e::VariableLengthData
const& theTag)
const;
99 virtual int minSize(
char const * theTag=
NULL)
const;
Definition: netDeleteMsg.h:19
DtRtiMsgKind
Definition: rtiMsgKind.h:9
virtual DtDeleteRoMsg * selfRo() const
Casts away const-ness.
Definition: deleteRoMsg.h:114
!DtIFSPEC1516
Definition: fedTimeFactory.h:190
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
virtual DtObjectInstanceHandle id() const =0
virtual void setId(DtObjectInstanceHandle id)=0
Set/Get handle.
virtual char * tagPtr()=0
Returns pointer to the tag in the netMsg.
#define NULL
Definition: baseTypes13.h:8
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
DtHandle DtObjectInstanceHandle
Definition: internalTypes.h:33
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:126
Message for sending receive order delete.
Definition: deleteRoMsg.h:23