12 #ifndef DtRetractMsg_H_
13 #define DtRetractMsg_H_
22 typedef void (*DtRetractCb)(
const DtRetractMsg& msg,
void* usr);
29 DtRetractMsg(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
33 unsigned long serialNumberVal,
34 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
38 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
41 virtual ~DtRetractMsg();
47 virtual void set(
unsigned long serialNumberVal);
60 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
63 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
67 DtRetractCb cb,
void *usr);
69 DtRetractCb cb,
void *usr);
81 virtual int minSize()
const;
84 virtual DtRetractMsg*
self()
const;
90 inline DtRetractMsg* DtRetractMsg::self()
const
92 return const_cast<DtRetractMsg*
>( this );
DtRtiMsgKind
Definition: rtiMsgKind.h:9
Definition: fedTimeFactory.h:73
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
virtual unsigned long serialNumber() const
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
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155
Format for arranging the data for a retract message.
Definition: netRetractMsg.h:21
virtual void setSerialNumber(unsigned long serialNumberValue)
Set/Get event retraction serial number Used in timestamped messages.