12 #ifndef DtPartnerFederateMsg_H_
13 #define DtPartnerFederateMsg_H_
41 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
45 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
75 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
77 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
94 virtual int minSize()
const;
DtRtiMsgKind
Definition: rtiMsgKind.h:9
DtPartnerResponse
Definition: partnerFederateMsg.h:18
Definition: partnerFederateMsg.h:20
Definition: netPartnerFederateMsg.h:19
!DtIFSPEC1516
Definition: fedTimeFactory.h:190
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
char * myLabel
Definition: partnerFederateMsg.h:103
Definition: partnerFederateMsg.h:30
Definition: partnerFederateMsg.h:21
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
DtHandle DtFederateHandle
Definition: internalTypes.h:29
Definition: partnerFederateMsg.h:23
virtual DtRtiMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
virtual DtRtiMsgKind internalDtRtiMsgKind()=0
Definition: partnerFederateMsg.h:22
#define DT_DLL_LRC
Definition: rtiMsConfig.h:126
virtual DtPartnerFederateMsg * self() const
Casts away const-ness.
Definition: partnerFederateMsg.h:106
void(* DtPartnerFederateCb)(const DtPartnerFederateMsg &msg, void *usr)
Definition: partnerFederateMsg.h:28