![]() |
MAK RTIspy API Documentation for HLA 1.3
|
The ConnectionIdentifier class stores the basic information needed by the web client to identify a web server connection. More...
Collaboration diagram for DtWebSpyUtils::ConnectionIdentifier:Public Member Functions | |
| ConnectionIdentifier () | |
| Default Ctor. | |
| ConnectionIdentifier (unsigned long connId, ConnectionType connType, const MAKRti::DtString &description, bool forwardingEnabled=false) | |
| Ctor takes a connection ID and a simple string or HTML block which will represent the connection in the web client connection list. | |
| ConnectionIdentifier (const ConnectionIdentifier &orig) | |
| Copy Ctor. | |
| ~ConnectionIdentifier () | |
| Destructor (non-abstract since this class may not be subclassed) | |
| ConnectionIdentifier & | operator= (const ConnectionIdentifier &orig) |
| Assignment operator. | |
| bool | operator== (const ConnectionIdentifier &other) const |
| bool | operator< (const ConnectionIdentifier &other) const |
| unsigned long | id () const |
| ConnectionType | type () const |
| bool | forwarding () const |
| const MAKRti::DtString & | description () const |
Protected Attributes | |
| unsigned long | myConnId |
| ConnectionType | myConnType |
| bool | myForwardingEnabled |
| MAKRti::DtString | myConnectionDescription |
The ConnectionIdentifier class stores the basic information needed by the web client to identify a web server connection.
Default Ctor.
| DtWebSpyUtils::ConnectionIdentifier::ConnectionIdentifier | ( | unsigned long | connId, |
| ConnectionType | connType, | ||
| const MAKRti::DtString & | description, | ||
| bool | forwardingEnabled = false |
||
| ) |
Ctor takes a connection ID and a simple string or HTML block which will represent the connection in the web client connection list.
References myConnectionDescription.
Copy Ctor.
Destructor (non-abstract since this class may not be subclassed)
| const MAKRti::DtString & DtWebSpyUtils::ConnectionIdentifier::description | ( | ) | const [inline] |
| bool DtWebSpyUtils::ConnectionIdentifier::forwarding | ( | ) | const [inline] |
Referenced by operator==().
| unsigned long DtWebSpyUtils::ConnectionIdentifier::id | ( | ) | const [inline] |
References myConnId.
Referenced by DtWwwDocRoot::addPage(), DtWwwDocRoot::appendConnectionLogEvent(), DtFederateXML::DtFederateXML(), DtForwarderXML::DtForwarderXML(), DtFederateXML::handleLogRequest(), DtFederateXML::handleRTICommand(), DtFederationXML::handleRtiExecCommand(), DtForwarderXML::handleStateRequest(), DtFederateXML::handleStateRequest(), DtWwwDocRoot::removePage(), DtFederateXML::requestStateUpdate(), DtFederationXML::requestStateUpdate(), and DtWwwDocRoot::updatePage().
| bool DtWebSpyUtils::ConnectionIdentifier::operator< | ( | const ConnectionIdentifier & | other | ) | const |
References myConnId, and myConnType.
| DtWebSpyUtils::ConnectionIdentifier & DtWebSpyUtils::ConnectionIdentifier::operator= | ( | const ConnectionIdentifier & | orig | ) |
Assignment operator.
References myConnectionDescription, myConnId, myConnType, and myForwardingEnabled.
| bool DtWebSpyUtils::ConnectionIdentifier::operator== | ( | const ConnectionIdentifier & | other | ) | const |
References description(), forwarding(), myConnId, and myConnType.
| DtWebSpyUtils::ConnectionType DtWebSpyUtils::ConnectionIdentifier::type | ( | ) | const [inline] |
MAKRti::DtString DtWebSpyUtils::ConnectionIdentifier::myConnectionDescription [protected] |
Referenced by ConnectionIdentifier(), and operator=().
unsigned long DtWebSpyUtils::ConnectionIdentifier::myConnId [protected] |
Referenced by id(), operator<(), operator=(), and operator==().
Referenced by operator<(), operator=(), and operator==().
Referenced by operator=().