9 #ifndef DtAssistantExitMsg_H_
10 #define DtAssistantExitMsg_H_
16 #include <vlutil/vlString.h>
17 #include <vlutil/vlUtil.h>
40 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
55 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
57 static DtAssistantMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
83 virtual int minSize()
const;
Manages the client connection to the RTI Assistant.
Definition: rtiAssistantClient.h:59
void(* DtAssistantExitCb)(const DtAssistantExitMsg &inter, void *usr)
Definition: assistantExitMsg.h:26
Network representation for the RTI Assistant exit message.
Definition: netAssistantExitMsg.h:23
DtAssistantMsgKind
Definition: assistantMsg.h:52
Base class for assistant Messages.
Definition: assistantMsg.h:152
virtual DtAssistantMsgKind internalMsgKind()=0
#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
virtual DtAssistantMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
virtual void printData() const
The DtAssistantExitMsg defines a wrapper for the RTI Assistant exit message used by the Assistant to ...
Definition: assistantExitMsg.h:32
This file contains the declaration of DtNetAssistantExitMsg.