9 #ifndef DtAssistantLogRequestMsg_H_
10 #define DtAssistantLogRequestMsg_H_
16 #include <vlutil/vlString.h>
17 #include <vlutil/vlUtil.h>
39 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
48 virtual unsigned maxLogSize()
const;
51 virtual void setMaxLogSize(
unsigned size );
60 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
62 static DtAssistantMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
88 virtual int minSize()
const;
Manages the client connection to the RTI Assistant.
Definition: rtiAssistantClient.h:59
DtAssistantMsgKind
Definition: assistantMsg.h:53
Base class for assistant Messages.
Definition: assistantMsg.h:153
virtual DtAssistantMsgKind internalMsgKind()=0
#define DT_DLL_ASSISTANT
Default – Unix or Win32 static.
Definition: rtiMsConfig.h:150
void(* DtAssistantLogRequestCb)(const DtAssistantLogRequestMsg &inter, void *usr)
Definition: assistantLogRequestMsg.h:26
DtRtiAssistantPeer manages the sharing of information between one Assistant to other Assistants using...
Definition: rtiAssistantPeer.h:82
virtual DtAssistantMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
virtual void printData() const
The DtAssistantLogRequestMsg defines a wrapper for the RTI Assistant message used by the Assistant to...
Definition: assistantLogRequestMsg.h:31
Definition: netAssistantLogRequestMsg.h:17