12 #ifndef DtConstrainedSyncMsg_H_
13 #define DtConstrainedSyncMsg_H_
20 class DtConstrainedSyncMsg;
21 typedef void (*DtConstrainedSyncCb)(
const DtConstrainedSyncMsg& msg,
void* usr);
23 class DT_DLL_LRC DtConstrainedSyncMsg :
public DtTimeLookaheadMsg
28 DtConstrainedSyncMsg(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
32 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
35 DtConstrainedSyncMsg(
const DtNetTimeLookaheadMsg* netRepMsg, DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
38 virtual DtRtiMsg* clone(
bool copy =
true)
const;
41 virtual ~DtConstrainedSyncMsg();
49 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
52 static void addCallback(
DtConnectionMgr *conn, DtConstrainedSyncCb cb,
void *usr);
53 static void removeCallback(
DtConnectionMgr *conn, DtConstrainedSyncCb cb,
void *usr);
DtRtiMsgKind
Definition: rtiMsgKind.h:9
RTI_API::LogicalTime DtRtiApiTime
Typedefs for RTI API types that frequently require conditional precompile directives.
Definition: rtiApiTypes.h:91
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
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155
RTI_API::LogicalTimeInterval DtRtiApiTimeInterval
Definition: rtiApiTypes.h:92