12 #ifndef DtSaveInitiateConstrainedMsg_H_
13 #define DtSaveInitiateConstrainedMsg_H_
33 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
37 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
49 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
51 static DtRtiMsg*
create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
DtRtiMsgKind
Definition: rtiMsgKind.h:9
Definition: saveInitConstrainedMsg.h:23
void(* DtSaveInitiateConstrainedCb)(const DtSaveInitiateConstrainedMsg &msg, void *usr)
Definition: saveInitConstrainedMsg.h:20
static void addCallback(DtConnectionMgr *conn, DtSaveInitiateCb cb, void *usr)
Callback management.
virtual DtRtiMsgKind internalDtRtiMsgKind()
Returns the kind of an Save Initiate Msg.
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
static DtRtiMsg * create(const DtNetMsgHeader *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER)
Creator.
virtual DtRtiMsg * clone(bool copy=true) const
Return a copy/empty object of the same type as this.
static void removeCallback(DtConnectionMgr *conn, DtSaveInitiateCb cb, void *usr)
Definition: netSaveMsg.h:19
#define DT_DLL_LRC
Definition: rtiMsConfig.h:126
Definition: savInitMsg.h:23