9 #ifndef assistantLogMsg_H_
10 #define assistantLogMsg_H_
16 #include <vlutil/vlPrint.h>
45 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
54 virtual void setLog(
const DtLogEntryList& log,
unsigned maxSize );
58 virtual const char* nextEntry( DtNotifyLevelType& notifyLevel )
const;
61 virtual unsigned textSize()
const;
70 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
72 static DtAssistantMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
94 virtual int minSize()
const;
97 virtual void setTextSize(
unsigned size );
100 virtual void setNumEntries(
unsigned num );
101 virtual unsigned numEntries()
const;
104 virtual const DtNetU8* notifyLevelPtr()
const;
105 virtual DtNetU8* notifyLevelPtr();
108 virtual const char* textPtr()
const;
109 virtual char* textPtr();
Network representation for the RTI Assistant log message.
Definition: netAssistantLogMsg.h:23
This file contains the declaration of DtPrinterBuf.
const char * myNextTextPtr
The next text location to read from the message.
Definition: assistantLogMsg.h:112
void(* DtAssistantLogCb)(const DtAssistantLogMsg &inter, void *usr)
Definition: assistantLogMsg.h:28
DtAssistantMsgKind
Definition: assistantMsg.h:54
Base class for assistant Messages.
Definition: assistantMsg.h:154
The DtAssistantLogMsg defines a wrapper for the RTI Assistant log message used to send a full log fro...
Definition: assistantLogMsg.h:36
std::list< DtLogEntry * > DtLogEntryList
A list of DtLogEntry items.
Definition: printerBuf.h:28
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.
virtual void printData() const
unsigned myNextNum
The next entry to read from the message.
Definition: assistantLogMsg.h:115
This file contains the declaration of DtNetAssistantLogMsg.