9 #ifndef DtAssistantQueryMsg_H_
10 #define DtAssistantQueryMsg_H_
15 #include <vlutil/vlString.h>
16 #include <vlutil/vlUtil.h>
42 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
57 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
59 static DtAssistantMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
78 virtual int minSize()
const;
82 #endif // DtAssistantQueryMsg_H_
DtAssistantMsgKind
Definition: assistantMsg.h:52
Base class for assistant Messages.
Definition: assistantMsg.h:152
This file contains the declaration of DtNetAssistantQueryMsg.
virtual DtAssistantMsgKind internalMsgKind()=0
The DtAssistantQueryMsg defines a wrapper for the RTI Assistant query message used by Assistants to r...
Definition: assistantQueryMsg.h:34
#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
void(* DtAssistantQueryCb)(const DtAssistantQueryMsg &inter, void *usr)
Definition: assistantQueryMsg.h:29
Network representation for the RTI Assistant Query message.
Definition: netAssistantQueryMsg.h:21