12 #ifndef DtDeleteTsoMsg_H_
13 #define DtDeleteTsoMsg_H_
22 typedef void (*DtDeleteTsoCb)(
const DtDeleteTsoMsg& inter,
void* usr);
31 DtDeleteTsoMsg(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
40 #elif defined(DtIFSPEC1516E)
47 unsigned long serialNumberVal,
48 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
52 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
55 virtual ~DtDeleteTsoMsg();
64 rti1516::LogicalTime
const &,
66 #elif defined(DtIFSPEC1516E)
73 unsigned long serialNumberVal);
85 virtual void setTime(rti1516::LogicalTime
const & time);
86 virtual rti1516::LogicalTime
const *
time(
88 #elif defined(DtIFSPEC1516E)
109 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
112 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
116 DtDeleteTsoCb cb,
void *usr);
118 DtDeleteTsoCb cb,
void *usr);
131 virtual int minSize(rti1516::LogicalTime
const * theTime=
NULL,
133 #elif defined(DtIFSPEC1516E)
138 char const * theTag=
NULL)
const;
142 virtual void setTimeSize(
int size);
143 virtual int timeSize()
const;
153 virtual char* timePtr();
156 virtual int timeFieldSize()
const;
159 DtNetU32* serialNumberPtr()
const;
162 virtual DtDeleteTsoMsg* selfTso()
const;
166 inline DtDeleteTsoMsg* DtDeleteTsoMsg::selfTso()
const
168 return const_cast<DtDeleteTsoMsg*
>( this );