11 #ifndef DtAssistantSignalTickedMsg_H_
12 #define DtAssistantSignalTickedMsg_H_
14 #include <vlutil/vlString.h>
15 #include <vlutil/vlUtil.h>
38 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
53 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
55 static DtAssistantMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
74 virtual int minSize()
const;
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
Manages the server connections of the RTI Assistant.
Definition: rtiAssistantServer.h:45
virtual DtAssistantMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
The DtAssistantFederateStateMsg defines a wrapper for the RTI Assistant federate state message used b...
Definition: assistantSignalTickedMsg.h:30
virtual void printData() const
void(* DtAssistantSignalTickedCb)(const DtAssistantSignalTickedMsg &inter, void *usr)
Definition: assistantSignalTickedMsg.h:24
Definition: netAssistantSignalTickedMsg.h:19