12 #ifndef DtQueryTransportMsg_H_
13 #define DtQueryTransportMsg_H_
18 #include "vlutil/vlFedTarget.h"
43 DtTransportType transType,
45 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
49 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
63 DtTransportType transType,
91 virtual DtTransportType transportationType()
const;
100 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
103 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
124 virtual int minSize()
const;
DtRtiMsgKind
Definition: rtiMsgKind.h:9
Definition: queryTransportMsg.h:27
Definition: fedTimeFactory.h:73
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
void(* DtQueryTransportCb)(const DtQueryTransportMsg &msg, void *usr)
Definition: queryTransportMsg.h:22
virtual DtQueryTransportMsg * self() const
Casts away const-ness.
Definition: queryTransportMsg.h:137
DtHandle DtObjectClassHandle
Definition: internalTypes.h:48
DtAttributeHandle * myHandle
Definition: queryTransportMsg.h:132
int myDirty
Definition: queryTransportMsg.h:131
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
DtHandle DtFederateHandle
Definition: internalTypes.h:46
DtHandle DtObjectInstanceHandle
Definition: internalTypes.h:50
Definition: queryTransportMsg.h:30
Definition: netQueryTransportMsg.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
DtTransportType myTransportType
Definition: queryTransportMsg.h:133
DtHandle DtAttributeHandle
Definition: internalTypes.h:54
DtQueryTransMsgKind
Definition: queryTransportMsg.h:24
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155
virtual int tagFieldSize(int encodedLength) const
Returns size of a tag field (including byte alignment adjustment) given the tag's encoded length...
Definition: queryTransportMsg.h:26
virtual void setTransportType(DtTransportHandle type)
Set/Get transport type.