9 #ifndef DtAssistantNtfyLvlUpdateMsg_H_
10 #define DtAssistantNtfyLvlUpdateMsg_H_
16 #include <vlutil/vlString.h>
17 #include <vlutil/vlUtil.h>
39 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
42 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
51 virtual void setNotifyLevel( DtNotifyLevelType level );
54 virtual DtNotifyLevelType notifyLevel()
const;
63 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
65 static DtAssistantMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
84 virtual int minSize()
const;
This file contains the declaration of DtNetAssistantNtfyLvlUpdateMsg.
Manages the client connection to the RTI Assistant.
Definition: rtiAssistantClient.h:59
DtAssistantMsgKind
Definition: assistantMsg.h:54
Base class for assistant Messages.
Definition: assistantMsg.h:154
virtual DtAssistantMsgKind internalMsgKind()=0
The DtAssistantNtfyLvlUpdateMsg defines a wrapper for the RTI Assistant notify level update message u...
Definition: assistantNtfyLvlUpdateMsg.h:31
#define DT_DLL_ASSISTANT
Default – Unix or Win32 static.
Definition: rtiMsConfig.h:150
void(* DtAssistantNtfyLvlUpdateCb)(const DtAssistantNtfyLvlUpdateMsg &inter, void *usr)
Definition: assistantNtfyLvlUpdateMsg.h:25
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 notify level update message.
Definition: netAssistantNtfyLvlUpdateMsg.h:24