10 #define popupMsgMgr_H_
18 #include <vlutil/vlPrint.h>
37 std::shared_ptr<DtRtiAssistantPeer> peer,
39 std::shared_ptr<DtAssistantComponentMgr> compMgr );
82 void processPopupDismiss();
85 void popup(
const MAKRti::DtString& text,
int sourceCompId,
86 const MAKRti::DtString& advancedText);
89 void popup(
const MAKRti::DtString& text,
90 const MAKRti::DtString& source,
const MAKRti::DtString& advancedText);
94 void displayPopupsAsNotifications(
bool val );
At startup all of the assistant manager classes will register their signals and slots with the signal...
Definition: assistantSignalRouter.h:29
Base class for all classes which perform management activities for the Assistant. ...
Definition: assistantMgr.h:31
This file contains the declaration of DtAssistantMgr.
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
DtAssistantMgr & operator=(DtAssistantMgr const &)
Assignment not implemented – Assignment Not Allowed!
virtual void tick()
Performs tasks that need to be completed periodically.
Definition: assistantMgr.h:59
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:151
This file contains the declaration of DtAssistantMsgQueue.
Maintains a queue of RTI Assistant messages.
Definition: assistantMsgQueue.h:27
Processes information on each local RTI component that is connected to this Assistant.
Definition: componentMgr.h:38