12 #ifndef DtSaveRequestMsg_H_
13 #define DtSaveRequestMsg_H_
33 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
37 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
46 virtual void set(
unsigned long theRequestID,
const char* theLabel,
bool adjustBufferSize =
true);
55 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
58 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
DtRtiMsgKind
Definition: rtiMsgKind.h:9
Definition: fedTimeFactory.h:73
A base class for the various save/restore messages.
Definition: saveMsg.h:20
virtual DtRtiMsgKind internalDtRtiMsgKind()
Returns the kind of this message.
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 void printData(DtLogicalTimeFactory *logicalTimeFactory) const
Print the data section.
virtual DtRtiMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
void(* DtSaveRequestCb)(const DtSaveRequestMsg &msg, void *usr)
Definition: savReqMsg.h:20
Definition: savReqMsg.h:23
Definition: netSaveMsg.h:19
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155
char * myTag
Definition: savReqMsg.h:73