13 #ifndef DtUpdateTsoMsg_H_
14 #define DtUpdateTsoMsg_H_
28 DtUpdateTsoMsg(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
37 rti1516::LogicalTime
const & theTime,
38 rti1516::VariableLengthData
const& theTag,
39 #elif defined(DtIFSPEC1516E)
40 rti1516e::LogicalTime
const & theTime,
41 rti1516e::VariableLengthData
const& theTag,
43 RTI::FedTime
const & theTime,
46 unsigned long serialNumberVal,
47 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
50 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
53 virtual ~DtUpdateTsoMsg();
66 rti1516::LogicalTime
const & theTime,
67 rti1516::VariableLengthData
const& theTag,
68 #elif defined(DtIFSPEC1516E)
69 rti1516e::LogicalTime
const & theTime,
70 rti1516e::VariableLengthData
const& theTag,
72 RTI::FedTime
const & theTime,
75 unsigned long serialNumberVal);
91 virtual void setTime(rti1516::LogicalTime
const & time,
bool shouldResize=
false);
92 virtual rti1516::LogicalTime
const *
time(
94 #elif defined(DtIFSPEC1516E)
95 virtual void setTime(rti1516e::LogicalTime
const & time,
bool shouldResize =
false);
96 virtual rti1516e::LogicalTime
const *
time(
99 virtual void setTime(RTI::FedTime
const & time,
bool shouldResize =
false);
100 virtual RTI::FedTime
const *
time(
114 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
116 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
133 virtual int minSize(rti1516::LogicalTime
const * theTime=
NULL,
135 char const * objName=
NULL,
136 rti1516::VariableLengthData
const& theTag=theDefaultTag)
const;
137 #elif defined(DtIFSPEC1516E)
138 virtual int minSize(rti1516e::LogicalTime
const * theTime=
NULL,
140 char const * objName=
NULL,
141 rti1516e::VariableLengthData
const& theTag=theDefaultTag)
const;
143 virtual int minSize(RTI::FedTime
const * theTime=
NULL,
145 char const * objName=
NULL,
146 char const * theTag=
NULL)
const;
158 virtual void setTimeSize(
int size);
159 virtual int timeSize()
const;
169 virtual char* timePtr();
178 virtual int timeFieldSize()
const;
181 virtual DtUpdateTsoMsg* selfTso()
const;
184 inline DtUpdateTsoMsg* DtUpdateTsoMsg::selfTso()
const
186 return const_cast<DtUpdateTsoMsg*
>( this );
DtRtiMsgKind
Definition: rtiMsgKind.h:9
#define DtAhvpBase
Definition: aHandValBase.h:85
virtual void setTagSize(int size)=0
Set/Get tag size.
!DtIFSPEC1516
Definition: fedTimeFactory.h:190
Definition: netAttrs.h:99
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
virtual int nameSize() const =0
virtual DtObjectInstanceHandle objHandle() const =0
virtual char * namePtr()=0
Returns pointer to the name in the netMsg.
virtual int tagSize() const =0
DtHandle DtObjectClassHandle
Definition: internalTypes.h:31
virtual DtObjectClassHandle classHandle() const =0
virtual DtNetBigAttrs * netBigAttrs()=0
Returns pointer to the network rep of the avList.
virtual void setNameSize(int size)=0
Set/Get name size.
#define NULL
Definition: baseTypes13.h:8
virtual unsigned long serialNumber() const
virtual void setClassHandle(DtObjectClassHandle hand)=0
Set/Get handle.
virtual DtNetU32 * channelPtr() const =0
Returns pointer to the channel in the netMsg.
Instances of DtConnectionMgr manage the communication objects that the RTI will use to either communi...
Definition: connectMgr.h:60
Format for arranging the data for a time stamped update message.
Definition: netUpdateTsoMsg.h:19
DtRtiMsg is the base class for messages between RTI components.
Definition: rtiMsg.h:45
DtHandle DtObjectInstanceHandle
Definition: internalTypes.h:33
virtual RTI::FedTime const * time(DtLogicalTimeFactory *fedTimeFactory) const
virtual DtRtiMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
Definition: netAttrs.h:113
virtual DtRtiMsgKind internalDtRtiMsgKind()=0
virtual void setObjHandle(DtObjectInstanceHandle id)=0
Set/Get handle.
virtual DtOrderHandle orderType() const
This base implementation always returns recieve order.
virtual void setTime(const RTI::FedTime &time)
Set/Get time Used in timestamped messages.
#define DT_DLL_LRC
Definition: rtiMsConfig.h:126
virtual char * tagPtr()=0
Returns pointer to the tag in the netMsg.
Definition: updateMsg.h:28
void(* DtUpdateCb)(const DtUpdateMsg &msg, void *usr)
Definition: updateMsg.h:26
virtual DtNetAttrs * netAttrs()=0
Returns pointer to the network rep of the avList.
virtual void setSerialNumber(unsigned long serialNumberValue)
Set/Get event retraction serial number Used in timestamped messages.
DtHandle DtOrderHandle
Definition: internalTypes.h:39