9 #ifndef DtAssistantRemovalMsg_H_
10 #define DtAssistantRemovalMsg_H_
15 #include <vlutil/vlString.h>
16 #include <vlutil/vlUtil.h>
37 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
52 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
54 static DtAssistantMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
73 virtual int minSize()
const;
77 #endif // DtAssistantRemovalMsg_H_
The DtAssistantRemovalMsg defines a wrapper for the RTI Assistant removal message used by Assistants ...
Definition: assistantRemovalMsg.h:29
This file contains the declaration of DtNetAssistantRemovalMsg.
DtAssistantMsgKind
Definition: assistantMsg.h:54
Base class for assistant Messages.
Definition: assistantMsg.h:154
virtual DtAssistantMsgKind internalMsgKind()=0
#define DT_DLL_ASSISTANT
Default – Unix or Win32 static.
Definition: rtiMsConfig.h:150
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
void(* DtAssistantRemovalCb)(const DtAssistantRemovalMsg &inter, void *usr)
Definition: assistantRemovalMsg.h:24
Network representation for the RTI Assistant Removal message.
Definition: netAssistantRemovalMsg.h:21