12 #ifndef DtInteractionTsoMsg_H_
13 #define DtInteractionTsoMsg_H_
27 DtInteractionTsoMsg(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
31 const DtPhvps& theParameters,
36 #elif defined(DtIFSPEC1516E)
37 rti1516e::LogicalTime
const & theTime,
38 rti1516e::VariableLengthData
const& theTag,
40 RTI::FedTime
const & theTime,
43 unsigned long serialNumberVal,
44 unsigned long channel,
45 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
48 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
51 virtual ~DtInteractionTsoMsg();
59 const DtPhvps& theParameters,
64 #elif defined(DtIFSPEC1516E)
65 rti1516e::LogicalTime
const & theTime,
66 rti1516e::VariableLengthData
const& theTag,
68 RTI::FedTime
const & theTime,
71 unsigned long serialNumberVal,
72 unsigned long channel);
87 #elif defined(DtIFSPEC1516E)
88 virtual void setTime(rti1516e::LogicalTime
const & time);
89 virtual rti1516e::LogicalTime
const *
time(
92 virtual void setTime(RTI::FedTime
const & time);
93 virtual RTI::FedTime
const *
time(
107 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
109 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
132 virtual int minSize(
const DtPhvps* params=NULL,
135 #elif defined(DtIFSPEC1516E)
136 virtual int minSize(
const DtPhvps* params=NULL,
137 rti1516e::LogicalTime
const * theTime=NULL,
138 rti1516e::VariableLengthData
const& theTag=theDefaultTag)
const;
140 virtual int minSize(
const DtPhvps* params=NULL,
141 RTI::FedTime
const * theTime=NULL,
142 char const * theTag=NULL)
const;
150 virtual void setTimeSize(
int size);
151 virtual int timeSize()
const;
160 DtNetU32* serialNumberPtr()
const;
163 virtual char* timePtr();
166 virtual int timeFieldSize()
const;
169 virtual DtInteractionTsoMsg* selfTso()
const;
172 inline DtInteractionTsoMsg* DtInteractionTsoMsg::selfTso()
const
174 return const_cast<DtInteractionTsoMsg*
>( this );
Definition: netParms.h:112
virtual DtInteractionClassHandle handle() const =0
DtRtiMsgKind
Definition: rtiMsgKind.h:9
virtual char * tagPtr()=0
Returns pointer to the tag in the netMsg.
virtual DtNetBigParams * netBigParams()=0
Returns pointer to the network rep of the pvList.
!DtIFSPEC1516
Definition: fedTimeFactory.h:190
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
Definition: netParms.h:98
virtual void setTagSize(int size)=0
Set/Get tag size.
DtHandle DtInteractionClassHandle
Definition: internalTypes.h:35
virtual unsigned long serialNumber() const
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
virtual RTI::FedTime const * time(DtLogicalTimeFactory *fedTimeFactory) const
void(* DtInteractionCb)(const DtInteractionMsg &inter, void *usr)
Definition: interactMsg.h:23
Format for arranging the data for an time stamped interaction message.
Definition: netIntTsoMsg.h:19
virtual DtRtiMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
virtual DtRtiMsgKind internalDtRtiMsgKind()=0
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.
Definition: VariableLengthData.h:22
virtual DtNetParams * netParams()=0
Returns pointer to the network rep of the pvList.
#define DT_DLL_LRC
Definition: rtiMsConfig.h:126
Definition: LogicalTime.h:27
virtual void setHandle(DtInteractionClassHandle hand)=0
Set/Get handle.
virtual int tagSize() const =0
virtual void setSerialNumber(unsigned long serialNumberValue)
Set/Get event retraction serial number Used in timestamped messages.
DtHandle DtOrderHandle
Definition: internalTypes.h:39
virtual DtNetU32 * channelPtr() const =0
Returns pointer to the channel in the netMsg.
DtInteractionMsg is a message type that represents an HLA Interaction.
Definition: interactMsg.h:27