![]() |
MAK RTIspy API Documentation for HLA 1516
|
Compiles federation information from rtiForwarders and displays federation view dialogs. More...
Inheritance diagram for DtAssistantNetworkCompViewMgr:
Collaboration diagram for DtAssistantNetworkCompViewMgr:Public Slots | |
| void | showRtiNetworkComponentView () |
| Displays the rtiNetworkComponent view dialog. | |
| void | changeViewedRtiForwarder (const DtRtiConnectionInfo &conn=DtRtiConnectionInfo::invalidConn()) |
| Changes which forwarder is currently being viewed. | |
| virtual void | sendLogRequest () |
| Sends a request to the currently displayed rtiexec for its log. | |
| void | shutdownRtiexec () |
| Shuts down the currently viewed rtiexec. | |
| void | shutdownRtiForwarder () |
| Shuts down the currently viewed RTI Forwarder. | |
| void | processForwarderAdded (const DtRtiConnectionInfo &conn) |
| Processes the addition of a new forwarder. | |
| void | processForwarderConnUpdated (const DtRtiConnectionInfo &conn) |
| Processes an update of the connection info for a known forwarder. | |
| void | processForwarderUpdated (const DtRtiConnectionInfo &conn) |
| Processes an update for a known forwarder. | |
| void | processForwarderRemoved (const DtRtiConnectionInfo &conn) |
| Processes the removal of a known forwarder. | |
| void | processDoNotWaitForForwarders (QWidget *dlg) |
| Processes a request to tell the forwarder to proceed without waiting for unconnected forwarders. | |
| void | processShutDownWaitingForwarder (QWidget *dlg) |
| Processes a request to shut down a forwarder which is waiting for other forwarder connections to be established. | |
Signals | |
| void | aboutDialogRequested () |
| Emitted when the RTI about dialog is requested. | |
| void | showPopup (const MAKRti::DtString &, const MAKRti::DtString &, const MAKRti::DtString &) |
| Emitted when a popup dialog from a remote rtiexec should be displayed. | |
Public Member Functions | |
| DtAssistantNetworkCompViewMgr (DtBoost::shared_ptr< DtRtiAssistantServer > server, DtBoost::shared_ptr< DtRtiAssistantPeer > peer, DtBoost::shared_ptr< DtAssistantComponentMgr > compMgr, DtBoost::shared_ptr< DtAssistantConnectionInfoMgr > connInfoMgr, DtBoost::shared_ptr< DtAssistantFederationsInfoMgr > fedInfoMgr, DtBoost::shared_ptr< DtAssistantNetworkCompInfoMgr > netCompInfoMgr, DtBoost::shared_ptr< DtAssistantTrayIconMgr > trayIconMgr, const MAKRti::DtFilename &configDir) | |
| Constructor. | |
| ~DtAssistantNetworkCompViewMgr () | |
| Destructor. | |
| virtual void | tick () |
| Performs tasks that need to be completed periodically. | |
| virtual void | startShutdown () |
| Performs any necessary processing at the start of shutdown. | |
| virtual bool | dialogsVisible () const |
| Determines if this manager has any visible dialogs. | |
| void | saveGuiState () |
| Saves the current GUI state. | |
Protected Types | |
| typedef std::map < DtRtiConnectionInfo, DtAssistantInfoSet > | DtConnectionToObserversMap |
| typedef std::map < DtRtiConnectionInfo, DtForwarderConnStatusDialog * > | DtConnectionToFwStatusDialogMap |
Protected Attributes | |
| DtBoost::shared_ptr < DtAssistantComponentMgr > | myCompMgr |
| The local RTI component manager. | |
| DtBoost::shared_ptr < DtAssistantConnectionInfoMgr > | myConnInfoMgr |
| The connection info manager. | |
| DtBoost::shared_ptr < DtAssistantFederationsInfoMgr > | myFedInfoMgr |
| The federations info manager. | |
| DtBoost::shared_ptr < DtAssistantNetworkCompInfoMgr > | myNetCompInfoMgr |
| The network component info manager. | |
| DtRtiConnectionInfo | myViewedRtiForwarder |
| The forwarder connection currently being viewed at this Assistant. | |
| DtRtiNetworkComponentViewDialog * | myRtiNetworkComponentViewDialog |
| The dialog to display the network component view. | |
| MAKRti::DtClock | myClock |
| Clock used to determine if we need to resend lost messages. | |
| bool | myReceivedRemoteForwarderInfo |
| Indicates if we have yet received an update on a remote Forwarder we are currently viewing. | |
| MAKRti::DtTime | myRemoteForwarderInfoTimeout |
| Time at which we assume our request to observe a remote Forwarder was lost, causing us to resend it. | |
| DtConnectionToFwStatusDialogMap | myFwStatusDlgMap |
| The map of forwarder connection info to forwarder status dialogs. | |
| QSignalMapper * | myFwStatusAcceptSigMapper |
| Signal mapper for DtForwarderConnStatusDialog accepted signals. | |
| QSignalMapper * | myFwStatusRejectSigMapper |
| Signal mapper for DtForwarderConnStatusDialog rejected signals. | |
Static Protected Attributes | |
| static const int | theUpdatePeriod |
| The period, in seconds, to send updates on remotely observed federations that have been updated. | |
| static const unsigned | theMaxLogLoadSize = DtDefaultMaxPacketSize |
| The maximum number of bytes that can be requested from an rtiexec log. | |
Private Member Functions | |
| DtAssistantNetworkCompViewMgr (DtAssistantNetworkCompViewMgr const &) | |
| Copy Constructor not implemented -- Copy Not Allowed! | |
| DtAssistantNetworkCompViewMgr & | operator= (DtAssistantNetworkCompViewMgr const &) |
| Assignment not implemented -- Assignment Not Allowed! | |
Message Callbacks | |
| virtual void | processExecObserveRspMsg (const DtAssistantExecObserveRspMsg &msg) |
| Called by the callback function to process an rtiexec observe response message. | |
| virtual void | processRtiexecNotifyMsg (const DtAssistantNotifyMsg &msg) |
| Called by the callback function to process a viewed rtiexec notify msg. | |
| virtual void | processRtiexecLogMsg (const DtAssistantLogMsg &msg) |
| Called by the callback function to process a viewed rtiexec log msg. | |
| virtual void | processAwaitingForwardersMsg (const DtAssistantAwaitingForwardersMsg &msg) |
| Called by the callback function to process an awaiting forwarders msg. | |
| static void | processExecObserveRspMsg (const DtAssistantExecObserveRspMsg &msg, void *usr) |
| Callback to process an rtiexec observe response message. | |
| static void | processRtiexecNotifyMsg (const DtAssistantNotifyMsg &msg, void *usr) |
| Callback to process a notify message from a viewed rtiexec. | |
| static void | processRtiexecLogMsg (const DtAssistantLogMsg &msg, void *usr) |
| Callback to process a log message from a viewed rtiexec. | |
| static void | processAwaitingForwardersMsg (const DtAssistantAwaitingForwardersMsg &msg, void *usr) |
| Callback to process an awaiting forwarders message from a local forwarder. | |
Compiles federation information from rtiForwarders and displays federation view dialogs.
typedef std::map< DtRtiConnectionInfo, DtForwarderConnStatusDialog* > DtAssistantNetworkCompViewMgr::DtConnectionToFwStatusDialogMap [protected] |
typedef std::map< DtRtiConnectionInfo, DtAssistantInfoSet > DtAssistantNetworkCompViewMgr::DtConnectionToObserversMap [protected] |
| DtAssistantNetworkCompViewMgr::DtAssistantNetworkCompViewMgr | ( | DtBoost::shared_ptr< DtRtiAssistantServer > | server, |
| DtBoost::shared_ptr< DtRtiAssistantPeer > | peer, | ||
| DtBoost::shared_ptr< DtAssistantComponentMgr > | compMgr, | ||
| DtBoost::shared_ptr< DtAssistantConnectionInfoMgr > | connInfoMgr, | ||
| DtBoost::shared_ptr< DtAssistantFederationsInfoMgr > | fedInfoMgr, | ||
| DtBoost::shared_ptr< DtAssistantNetworkCompInfoMgr > | netCompInfoMgr, | ||
| DtBoost::shared_ptr< DtAssistantTrayIconMgr > | trayIconMgr, | ||
| const MAKRti::DtFilename & | configDir | ||
| ) |
Constructor.
References aboutDialogRequested(), DtAssistantAwaitingForwardersMsg::addCallback(), DtAssistantLogMsg::addCallback(), DtAssistantExecObserveRspMsg::addCallback(), DtAssistantNotifyMsg::addCallback(), changeViewedRtiForwarder(), connect(), myFwStatusAcceptSigMapper, myFwStatusRejectSigMapper, myNetCompInfoMgr, DtAssistantMgr::myPeer, myRtiNetworkComponentViewDialog, DtAssistantMgr::myServer, processAwaitingForwardersMsg(), processDoNotWaitForForwarders(), processExecObserveRspMsg(), processForwarderAdded(), processForwarderConnUpdated(), processForwarderRemoved(), processForwarderUpdated(), processRtiexecLogMsg(), processRtiexecNotifyMsg(), processShutDownWaitingForwarder(), sendLogRequest(), showPopup(), showRtiNetworkComponentView(), shutdownRtiexec(), shutdownRtiForwarder(), and DtAssistantMgr::theRtiIcon.
Destructor.
References DtAssistantMgr::finishDialog(), myFwStatusDlgMap, DtAssistantMgr::myPeer, myRtiNetworkComponentViewDialog, DtAssistantMgr::myServer, processAwaitingForwardersMsg(), processExecObserveRspMsg(), processRtiexecLogMsg(), processRtiexecNotifyMsg(), DtAssistantAwaitingForwardersMsg::removeCallback(), DtAssistantLogMsg::removeCallback(), DtAssistantExecObserveRspMsg::removeCallback(), and DtAssistantNotifyMsg::removeCallback().
| DtAssistantNetworkCompViewMgr::DtAssistantNetworkCompViewMgr | ( | DtAssistantNetworkCompViewMgr const & | ) | [private] |
Copy Constructor not implemented -- Copy Not Allowed!
| void DtAssistantNetworkCompViewMgr::aboutDialogRequested | ( | ) | [signal] |
Emitted when the RTI about dialog is requested.
Referenced by DtAssistantNetworkCompViewMgr().
| void DtAssistantNetworkCompViewMgr::changeViewedRtiForwarder | ( | const DtRtiConnectionInfo & | conn = DtRtiConnectionInfo::invalidConn() | ) | [slot] |
Changes which forwarder is currently being viewed.
References DtRtiNetworkComponentViewDialog::clearConsole(), DtRtiNetworkComponentViewDialog::clearData(), DtRtiNetworkComponentViewDialog::displayLoadingIndication(), DtRtiConnectionInfo::isValid(), myCompMgr, myFedInfoMgr, myNetCompInfoMgr, myRtiNetworkComponentViewDialog, DtAssistantMgr::myServer, myViewedRtiForwarder, DtAssistantComponentInfo::notifyLevel(), and DtRtiNetworkComponentViewDialog::updateNotifyLevel().
Referenced by DtAssistantNetworkCompViewMgr().
| bool DtAssistantNetworkCompViewMgr::dialogsVisible | ( | ) | const [virtual] |
Determines if this manager has any visible dialogs.
Reimplemented from DtAssistantMgr.
References myRtiNetworkComponentViewDialog.
Referenced by tick().
| DtAssistantNetworkCompViewMgr& DtAssistantNetworkCompViewMgr::operator= | ( | DtAssistantNetworkCompViewMgr const & | ) | [private] |
Assignment not implemented -- Assignment Not Allowed!
| void DtAssistantNetworkCompViewMgr::processAwaitingForwardersMsg | ( | const DtAssistantAwaitingForwardersMsg & | msg, |
| void * | usr | ||
| ) | [static] |
Callback to process an awaiting forwarders message from a local forwarder.
Referenced by DtAssistantNetworkCompViewMgr(), and ~DtAssistantNetworkCompViewMgr().
| void DtAssistantNetworkCompViewMgr::processAwaitingForwardersMsg | ( | const DtAssistantAwaitingForwardersMsg & | msg | ) | [virtual] |
Called by the callback function to process an awaiting forwarders msg.
References connect(), DtAssistantComponentInfo::connUsed(), DtAssistantMgr::finishDialog(), DtAssistantAwaitingForwardersMsg::getForwarders(), DtAssistantAwaitingForwardersMsg::isWaitingForForwarders(), myCompMgr, myFwStatusAcceptSigMapper, myFwStatusDlgMap, myFwStatusRejectSigMapper, DtAssistantMgr::myServer, DtAssistantMgr::showDialog(), DtAssistantMgr::startDialog(), and DtForwarderConnStatusDialog::updateForwarderList().
| void DtAssistantNetworkCompViewMgr::processDoNotWaitForForwarders | ( | QWidget * | dlg | ) | [slot] |
Processes a request to tell the forwarder to proceed without waiting for unconnected forwarders.
References DtForwarderConnStatusDialog::compId(), and DtAssistantMgr::myServer.
Referenced by DtAssistantNetworkCompViewMgr().
| void DtAssistantNetworkCompViewMgr::processExecObserveRspMsg | ( | const DtAssistantExecObserveRspMsg & | msg, |
| void * | usr | ||
| ) | [static] |
Callback to process an rtiexec observe response message.
Referenced by DtAssistantNetworkCompViewMgr(), and ~DtAssistantNetworkCompViewMgr().
| void DtAssistantNetworkCompViewMgr::processExecObserveRspMsg | ( | const DtAssistantExecObserveRspMsg & | msg | ) | [virtual] |
Called by the callback function to process an rtiexec observe response message.
References DtAssistantMsg::compId(), DtAssistantMsg::isAssistantToAssistantMessage(), DtRtiConnectionInfo::isValid(), myConnInfoMgr, DtAssistantMgr::myPeer, myRtiNetworkComponentViewDialog, myViewedRtiForwarder, DtAssistantExecObserveRspMsg::notifyLevel(), DtAssistantMsg::sourceAddr(), DtAssistantMsg::sourceHost(), DtAssistantMsg::sourceId(), and DtRtiNetworkComponentViewDialog::updateNotifyLevel().
| void DtAssistantNetworkCompViewMgr::processForwarderAdded | ( | const DtRtiConnectionInfo & | conn | ) | [slot] |
Processes the addition of a new forwarder.
References DtRtiNetworkComponentViewDialog::addRtiForwarder(), myConnInfoMgr, and myRtiNetworkComponentViewDialog.
Referenced by DtAssistantNetworkCompViewMgr().
| void DtAssistantNetworkCompViewMgr::processForwarderConnUpdated | ( | const DtRtiConnectionInfo & | conn | ) | [slot] |
Processes an update of the connection info for a known forwarder.
References myConnInfoMgr, myRtiNetworkComponentViewDialog, and DtRtiNetworkComponentViewDialog::setConnectionIsLocal().
Referenced by DtAssistantNetworkCompViewMgr().
| void DtAssistantNetworkCompViewMgr::processForwarderRemoved | ( | const DtRtiConnectionInfo & | conn | ) | [slot] |
Processes the removal of a known forwarder.
References DtAssistantMgr::finishDialog(), myConnInfoMgr, myFwStatusDlgMap, myRtiNetworkComponentViewDialog, and DtRtiNetworkComponentViewDialog::removeRtiForwarder().
Referenced by DtAssistantNetworkCompViewMgr().
| void DtAssistantNetworkCompViewMgr::processForwarderUpdated | ( | const DtRtiConnectionInfo & | conn | ) | [slot] |
Processes an update for a known forwarder.
References DtRtiNetworkComponentViewDialog::clearData(), DtRtiConnectionInfo::isValid(), myNetCompInfoMgr, myRtiNetworkComponentViewDialog, myViewedRtiForwarder, DtRtiNetworkComponentViewDialog::setData(), and DtRtiNetworkComponentViewDialog::setViewedConnectionDescription().
Referenced by DtAssistantNetworkCompViewMgr().
| void DtAssistantNetworkCompViewMgr::processRtiexecLogMsg | ( | const DtAssistantLogMsg & | msg, |
| void * | usr | ||
| ) | [static] |
Callback to process a log message from a viewed rtiexec.
Referenced by DtAssistantNetworkCompViewMgr(), and ~DtAssistantNetworkCompViewMgr().
| void DtAssistantNetworkCompViewMgr::processRtiexecLogMsg | ( | const DtAssistantLogMsg & | msg | ) | [virtual] |
Called by the callback function to process a viewed rtiexec log msg.
References DtRtiNetworkComponentViewDialog::clearConsole(), DtAssistantMsg::compId(), DtAssistantComponentInfo::compType(), DtAssistantComponentInfo::connUsed(), DtRtiNetworkComponentViewDialog::consoleTextSize(), DtAssistantRtiexecComponent, DtAssistantMsg::isAssistantToAssistantMessage(), DtRtiConnectionInfo::isValid(), myCompMgr, myConnInfoMgr, DtAssistantMgr::myPeer, myRtiNetworkComponentViewDialog, DtAssistantMgr::myServer, myViewedRtiForwarder, DtAssistantLogMsg::nextEntry(), DtAssistantMsg::sourceAddr(), DtAssistantMsg::sourceHost(), DtAssistantMsg::sourceId(), DtAssistantLogMsg::textSize(), DtRtiNetworkComponentViewDialog::updateNotifyLevel(), and DtRtiNetworkComponentViewDialog::writeToConsole().
| void DtAssistantNetworkCompViewMgr::processRtiexecNotifyMsg | ( | const DtAssistantNotifyMsg & | msg, |
| void * | usr | ||
| ) | [static] |
Callback to process a notify message from a viewed rtiexec.
Referenced by DtAssistantNetworkCompViewMgr(), and ~DtAssistantNetworkCompViewMgr().
| void DtAssistantNetworkCompViewMgr::processRtiexecNotifyMsg | ( | const DtAssistantNotifyMsg & | msg | ) | [virtual] |
Called by the callback function to process a viewed rtiexec notify msg.
References DtAssistantMsg::compId(), DtAssistantComponentInfo::compType(), DtAssistantComponentInfo::connUsed(), DtAssistantRtiexecComponent, DtAssistantMsg::isAssistantToAssistantMessage(), DtRtiConnectionInfo::isValid(), myCompMgr, myConnInfoMgr, DtAssistantMgr::myPeer, myRtiNetworkComponentViewDialog, DtAssistantMgr::myServer, myViewedRtiForwarder, DtAssistantNotifyMsg::notifyLevel(), DtAssistantMsg::sourceAddr(), DtAssistantMsg::sourceHost(), DtAssistantMsg::sourceId(), DtAssistantNotifyMsg::text(), and DtRtiNetworkComponentViewDialog::writeToConsole().
| void DtAssistantNetworkCompViewMgr::processShutDownWaitingForwarder | ( | QWidget * | dlg | ) | [slot] |
Processes a request to shut down a forwarder which is waiting for other forwarder connections to be established.
References DtForwarderConnStatusDialog::compId(), and DtAssistantMgr::myServer.
Referenced by DtAssistantNetworkCompViewMgr().
Saves the current GUI state.
References myRtiNetworkComponentViewDialog, and DtRtiNetworkComponentViewDialog::saveGuiState().
Referenced by startShutdown().
| void DtAssistantNetworkCompViewMgr::sendLogRequest | ( | ) | [virtual, slot] |
Sends a request to the currently displayed rtiexec for its log.
References DtRtiConnectionInfo::isValid(), myConnInfoMgr, DtAssistantMgr::myPeer, DtAssistantMgr::myServer, myViewedRtiForwarder, and theMaxLogLoadSize.
Referenced by DtAssistantNetworkCompViewMgr().
| void DtAssistantNetworkCompViewMgr::showPopup | ( | const MAKRti::DtString & | , |
| const MAKRti::DtString & | , | ||
| const MAKRti::DtString & | |||
| ) | [signal] |
Emitted when a popup dialog from a remote rtiexec should be displayed.
Reimplemented from DtAssistantMgr.
Referenced by DtAssistantNetworkCompViewMgr().
| void DtAssistantNetworkCompViewMgr::showRtiNetworkComponentView | ( | ) | [slot] |
Displays the rtiNetworkComponent view dialog.
References DtRtiConnectionInfo::invalidConn(), myRtiNetworkComponentViewDialog, and myViewedRtiForwarder.
Referenced by DtAssistantNetworkCompViewMgr().
| void DtAssistantNetworkCompViewMgr::shutdownRtiexec | ( | ) | [slot] |
Shuts down the currently viewed rtiexec.
References DtRtiConnectionInfo::isValid(), myConnInfoMgr, DtAssistantMgr::myPeer, DtAssistantMgr::myServer, and myViewedRtiForwarder.
Referenced by DtAssistantNetworkCompViewMgr(), and shutdownRtiForwarder().
| void DtAssistantNetworkCompViewMgr::shutdownRtiForwarder | ( | ) | [slot] |
Shuts down the currently viewed RTI Forwarder.
References DtRtiConnectionInfo::isValid(), myConnInfoMgr, myNetCompInfoMgr, DtAssistantMgr::myPeer, DtAssistantMgr::myServer, myViewedRtiForwarder, and shutdownRtiexec().
Referenced by DtAssistantNetworkCompViewMgr().
| void DtAssistantNetworkCompViewMgr::startShutdown | ( | ) | [virtual] |
Performs any necessary processing at the start of shutdown.
Reimplemented from DtAssistantMgr.
References saveGuiState().
| void DtAssistantNetworkCompViewMgr::tick | ( | ) | [virtual] |
Performs tasks that need to be completed periodically.
Reimplemented from DtAssistantMgr.
References DtAssistantComponentInfo::connUsed(), dialogsVisible(), DtRtiNetworkComponentViewDialog::enableCommands(), DtRtiNetworkComponentViewDialog::enableRtiExecShutdownCommand(), DtRtiNetworkComponentViewDialog::enableRtiForwarderShutdownCommand(), DtRtiConnectionInfo::invalidConn(), DtRtiConnectionInfo::isValid(), myCompMgr, myConnInfoMgr, myNetCompInfoMgr, myRtiNetworkComponentViewDialog, DtAssistantMgr::myServer, myViewedRtiForwarder, DtAssistantComponentInfo::notifyLevel(), DtRtiNetworkComponentViewDialog::tick(), true, DtRtiNetworkComponentViewDialog::updateNotifyLevel(), and DtRtiNetworkComponentViewDialog::viewedConnectionDescription().
MAKRti::DtClock DtAssistantNetworkCompViewMgr::myClock [protected] |
Clock used to determine if we need to resend lost messages.
DtBoost::shared_ptr<DtAssistantComponentMgr> DtAssistantNetworkCompViewMgr::myCompMgr [protected] |
The local RTI component manager.
Referenced by changeViewedRtiForwarder(), processAwaitingForwardersMsg(), processRtiexecLogMsg(), processRtiexecNotifyMsg(), and tick().
DtBoost::shared_ptr<DtAssistantConnectionInfoMgr> DtAssistantNetworkCompViewMgr::myConnInfoMgr [protected] |
The connection info manager.
Referenced by processExecObserveRspMsg(), processForwarderAdded(), processForwarderConnUpdated(), processForwarderRemoved(), processRtiexecLogMsg(), processRtiexecNotifyMsg(), sendLogRequest(), shutdownRtiexec(), shutdownRtiForwarder(), and tick().
DtBoost::shared_ptr<DtAssistantFederationsInfoMgr> DtAssistantNetworkCompViewMgr::myFedInfoMgr [protected] |
The federations info manager.
Referenced by changeViewedRtiForwarder().
QSignalMapper* DtAssistantNetworkCompViewMgr::myFwStatusAcceptSigMapper [protected] |
Signal mapper for DtForwarderConnStatusDialog accepted signals.
Referenced by DtAssistantNetworkCompViewMgr(), and processAwaitingForwardersMsg().
The map of forwarder connection info to forwarder status dialogs.
Referenced by processAwaitingForwardersMsg(), processForwarderRemoved(), and ~DtAssistantNetworkCompViewMgr().
QSignalMapper* DtAssistantNetworkCompViewMgr::myFwStatusRejectSigMapper [protected] |
Signal mapper for DtForwarderConnStatusDialog rejected signals.
Referenced by DtAssistantNetworkCompViewMgr(), and processAwaitingForwardersMsg().
DtBoost::shared_ptr<DtAssistantNetworkCompInfoMgr> DtAssistantNetworkCompViewMgr::myNetCompInfoMgr [protected] |
The network component info manager.
Referenced by changeViewedRtiForwarder(), DtAssistantNetworkCompViewMgr(), processForwarderUpdated(), shutdownRtiForwarder(), and tick().
Indicates if we have yet received an update on a remote Forwarder we are currently viewing.
MAKRti::DtTime DtAssistantNetworkCompViewMgr::myRemoteForwarderInfoTimeout [protected] |
Time at which we assume our request to observe a remote Forwarder was lost, causing us to resend it.
DtRtiNetworkComponentViewDialog* DtAssistantNetworkCompViewMgr::myRtiNetworkComponentViewDialog [protected] |
The dialog to display the network component view.
Referenced by changeViewedRtiForwarder(), dialogsVisible(), DtAssistantNetworkCompViewMgr(), processExecObserveRspMsg(), processForwarderAdded(), processForwarderConnUpdated(), processForwarderRemoved(), processForwarderUpdated(), processRtiexecLogMsg(), processRtiexecNotifyMsg(), saveGuiState(), showRtiNetworkComponentView(), tick(), and ~DtAssistantNetworkCompViewMgr().
The forwarder connection currently being viewed at this Assistant.
Referenced by changeViewedRtiForwarder(), processExecObserveRspMsg(), processForwarderUpdated(), processRtiexecLogMsg(), processRtiexecNotifyMsg(), sendLogRequest(), showRtiNetworkComponentView(), shutdownRtiexec(), shutdownRtiForwarder(), and tick().
const unsigned DtAssistantNetworkCompViewMgr::theMaxLogLoadSize = DtDefaultMaxPacketSize [static, protected] |
The maximum number of bytes that can be requested from an rtiexec log.
Referenced by sendLogRequest().
const int DtAssistantNetworkCompViewMgr::theUpdatePeriod [static, protected] |
The period, in seconds, to send updates on remotely observed federations that have been updated.