9 #ifndef DtAssistantDeleteFederationMsg_H_
10 #define DtAssistantDeleteFederationMsg_H_
16 #include <vlutil/vlString.h>
17 #include <vlutil/vlUtil.h>
40 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
49 virtual unsigned long federationHandle()
const;
52 virtual void setFederationHandle(
unsigned long handle );
61 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
63 static DtAssistantMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
89 virtual int minSize()
const;
Network representation for the RTI Assistant delete federation message.
Definition: netAssistantDeleteFederationMsg.h:24
Manages the client connection to the RTI Assistant.
Definition: rtiAssistantClient.h:59
This file contains the declaration of DtNetAssistantDeleteFederationMsg.
The DtAssistantDeleteFederationMsg defines a wrapper for the RTI Assistant delete federation message ...
Definition: assistantDeleteFederationMsg.h:32
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
void(* DtAssistantDeleteFederationCb)(const DtAssistantDeleteFederationMsg &inter, void *usr)
Definition: assistantDeleteFederationMsg.h:26