![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtNetMapNodeXmlBlock:
Collaboration diagram for DtNetMapNodeXmlBlock:Public Member Functions | |
| DtNetMapNodeXmlBlock (DtEnvValueSP existingNode, DtEnvValueSP root) | |
| DtNetMapNodeXmlBlock (const DtString &name, const DtString &nodeType, unsigned long connId, const DtString &ip, unsigned long handle, const DtString &fedexName, const DtString &webServerIp, int webServerPort, DtEnvValueSP root) | |
| virtual | ~DtNetMapNodeXmlBlock () |
| virtual void | setType (const DtString &type) |
| virtual DtString | type () const |
| virtual void | setConnId (unsigned long connId) |
| virtual unsigned long | connId () const |
| virtual void | setIp (const DtString &ip) |
| virtual DtString | ip () const |
| virtual void | setHandle (unsigned long handle) |
| virtual unsigned long | handle () const |
| virtual void | setFederationName (const DtString &fedexName) |
| virtual DtString | federationName () const |
| virtual void | setWebServerIp (const DtString &ip) |
| virtual DtString | webServerIp () const |
| virtual void | setWebServerPort (int port) |
| virtual int | webServerPort () const |
Static Public Member Functions | |
| static DtSpyXmlBlockSP | create (DtNodeAndParentPair xmlNodeAndParent) |
Protected Attributes | |
| DtSpyXmlBlockElement< DtString, true > | myType |
| DtSpyXmlBlockElement< unsigned long, true > | myConnId |
| DtSpyXmlBlockElement< DtString, true > | myIp |
| DtSpyXmlBlockElement< DtString, true > | myWebServerIp |
| DtSpyXmlBlockElement< int, true > | myWebServerPort |
| DtSpyXmlBlockElement< unsigned long, true > | myHandle |
| DtSpyXmlBlockElement< DtString, true > | myFederationName |
| DtNetMapNodeXmlBlock::DtNetMapNodeXmlBlock | ( | DtEnvValueSP | existingNode, |
| DtEnvValueSP | root | ||
| ) |
| DtNetMapNodeXmlBlock::DtNetMapNodeXmlBlock | ( | const DtString & | name, |
| const DtString & | nodeType, | ||
| unsigned long | connId, | ||
| const DtString & | ip, | ||
| unsigned long | handle, | ||
| const DtString & | fedexName, | ||
| const DtString & | webServerIp, | ||
| int | webServerPort, | ||
| DtEnvValueSP | root | ||
| ) |
| DtNetMapNodeXmlBlock::~DtNetMapNodeXmlBlock | ( | ) | [virtual] |
| unsigned long DtNetMapNodeXmlBlock::connId | ( | ) | const [inline, virtual] |
References myConnId.
Referenced by setConnId().
| DtSpyXmlBlockSP DtNetMapNodeXmlBlock::create | ( | DtNodeAndParentPair | xmlNodeAndParent | ) | [static] |
| DtString DtNetMapNodeXmlBlock::federationName | ( | ) | const [inline, virtual] |
References myFederationName.
| unsigned long DtNetMapNodeXmlBlock::handle | ( | ) | const [inline, virtual] |
References myHandle.
Referenced by setHandle().
| DtString DtNetMapNodeXmlBlock::ip | ( | ) | const [inline, virtual] |
References myIp.
Referenced by setIp(), and setWebServerIp().
| void DtNetMapNodeXmlBlock::setConnId | ( | unsigned long | connId | ) | [inline, virtual] |
| void DtNetMapNodeXmlBlock::setFederationName | ( | const DtString & | fedexName | ) | [inline, virtual] |
References myFederationName.
| void DtNetMapNodeXmlBlock::setHandle | ( | unsigned long | handle | ) | [inline, virtual] |
| void DtNetMapNodeXmlBlock::setIp | ( | const DtString & | ip | ) | [inline, virtual] |
| void DtNetMapNodeXmlBlock::setType | ( | const DtString & | type | ) | [inline, virtual] |
| void DtNetMapNodeXmlBlock::setWebServerIp | ( | const DtString & | ip | ) | [inline, virtual] |
References ip(), and myWebServerIp.
| void DtNetMapNodeXmlBlock::setWebServerPort | ( | int | port | ) | [inline, virtual] |
References myWebServerPort.
| DtString DtNetMapNodeXmlBlock::type | ( | ) | const [inline, virtual] |
| DtString DtNetMapNodeXmlBlock::webServerIp | ( | ) | const [inline, virtual] |
References myWebServerIp.
| int DtNetMapNodeXmlBlock::webServerPort | ( | ) | const [inline, virtual] |
References myWebServerPort.
DtSpyXmlBlockElement< unsigned long, true > DtNetMapNodeXmlBlock::myConnId [protected] |
Referenced by connId(), and setConnId().
DtSpyXmlBlockElement< DtString, true > DtNetMapNodeXmlBlock::myFederationName [protected] |
Referenced by federationName(), and setFederationName().
DtSpyXmlBlockElement< unsigned long, true > DtNetMapNodeXmlBlock::myHandle [protected] |
Referenced by handle(), and setHandle().
DtSpyXmlBlockElement< DtString, true > DtNetMapNodeXmlBlock::myIp [protected] |
DtSpyXmlBlockElement< DtString, true > DtNetMapNodeXmlBlock::myType [protected] |
Reimplemented from DtSpyXmlBlock.
DtSpyXmlBlockElement< DtString, true > DtNetMapNodeXmlBlock::myWebServerIp [protected] |
Referenced by setWebServerIp(), and webServerIp().
DtSpyXmlBlockElement< int, true > DtNetMapNodeXmlBlock::myWebServerPort [protected] |
Referenced by setWebServerPort(), and webServerPort().