9 #ifndef DtAssistantExecObserveRspMsg_H_
10 #define DtAssistantExecObserveRspMsg_H_
16 #include <vlutil/vlString.h>
17 #include <vlutil/vlUtil.h>
40 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
49 virtual void setNotifyLevel( DtNotifyLevelType level );
52 virtual DtNotifyLevelType notifyLevel()
const;
61 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
63 static DtAssistantMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
89 virtual int minSize()
const;
DtAssistantMsgKind
Definition: assistantMsg.h:52
Base class for assistant Messages.
Definition: assistantMsg.h:152
virtual DtAssistantMsgKind internalMsgKind()=0
Network representation for the RTI Assistant rtiexec observe response message that contains informati...
Definition: netAssistantExecObserveRspMsg.h:25
#define DT_DLL_ASSISTANT
_WIN32
Definition: rtiMsConfig.h:121
DtRtiAssistantPeer manages the sharing of information between one Assistant to other Assistants using...
Definition: rtiAssistantPeer.h:82
Manages the server connections of the RTI Assistant.
Definition: rtiAssistantServer.h:45
virtual DtAssistantMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
virtual void printData() const
The DtAssistantExecObserveRspMsg defines a wrapper for the RTI Assistant rtiexec observe response mes...
Definition: assistantExecObserveRspMsg.h:32
This file contains the declaration of DtNetAssistantExecObserveRspMsg.
void(* DtAssistantExecObserveRspCb)(const DtAssistantExecObserveRspMsg &inter, void *usr)
Definition: assistantExecObserveRspMsg.h:26