9 #ifndef DtAssistantDeleteFederateMsg_H_
10 #define DtAssistantDeleteFederateMsg_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 );
55 virtual unsigned long federateHandle()
const;
58 virtual void setFederateHandle(
unsigned long handle );
67 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
69 static DtAssistantMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
95 virtual int minSize()
const;
Manages the client connection to the RTI Assistant.
Definition: rtiAssistantClient.h:59
DtAssistantMsgKind
Definition: assistantMsg.h:52
Base class for assistant Messages.
Definition: assistantMsg.h:152
The DtAssistantDeleteFederateMsg defines a wrapper for the RTI Assistant delete federate command mess...
Definition: assistantDeleteFederateMsg.h:32
virtual DtAssistantMsgKind internalMsgKind()=0
#define DT_DLL_ASSISTANT
_WIN32
Definition: rtiMsConfig.h:121
This file contains the declaration of DtNetAssistantDeleteFederateMsg.
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(* DtAssistantDeleteFederateCb)(const DtAssistantDeleteFederateMsg &inter, void *usr)
Definition: assistantDeleteFederateMsg.h:26
Network representation for the RTI Assistant delete federate message.
Definition: netAssistantDeleteFederateMsg.h:23