9 #ifndef DtAssistantLogEnableMsg_H_
10 #define DtAssistantLogEnableMsg_H_
16 #include <vlutil/vlString.h>
17 #include <vlutil/vlUtil.h>
39 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
48 virtual bool isEnable()
const;
51 virtual void setEnable(
bool val );
60 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
62 static DtAssistantMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
81 virtual int minSize()
const;
The DtAssistantLogEnableMsg defines a wrapper for the RTI Assistant logging enable message used by th...
Definition: assistantLogEnableMsg.h:31
Manages the client connection to the RTI Assistant.
Definition: rtiAssistantClient.h:59
DtAssistantMsgKind
Definition: assistantMsg.h:52
Base class for assistant Messages.
Definition: assistantMsg.h:152
virtual DtAssistantMsgKind internalMsgKind()=0
void(* DtAssistantLogEnableCb)(const DtAssistantLogEnableMsg &inter, void *usr)
Definition: assistantLogEnableMsg.h:25
This file contains the declaration of DtNetAssistantLogEnableMsg.
#define DT_DLL_ASSISTANT
_WIN32
Definition: rtiMsConfig.h:121
virtual DtAssistantMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
virtual void printData() const
Network representation for the RTI Assistant logging enable message.
Definition: netAssistantLogEnableMsg.h:24