![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Populates and displays the Federations View dialog. More...
Inheritance diagram for DtAssistantFederationsViewMgr:
Collaboration diagram for DtAssistantFederationsViewMgr:Public Slots | |
| void | processConnectionsUpdate (const DtRtiConnectionAndConfiguration &conns) |
| void | processConnectionsRemoval (const DtRtiConnectionAndConfiguration &conns) |
| Processes the remove of connections. | |
GUI Event Handlers | |
Slots which handle GUI events | |
| void | showFederationsView () |
| Displays the federations view dialog. | |
| void | changeViewedConnection (const DtRtiConnectionInfo &conn=DtRtiConnectionInfo::invalidConn()) |
| Changes which connection is currently being viewed. | |
| void | resignFederate (int, const QString &) |
| Tells the rtiexec to resign the given federate. | |
| void | destroyFederation (const QString &) |
| Tells the rtiexec to destroy the given federation. | |
| void | showRtiexecWebSpy () |
| Processes a request to display the current rtiexec's web spy page. | |
| void | showFederateWebSpy (const QString &fedexName, int fedHandle) |
| Processes a request to display the web spy page for the given federate. | |
| void | sendRidParamRequest () |
| Sends a request to the currently displayed rtiexec for its RID parameters. | |
| void | sendNetworkTestingEnableMsg (const QString &fedexName) |
| Sends a message to enable network testing for the given federation. | |
| void | sendNetworkTestingDisableMsg (const QString &fedexName) |
| Sends a message to disable network testing for the given federation. | |
| void | showLatencyTestDialog (const QString &fedexName, int fedHandle) |
| Opens a latency test dialog for the specified federate. | |
| void | processFederationUpdate (const DtRtiConnectionInfo &conn, const MAKRti::DtString &federationName) |
| Handles a federation update. | |
| void | processFederationRemoved (const DtRtiConnectionInfo &conn, const MAKRti::DtString &federationName) |
| Handles the removal of a federation. | |
| void | processFederateUpdated (const DtRtiConnectionInfo &conn, const MAKRti::DtString &federationName, unsigned federateHandle) |
| Handles the addition of a new federate. | |
| void | processFederateRemoved (const DtRtiConnectionInfo &conn, const MAKRti::DtString &federationName, unsigned federateHandle) |
| Handles the removal of a federate. | |
| void | removeLoadingIndication (const DtRtiConnectionInfo &conn) |
| Removes loading indication when an rtiexec responds to observation. | |
| void | processViewedWebSpyInfoUpdated (const MAKRti::DtInetAddr &addr, int port) |
| Handles an update of the web spy info for the currently viewed connection. | |
| void | saveToLog () |
| Saves the currently displayed federation information to a log file. | |
Signals | |
| void | federateRemovalTimeChanged (float period) |
| Emitted when the defunct federate removal time changes. | |
Public Member Functions | |
| DtAssistantFederationsViewMgr (DtBoost::shared_ptr< DtRtiAssistantServer > server, DtBoost::shared_ptr< DtRtiAssistantPeer > peer, DtBoost::shared_ptr< DtAssistantPreferencesInfoMgr > prefMgr, DtBoost::shared_ptr< DtAssistantComponentMgr > compMgr, DtBoost::shared_ptr< DtAssistantConnectionInfoMgr > connInfoMgr, DtBoost::shared_ptr< DtAssistantFederationsInfoMgr > fedInfoMgr, DtBoost::shared_ptr< DtAssistantTrayIconMgr > trayIconMgr, DtBoost::shared_ptr< DtAssistantConnQueryMgr > connQueryMgr, DtBoost::shared_ptr< DtAssistantLatencyTestMgr > latTestMgr, const MAKRti::DtFilename &configDir) | |
| Constructor. | |
| ~DtAssistantFederationsViewMgr () | |
| 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 to a file. | |
Protected Member Functions | |
| virtual void | processConnectionRemoval (const DtRtiConnectionInfoDataPair &conn) |
| Processes the removal of a known connection. | |
| void | logConnectionInfo (std::ofstream &fileStrm) |
| Logs connection info to the file stream. | |
| void | logFederationInfo (std::ofstream &fileStrm, const DtFederationStateByNameMap *federations) |
| Logs full federation info to the file stream. | |
| void | logFomInfo (std::ofstream &fileStrm, const std::list< MAKRti::DtString > *foms) |
| Logs FED file/FOM module info to the file stream. | |
| void | logFederateInfo (std::ofstream &fileStrm, const DtFederateInfoByHandleMap *federates) |
| Logs federates' info to the file stream. | |
Protected Attributes | |
| DtBoost::shared_ptr < DtAssistantPreferencesInfoMgr > | myPrefMgr |
| The preferences manager. | |
| DtBoost::shared_ptr < DtAssistantComponentMgr > | myCompMgr |
| The component manager. | |
| DtBoost::shared_ptr < DtAssistantConnectionInfoMgr > | myConnInfoMgr |
| The connection info manager. | |
| DtBoost::shared_ptr < DtAssistantFederationsInfoMgr > | myFedInfoMgr |
| The federations info manager. | |
| DtBoost::shared_ptr < DtAssistantTrayIconMgr > | myTrayIconMgr |
| The tray icon manager. | |
| DtBoost::shared_ptr < DtAssistantLatencyTestMgr > | myLatTestMgr |
| The latency test manager. | |
| DtRtiConnectionInfo | myViewedConnection |
| The connection currently being viewed at this Assistant. | |
| MAKRti::DtInetAddr | myViewedRtiexecWebServerIp |
| The IP address of the currently viewed rtiexec's web server. | |
| int | myViewedRtiexecWebServerPort |
| The port of the currently viewed rtiexec's web server. | |
| DtFederationsViewDialog * | myFederationsViewDialog |
| The dialog used to display federation information. | |
| MAKRti::DtClock | myClock |
| Clock used to determine if we need to resend lost messages. | |
| QString | mySavedFile |
| The previously saved file name. | |
Private Member Functions | |
| DtAssistantFederationsViewMgr (DtAssistantFederationsViewMgr const &) | |
| Copy Constructor not implemented -- Copy Not Allowed! | |
| DtAssistantFederationsViewMgr & | operator= (DtAssistantFederationsViewMgr const &) |
| Assignment not implemented -- Assignment Not Allowed! | |
Message Callbacks | |
| virtual void | processRidParamMsg (const DtAssistantRidParamsMsg &msg) |
| Called by the callback function to process a RID parameter message. | |
| static void | processRidParamMsg (const DtAssistantRidParamsMsg &msg, void *usr) |
| Callback to process a RID parameter message. | |
Populates and displays the Federations View dialog.
| DtAssistantFederationsViewMgr::DtAssistantFederationsViewMgr | ( | DtBoost::shared_ptr< DtRtiAssistantServer > | server, |
| DtBoost::shared_ptr< DtRtiAssistantPeer > | peer, | ||
| DtBoost::shared_ptr< DtAssistantPreferencesInfoMgr > | prefMgr, | ||
| DtBoost::shared_ptr< DtAssistantComponentMgr > | compMgr, | ||
| DtBoost::shared_ptr< DtAssistantConnectionInfoMgr > | connInfoMgr, | ||
| DtBoost::shared_ptr< DtAssistantFederationsInfoMgr > | fedInfoMgr, | ||
| DtBoost::shared_ptr< DtAssistantTrayIconMgr > | trayIconMgr, | ||
| DtBoost::shared_ptr< DtAssistantConnQueryMgr > | connQueryMgr, | ||
| DtBoost::shared_ptr< DtAssistantLatencyTestMgr > | latTestMgr, | ||
| const MAKRti::DtFilename & | configDir | ||
| ) |
Constructor.
References DtAssistantRidParamsMsg::addCallback(), changeViewedConnection(), connect(), destroyFederation(), federateRemovalTimeChanged(), myConnInfoMgr, myFederationsViewDialog, myFedInfoMgr, DtAssistantMgr::myPeer, myPrefMgr, DtAssistantMgr::myServer, myTrayIconMgr, processConnectionsRemoval(), processConnectionsUpdate(), processFederateRemoved(), processFederateUpdated(), processFederationRemoved(), processFederationUpdate(), processRidParamMsg(), processViewedWebSpyInfoUpdated(), removeLoadingIndication(), resignFederate(), saveToLog(), sendNetworkTestingDisableMsg(), sendNetworkTestingEnableMsg(), sendRidParamRequest(), showFederateWebSpy(), showFederationsView(), showLatencyTestDialog(), showRtiexecWebSpy(), DtAssistantMgr::theRtiIcon, and DtFederationsViewDialog::updateFederateRemovalTime().
Destructor.
References myFederationsViewDialog, DtAssistantMgr::myPeer, DtAssistantMgr::myServer, processRidParamMsg(), and DtAssistantRidParamsMsg::removeCallback().
| DtAssistantFederationsViewMgr::DtAssistantFederationsViewMgr | ( | DtAssistantFederationsViewMgr const & | ) | [private] |
Copy Constructor not implemented -- Copy Not Allowed!
| void DtAssistantFederationsViewMgr::changeViewedConnection | ( | const DtRtiConnectionInfo & | conn = DtRtiConnectionInfo::invalidConn() | ) | [slot] |
Changes which connection is currently being viewed.
References DtFederationsViewDialog::clearFederationActions(), DtFederationsViewDialog::displayLoadingIndication(), DtFederationsViewDialog::enableCommands(), DtFederationsViewDialog::enableWebSpy(), DtRtiConnectionInfo::invalidConn(), DtRtiConnectionInfo::isValid(), myCompMgr, myConnInfoMgr, myFederationsViewDialog, myFedInfoMgr, mySavedFile, myViewedConnection, myViewedRtiexecWebServerIp, myViewedRtiexecWebServerPort, DtFederationsViewDialog::removeAllFederations(), DtFederationsViewDialog::updateFederations(), DtRtiConnectionInfo::useRtiexec(), DtAssistantComponentInfo::webSpyAddr(), and DtAssistantComponentInfo::webSpyHttpPort().
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::destroyFederation | ( | const QString & | federationName | ) | [slot] |
Tells the rtiexec to destroy the given federation.
References DtAssistantFederationInfo::federationHandle(), myConnInfoMgr, myFedInfoMgr, DtAssistantMgr::myPeer, DtAssistantMgr::myServer, myViewedConnection, and DtRtiConnectionInfo::useRtiexec().
Referenced by DtAssistantFederationsViewMgr().
| bool DtAssistantFederationsViewMgr::dialogsVisible | ( | ) | const [virtual] |
Determines if this manager has any visible dialogs.
Reimplemented from DtAssistantMgr.
References myFederationsViewDialog.
| void DtAssistantFederationsViewMgr::federateRemovalTimeChanged | ( | float | period | ) | [signal] |
Emitted when the defunct federate removal time changes.
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::logConnectionInfo | ( | std::ofstream & | fileStrm | ) | [protected] |
Logs connection info to the file stream.
References DtRtiConnectionInfo::description(), DtRtiConnectionInfo::isValid(), and myViewedConnection.
Referenced by saveToLog().
| void DtAssistantFederationsViewMgr::logFederateInfo | ( | std::ofstream & | fileStrm, |
| const DtFederateInfoByHandleMap * | federates | ||
| ) | [protected] |
Logs federates' info to the file stream.
References DtHlaVersionFromId().
Referenced by logFederationInfo().
| void DtAssistantFederationsViewMgr::logFederationInfo | ( | std::ofstream & | fileStrm, |
| const DtFederationStateByNameMap * | federations | ||
| ) | [protected] |
Logs full federation info to the file stream.
References logFederateInfo(), logFomInfo(), myFedInfoMgr, and myViewedConnection.
Referenced by saveToLog().
| void DtAssistantFederationsViewMgr::logFomInfo | ( | std::ofstream & | fileStrm, |
| const std::list< MAKRti::DtString > * | foms | ||
| ) | [protected] |
Logs FED file/FOM module info to the file stream.
Referenced by logFederationInfo().
| DtAssistantFederationsViewMgr& DtAssistantFederationsViewMgr::operator= | ( | DtAssistantFederationsViewMgr const & | ) | [private] |
Assignment not implemented -- Assignment Not Allowed!
| void DtAssistantFederationsViewMgr::processConnectionRemoval | ( | const DtRtiConnectionInfoDataPair & | conn | ) | [protected, virtual] |
Processes the removal of a known connection.
References myConnInfoMgr, myFederationsViewDialog, and DtFederationsViewDialog::removeConnection().
Referenced by processConnectionsRemoval(), and processConnectionsUpdate().
| void DtAssistantFederationsViewMgr::processConnectionsRemoval | ( | const DtRtiConnectionAndConfiguration & | conns | ) | [slot] |
Processes the remove of connections.
References DtRtiConnectionAndConfiguration::connections(), and processConnectionRemoval().
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::processConnectionsUpdate | ( | const DtRtiConnectionAndConfiguration & | conns | ) | [slot] |
Processes changes in connection state
References DtFederationsViewDialog::addConnection(), DtRtiConnectionAndConfiguration::connections(), myConnInfoMgr, myFederationsViewDialog, and processConnectionRemoval().
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::processFederateRemoved | ( | const DtRtiConnectionInfo & | conn, |
| const MAKRti::DtString & | federationName, | ||
| unsigned | federateHandle | ||
| ) | [slot] |
Handles the removal of a federate.
References myFederationsViewDialog, myViewedConnection, and DtFederationsViewDialog::removeFederate().
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::processFederateUpdated | ( | const DtRtiConnectionInfo & | conn, |
| const MAKRti::DtString & | federationName, | ||
| unsigned | federateHandle | ||
| ) | [slot] |
Handles the addition of a new federate.
References myFederationsViewDialog, myFedInfoMgr, myViewedConnection, and DtFederationsViewDialog::updateFederate().
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::processFederationRemoved | ( | const DtRtiConnectionInfo & | conn, |
| const MAKRti::DtString & | federationName | ||
| ) | [slot] |
Handles the removal of a federation.
References myFederationsViewDialog, myViewedConnection, and DtFederationsViewDialog::removeFederation().
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::processFederationUpdate | ( | const DtRtiConnectionInfo & | conn, |
| const MAKRti::DtString & | federationName | ||
| ) | [slot] |
Handles a federation update.
References myFederationsViewDialog, myFedInfoMgr, myViewedConnection, and DtFederationsViewDialog::updateFederation().
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::processRidParamMsg | ( | const DtAssistantRidParamsMsg & | msg, |
| void * | usr | ||
| ) | [static] |
Callback to process a RID parameter message.
Referenced by DtAssistantFederationsViewMgr(), and ~DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::processRidParamMsg | ( | const DtAssistantRidParamsMsg & | msg | ) | [virtual] |
Called by the callback function to process a RID parameter message.
References DtAssistantMsg::compId(), DtAssistantComponentInfo::connUsed(), DtAssistantRidParamsMsg::getRidParams(), DtAssistantMsg::isAssistantToAssistantMessage(), DtAssistantRidParamsMsg::isRequest(), myCompMgr, myConnInfoMgr, myFederationsViewDialog, myFedInfoMgr, DtAssistantMgr::myPeer, DtAssistantMgr::myServer, myViewedConnection, DtAssistantRidParamsMsg::ridFilename(), DtAssistantMsg::sourceAddr(), DtAssistantMsg::sourceHost(), DtAssistantMsg::sourceId(), and DtFederationsViewDialog::updateRidParams().
| void DtAssistantFederationsViewMgr::processViewedWebSpyInfoUpdated | ( | const MAKRti::DtInetAddr & | addr, |
| int | port | ||
| ) | [slot] |
Handles an update of the web spy info for the currently viewed connection.
References DtFederationsViewDialog::enableWebSpy(), DtRtiConnectionInfo::isValid(), myFederationsViewDialog, myViewedConnection, myViewedRtiexecWebServerIp, and myViewedRtiexecWebServerPort.
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::removeLoadingIndication | ( | const DtRtiConnectionInfo & | conn | ) | [slot] |
Removes loading indication when an rtiexec responds to observation.
References myFederationsViewDialog, myViewedConnection, and DtFederationsViewDialog::removeLoadingIndication().
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::resignFederate | ( | int | fedHdl, |
| const QString & | federationName | ||
| ) | [slot] |
Tells the rtiexec to resign the given federate.
References DtAssistantFederationInfo::federationHandle(), myConnInfoMgr, myFedInfoMgr, DtAssistantMgr::myPeer, DtAssistantMgr::myServer, myViewedConnection, and DtRtiConnectionInfo::useRtiexec().
Referenced by DtAssistantFederationsViewMgr().
Saves the current GUI state to a file.
References myFederationsViewDialog, and DtFederationsViewDialog::saveGuiState().
Referenced by startShutdown().
| void DtAssistantFederationsViewMgr::saveToLog | ( | ) | [slot] |
Saves the currently displayed federation information to a log file.
References DtRtiConnectionInfo::hostName(), DtRtiConnectionInfo::isValid(), logConnectionInfo(), logFederationInfo(), myFederationsViewDialog, myFedInfoMgr, mySavedFile, myViewedConnection, DtRtiConnectionInfo::tcpPort(), DtRtiConnectionInfo::udpPort(), and DtRtiConnectionInfo::useRtiexec().
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::sendNetworkTestingDisableMsg | ( | const QString & | fedexName | ) | [slot] |
Sends a message to disable network testing for the given federation.
References DtAssistantFederationInfo::federationHandle(), DtRtiConnectionInfo::isValid(), myConnInfoMgr, myFedInfoMgr, DtAssistantMgr::myPeer, DtAssistantMgr::myServer, myViewedConnection, and DtRtiConnectionInfo::useRtiexec().
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::sendNetworkTestingEnableMsg | ( | const QString & | fedexName | ) | [slot] |
Sends a message to enable network testing for the given federation.
References DtAssistantFederationInfo::federationHandle(), DtRtiConnectionInfo::isValid(), myConnInfoMgr, myFedInfoMgr, DtAssistantMgr::myPeer, DtAssistantMgr::myServer, myViewedConnection, true, and DtRtiConnectionInfo::useRtiexec().
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::sendRidParamRequest | ( | ) | [slot] |
Sends a request to the currently displayed rtiexec for its RID parameters.
References DtRtiConnectionInfo::isValid(), myConnInfoMgr, myFedInfoMgr, DtAssistantMgr::myPeer, DtAssistantMgr::myServer, myViewedConnection, and DtRtiConnectionInfo::useRtiexec().
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::showFederateWebSpy | ( | const QString & | fedexName, |
| int | fedHandle | ||
| ) | [slot] |
Processes a request to display the web spy page for the given federate.
References DtAssistantFederateInfo::connId(), myFedInfoMgr, myTrayIconMgr, myViewedConnection, DtAssistantFederateInfo::webSpyAddr(), and DtAssistantFederateInfo::webSpyHttpPort().
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::showFederationsView | ( | ) | [slot] |
Displays the federations view dialog.
References DtRtiConnectionInfo::invalidConn(), myFederationsViewDialog, myFedInfoMgr, mySavedFile, and myViewedConnection.
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::showLatencyTestDialog | ( | const QString & | fedexName, |
| int | fedHandle | ||
| ) | [slot] |
Opens a latency test dialog for the specified federate.
References DtAssistantFederationInfo::federationHandle(), DtAssistantFederationInfo::localFederateCompId(), myFedInfoMgr, myLatTestMgr, myViewedConnection, and DtRtiConnectionInfo::useRtiexec().
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::showRtiexecWebSpy | ( | ) | [slot] |
Processes a request to display the current rtiexec's web spy page.
References DtRtiConnectionInfo::isValid(), myTrayIconMgr, myViewedConnection, myViewedRtiexecWebServerIp, and myViewedRtiexecWebServerPort.
Referenced by DtAssistantFederationsViewMgr().
| void DtAssistantFederationsViewMgr::startShutdown | ( | ) | [virtual] |
Performs any necessary processing at the start of shutdown.
Reimplemented from DtAssistantMgr.
References saveGuiState().
| void DtAssistantFederationsViewMgr::tick | ( | ) | [virtual] |
Performs tasks that need to be completed periodically.
Reimplemented from DtAssistantMgr.
References DtFederationsViewDialog::enableCommands(), DtRtiConnectionInfo::invalidConn(), DtRtiConnectionInfo::isValid(), myConnInfoMgr, myFederationsViewDialog, myFedInfoMgr, mySavedFile, myViewedConnection, and DtFederationsViewDialog::tick().
MAKRti::DtClock DtAssistantFederationsViewMgr::myClock [protected] |
Clock used to determine if we need to resend lost messages.
DtBoost::shared_ptr<DtAssistantComponentMgr> DtAssistantFederationsViewMgr::myCompMgr [protected] |
The component manager.
Referenced by changeViewedConnection(), and processRidParamMsg().
DtBoost::shared_ptr<DtAssistantConnectionInfoMgr> DtAssistantFederationsViewMgr::myConnInfoMgr [protected] |
The connection info manager.
Referenced by changeViewedConnection(), destroyFederation(), DtAssistantFederationsViewMgr(), processConnectionRemoval(), processConnectionsUpdate(), processRidParamMsg(), resignFederate(), sendNetworkTestingDisableMsg(), sendNetworkTestingEnableMsg(), sendRidParamRequest(), and tick().
The dialog used to display federation information.
Referenced by changeViewedConnection(), dialogsVisible(), DtAssistantFederationsViewMgr(), processConnectionRemoval(), processConnectionsUpdate(), processFederateRemoved(), processFederateUpdated(), processFederationRemoved(), processFederationUpdate(), processRidParamMsg(), processViewedWebSpyInfoUpdated(), removeLoadingIndication(), saveGuiState(), saveToLog(), showFederationsView(), tick(), and ~DtAssistantFederationsViewMgr().
DtBoost::shared_ptr<DtAssistantFederationsInfoMgr> DtAssistantFederationsViewMgr::myFedInfoMgr [protected] |
The federations info manager.
Referenced by changeViewedConnection(), destroyFederation(), DtAssistantFederationsViewMgr(), logFederationInfo(), processFederateUpdated(), processFederationUpdate(), processRidParamMsg(), resignFederate(), saveToLog(), sendNetworkTestingDisableMsg(), sendNetworkTestingEnableMsg(), sendRidParamRequest(), showFederateWebSpy(), showFederationsView(), showLatencyTestDialog(), and tick().
DtBoost::shared_ptr<DtAssistantLatencyTestMgr> DtAssistantFederationsViewMgr::myLatTestMgr [protected] |
The latency test manager.
Referenced by showLatencyTestDialog().
DtBoost::shared_ptr<DtAssistantPreferencesInfoMgr> DtAssistantFederationsViewMgr::myPrefMgr [protected] |
The preferences manager.
Referenced by DtAssistantFederationsViewMgr().
QString DtAssistantFederationsViewMgr::mySavedFile [protected] |
The previously saved file name.
Referenced by changeViewedConnection(), saveToLog(), showFederationsView(), and tick().
DtBoost::shared_ptr<DtAssistantTrayIconMgr> DtAssistantFederationsViewMgr::myTrayIconMgr [protected] |
The tray icon manager.
Referenced by DtAssistantFederationsViewMgr(), showFederateWebSpy(), and showRtiexecWebSpy().
The connection currently being viewed at this Assistant.
Referenced by changeViewedConnection(), destroyFederation(), logConnectionInfo(), logFederationInfo(), processFederateRemoved(), processFederateUpdated(), processFederationRemoved(), processFederationUpdate(), processRidParamMsg(), processViewedWebSpyInfoUpdated(), removeLoadingIndication(), resignFederate(), saveToLog(), sendNetworkTestingDisableMsg(), sendNetworkTestingEnableMsg(), sendRidParamRequest(), showFederateWebSpy(), showFederationsView(), showLatencyTestDialog(), showRtiexecWebSpy(), and tick().
MAKRti::DtInetAddr DtAssistantFederationsViewMgr::myViewedRtiexecWebServerIp [protected] |
The IP address of the currently viewed rtiexec's web server.
Referenced by changeViewedConnection(), processViewedWebSpyInfoUpdated(), and showRtiexecWebSpy().
int DtAssistantFederationsViewMgr::myViewedRtiexecWebServerPort [protected] |
The port of the currently viewed rtiexec's web server.
Referenced by changeViewedConnection(), processViewedWebSpyInfoUpdated(), and showRtiexecWebSpy().