6 #ifndef DtAssistantNotifyObserveMsg_H_
7 #define DtAssistantNotifyObserveMsg_H_
13 #include <vlutil/vlString.h>
14 #include <vlutil/vlUtil.h>
39 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
48 virtual bool isObserved()
const;
51 virtual void setIsObserved(
bool observed );
60 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
62 static DtAssistantMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
81 virtual int minSize()
const;
Manages the client connection to the RTI Assistant.
Definition: rtiAssistantClient.h:59
DtAssistantMsgKind
Definition: assistantMsg.h:53
Base class for assistant Messages.
Definition: assistantMsg.h:153
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
This file contains the declaration of DtNetAssistantNotifyObserveMsg.
virtual DtAssistantMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
virtual void printData() const
Network representation for the RTI Assistant notify observe message.
Definition: netAssistantNotifyObserveMsg.h:20
The DtAssistantNotifyObserveMsg defines a wrapper for the RTI Assistant message used by the Assistant...
Definition: assistantNotifyObserveMsg.h:30
Stores the information on an RTI connection known by the Assistant.
Definition: assistantConnectionInfo.h:36
void(* DtAssistantNotifyObserveCb)(const DtAssistantNotifyObserveMsg &inter, void *usr)
Definition: assistantNotifyObserveMsg.h:24