![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Stores information on a single component connected to a forwarder. More...
Collaboration diagram for DtAssistantNetworkCompInfo:Public Member Functions | |
| DtAssistantNetworkCompInfo () | |
| Constructors. | |
| DtAssistantNetworkCompInfo (const MAKRti::DtString &name) | |
| DtAssistantNetworkCompInfo (const DtAssistantNetworkCompInfo &orig) | |
| virtual | ~DtAssistantNetworkCompInfo () |
| Destructor. | |
| virtual DtAssistantNetworkCompInfo & | operator= (const DtAssistantNetworkCompInfo &other) |
| Assignment operator. | |
| virtual bool | operator== (const DtAssistantNetworkCompInfo &other) const |
| virtual bool | operator!= (const DtAssistantNetworkCompInfo &other) const |
| bool | isValid () const |
| Returns whether this entry contains valid data. | |
| bool | isDropped () const |
| Returns whether this is a dropped federate. | |
| MAKRti::DtString | name () const |
| Methods to get and set network component information. | |
| void | setName (const MAKRti::DtString &n) |
| Methods to get and set network component information. | |
| MAKRti::DtInetAddr | address () const |
| Methods to get and set network component information. | |
| void | setAddress (const MAKRti::DtInetAddr &a) |
| Methods to get and set network component information. | |
| MAKRti::DtString | hostName () const |
| Methods to get and set network component information. | |
| void | setHostName (const MAKRti::DtString &n) |
| Methods to get and set network component information. | |
| MAKRti::DtString | processName () const |
| Methods to get and set network component information. | |
| void | setProcessName (const MAKRti::DtString &n) |
| Methods to get and set network component information. | |
| MAKRti::DtString | typeName () const |
| Methods to get and set network component information. | |
| void | setTypeName (const MAKRti::DtString &n) |
| Methods to get and set network component information. | |
| MAKRti::DtString | commandArgs () const |
| Methods to get and set network component information. | |
| void | setCommandArgs (const MAKRti::DtString &a) |
| Methods to get and set network component information. | |
| MAKRti::DtString | pid () const |
| Methods to get and set network component information. | |
| void | setPid (const MAKRti::DtString &p) |
| Methods to get and set network component information. | |
| MAKRti::DtString | federationName () const |
| Methods to get and set network component information. | |
| void | setFederationName (const MAKRti::DtString &h) |
| Methods to get and set network component information. | |
| int | federateHandle () const |
| Methods to get and set network component information. | |
| void | setFederateHandle (int h) |
| Methods to get and set network component information. | |
| unsigned | connectionId () const |
| Methods to get and set network component information. | |
| void | setConnectionId (unsigned i) |
| Methods to get and set network component information. | |
| int | queueStatus () const |
| Methods to get and set network component information. | |
| void | setQueueStatus (int q) |
| Methods to get and set network component information. | |
| DtHlaVersionId | hlaVersion () const |
| Methods to get and set network component information. | |
| void | setHlaVersion (DtHlaVersionId v) |
| Methods to get and set network component information. | |
| DtAssistantMsgFederateStatus | federateStatus () const |
| Methods to get and set network component information. | |
| void | setFederateStatus (DtAssistantMsgFederateStatus v) |
| Methods to get and set network component information. | |
Protected Attributes | |
| MAKRti::DtString | myName |
| MAKRti::DtInetAddr | myAddress |
| MAKRti::DtString | myHostName |
| MAKRti::DtString | myProcessName |
| MAKRti::DtString | myTypeName |
| MAKRti::DtString | myCommandArgs |
| MAKRti::DtString | myPid |
| MAKRti::DtString | myFederationName |
| int | myFederateHandle |
| unsigned | myConnId |
| int | myQueueStatus |
| DtHlaVersionId | myHlaVersion |
| DtAssistantMsgFederateStatus | myFederateStatus |
Stores information on a single component connected to a forwarder.
| DtAssistantNetworkCompInfo::DtAssistantNetworkCompInfo | ( | ) |
Constructors.
| DtAssistantNetworkCompInfo::DtAssistantNetworkCompInfo | ( | const MAKRti::DtString & | name | ) |
| DtAssistantNetworkCompInfo::DtAssistantNetworkCompInfo | ( | const DtAssistantNetworkCompInfo & | orig | ) |
|
virtual |
Destructor.
|
inline |
Methods to get and set network component information.
Referenced by operator=(), DtFederationsViewDialog::showDeadFederateInfo(), DtFederationsViewDialog::showPeerForwarderInfo(), and DtFederationsViewDialog::showRtiexecInfo().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantFederationsViewMgr::logFederateInfo(), operator=(), and DtFederationsViewDialog::showFederateInfo().
|
inline |
Methods to get and set network component information.
Referenced by operator=().
|
inline |
Methods to get and set network component information.
Referenced by operator=(), and DtFederationsViewDialog::selectDeadFederate().
|
inline |
Methods to get and set network component information.
Referenced by operator=().
|
inline |
Methods to get and set network component information.
Referenced by operator=().
|
inline |
Methods to get and set network component information.
Referenced by operator=(), and DtFederationsViewDialog::showDeadFederateInfo().
|
inline |
Methods to get and set network component information.
Referenced by operator=(), DtFederationsViewDialog::selectPeerForwarder(), DtFederationsViewDialog::showPeerForwarderInfo(), and DtFederationsViewDialog::showRtiexecInfo().
| bool DtAssistantNetworkCompInfo::isDropped | ( | ) | const |
Returns whether this is a dropped federate.
This parses the myName for "Dropped " To determine this.
References DtASSISTANT_DROPPED, and myFederateStatus.
Referenced by DtFederationsViewDialog::selectDeadFederate().
|
inline |
Returns whether this entry contains valid data.
If data is valid, there should at minimum be a valid IP address.
Referenced by DtFederationsViewDialog::selectRtiexec(), and DtAssistantFederationsViewMgr::updateRtiexecCompInfo().
|
inline |
Methods to get and set network component information.
Referenced by operator=(), and DtAssistantFederationsViewMgr::processFederateSelection().
|
virtual |
References operator==().
|
virtual |
Assignment operator.
References address(), commandArgs(), connectionId(), federateHandle(), federateStatus(), federationName(), hlaVersion(), hostName(), myAddress, myCommandArgs, myConnId, myFederateHandle, myFederateStatus, myFederationName, myHlaVersion, myHostName, myName, myPid, myProcessName, myQueueStatus, myTypeName, name(), pid(), processName(), queueStatus(), and typeName().
|
virtual |
References myAddress, myCommandArgs, myConnId, myFederateHandle, myFederationName, myHlaVersion, myHostName, myName, myPid, myProcessName, myQueueStatus, and myTypeName.
Referenced by operator!=().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantFederationsViewMgr::logFederateInfo(), operator=(), and DtFederationsViewDialog::showFederateInfo().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantFederationsViewMgr::logFederateInfo(), operator=(), DtFederationsViewDialog::showDeadFederateInfo(), DtFederationsViewDialog::showFederateInfo(), DtAssistantFederateViewMgr::showFederateStatsDialog(), and DtAssistantFomViewMgr::showFomDialog().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantFederationsViewMgr::logFederateInfo(), operator=(), DtFederationsViewDialog::showFederateInfo(), and DtFederationsViewDialog::showRtiexecInfo().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantForwarderInfo::updateFromStateMsg().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantForwarderInfo::updateFromStateMsg().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantForwarderInfo::updateFromStateMsg().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantForwarderInfo::updateFromStateMsg().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantForwarderInfo::updateFromStateMsg().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantForwarderInfo::updateFromStateMsg().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantForwarderInfo::updateFromStateMsg().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantForwarderInfo::updateFromStateMsg().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantForwarderInfo::updateFromStateMsg().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantForwarderInfo::updateFromStateMsg().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantForwarderInfo::updateFromStateMsg().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantForwarderInfo::updateFromStateMsg().
|
inline |
Methods to get and set network component information.
Referenced by DtAssistantForwarderInfo::updateFromStateMsg().
|
inline |
Methods to get and set network component information.
Referenced by operator=(), and DtFederationsViewDialog::showDeadFederateInfo().
|
protected |
Referenced by operator=(), and operator==().
|
protected |
Referenced by operator=(), and operator==().
|
protected |
Referenced by operator=(), and operator==().
|
protected |
Referenced by operator=(), and operator==().
|
protected |
Referenced by isDropped(), and operator=().
|
protected |
Referenced by operator=(), and operator==().
|
protected |
Referenced by operator=(), and operator==().
|
protected |
Referenced by operator=(), and operator==().
|
protected |
Referenced by operator=(), and operator==().
|
protected |
Referenced by operator=(), and operator==().
|
protected |
Referenced by operator=(), and operator==().
|
protected |
Referenced by operator=(), and operator==().
|
protected |
Referenced by operator=(), and operator==().