12 #ifndef DtSyncConstrainedMsg_H_
13 #define DtSyncConstrainedMsg_H_
21 class DtSyncConstrainedMsg;
22 typedef void (*DtSyncConstrainedCb)(
const DtSyncConstrainedMsg& msg,
void* usr);
29 DtSyncConstrainedMsg(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
33 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
36 virtual ~DtSyncConstrainedMsg();
45 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
48 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
52 DtSyncConstrainedCb cb,
void *usr);
54 DtSyncConstrainedCb cb,
void *usr);
62 virtual int minSize()
const;
DtRtiMsgKind
Definition: rtiMsgKind.h:9
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
virtual DtRtiMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
virtual DtRtiMsgKind internalDtRtiMsgKind()=0
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155