![]() |
MAK RTIspy API Documentation for HLA Evolved
|
The DtAssistantInfoMsg defines a wrapper for the RTI Assistant information message used by the Assistants to share settings and known rtiexec and forwarder information with one another. More...
Inheritance diagram for DtAssistantInfoMsg:
Collaboration diagram for DtAssistantInfoMsg:Public Member Functions | |
| DtAssistantInfoMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructors. | |
| DtAssistantInfoMsg (const DtNetAssistantInfoMsg *netRepMsg, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| virtual | ~DtAssistantInfoMsg () |
| Destructor. | |
| virtual DtAssistantMsg * | clone (bool copy=true) const |
| Return a copy/empty object of the same type as this. | |
| virtual void | setRtiexecsAndForwarders (const DtRtiConnectionAndConfiguration &rtiexecsAndForwarders) |
| Set/Get rtiexec and forwarder information. | |
| virtual void | getRtiexecsAndForwarders (DtRtiConnectionAndConfiguration &rtiexecsAndForwarders, const MAKRti::DtInetAddr &interfaceReceivedOn) const |
| virtual bool | isRemoval () const |
| Get/Set whether the message is indicating the removal of the specified rtiexecs and license servers. | |
| virtual void | setRemoval (bool val) |
| virtual bool | remoteCmdsAccepted () const |
| Get/Set whether the sending assistant is accepting remote commands (e.g. | |
| virtual void | setRemoteCmdsAccepted (bool val) |
| virtual unsigned int | assistantInfoMemoryPeriod () const |
| Get / Set the assistant information memory period. | |
| virtual void | setAssistantInfoMemoryPeriod (unsigned int interval) |
| virtual void | printData () const |
| Print the data section. | |
Static Public Member Functions | |
| static DtAssistantMsg * | create (const DtNetAssistantMsgHeader *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| Creators. | |
| static DtAssistantMsg * | create (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| static void | addCallback (DtRtiAssistantPeer *conn, DtAssistantInfoCb cb, void *usr) |
| Adds or removes a callback with the given Assistant peer for this message type. | |
| static void | removeCallback (DtRtiAssistantPeer *conn, DtAssistantInfoCb cb, void *usr) |
Protected Member Functions | |
| virtual DtNetAssistantInfoMsg * | netAssistantInfoMsg () |
| The network representation for the message. | |
| virtual const DtNetAssistantInfoMsg * | netAssistantInfoMsg () const |
| virtual DtAssistantMsgKind | internalMsgKind () |
| Returns the kind of a DtAssistantInfoMsg message. | |
| virtual int | minSize () const |
| Returns minimum size of a message, including header. | |
| virtual void | setRtiexecForwarderCount (unsigned long count) |
| Set/Get number of rtiexecs/forwarders included in message. | |
| virtual unsigned long | rtiexecForwarderCount () const |
| virtual const DtNetU128 * | reliableAddrsPtr () const |
| Return pointer to location of rtiexec/forwarder reliable addresses in message. | |
| virtual DtNetU128 * | reliableAddrsPtr () |
| virtual const DtNetU128 * | bestEffortAddrsPtr () const |
| Return pointer to location of rtiexec/forwarder best effort addresses in message. | |
| virtual DtNetU128 * | bestEffortAddrsPtr () |
| virtual const DtNetU32 * | addressFamiliesPtr () const |
| Return pointer to location of address families in message. | |
| virtual DtNetU32 * | addressFamiliesPtr () |
| virtual const DtNetU32 * | rtiexecCompIdsPtr () const |
| Return pointer to location of rtiexec component IDs in message. | |
| virtual DtNetU32 * | rtiexecCompIdsPtr () |
| virtual const DtNetU32 * | forwarderCompIdsPtr () const |
| Return pointer to location of forwarder component IDs in message. | |
| virtual DtNetU32 * | forwarderCompIdsPtr () |
| virtual const DtNetU16 * | tcpPortsPtr () const |
| Return pointer to location of rtiexec/forwarder TCP ports in message. | |
| virtual DtNetU16 * | tcpPortsPtr () |
| virtual const DtNetU16 * | udpPortsPtr () const |
| Return pointer to location of rtiexec/forwarder UDP ports in message. | |
| virtual DtNetU16 * | udpPortsPtr () |
| virtual const DtNetU16 * | forwarderPortsPtr () const |
| Return pointer to location of forwarder-to-forwarder ports in the message. | |
| virtual DtNetU16 * | forwarderPortsPtr () |
| virtual const DtNetU8 * | fullCompliancePtr () const |
| Return pointer to location of rtiexec/forwarder full compliance settings in message. | |
| virtual DtNetU8 * | fullCompliancePtr () |
| virtual const DtNetU8 * | rtiexecForwarderFlagPtr () const |
| Return pointer to location of flags which indicate if each included rtiexec/forwarder is an rtiexec, forwarder, or both. | |
| virtual DtNetU8 * | rtiexecForwarderFlagPtr () |
| virtual void | setRtiexecForwarderNamesSize (unsigned long size) |
| Set/Get rtiexec/forwarder connection names text size. | |
| virtual unsigned long | rtiexecForwarderNamesSize () const |
| virtual const char * | rtiexecForwarderNamesPtr () const |
| Return pointer to rtiexec/forwarder conn names location in msg. | |
| virtual char * | rtiexecForwarderNamesPtr () |
| virtual void | setHostNamesSize (unsigned long size) |
| Set/Get rtiexec/forwarder host names text size. | |
| virtual unsigned long | hostNamesSize () const |
| virtual const char * | hostNamesPtr () const |
| Return pointer to rtiexec/forwarder host names location in msg. | |
| virtual char * | hostNamesPtr () |
| virtual void | setOwnerHostSize (unsigned size) |
| Set/Get owning host names text size. | |
| virtual unsigned | ownerHostSize () const |
| virtual const char * | ownerHostsPtr () const |
| Return pointer to host names of the machines that own the conns. | |
| virtual char * | ownerHostsPtr () |
Protected Attributes | |
| std::map< DtRtiConnectionInfo, DtRtiConnectionConfigurationInfo > | myConfigurationsByConnectionMap |
Static Protected Attributes | |
| static const unsigned | theRtiexecFlag = 0x1 |
| Flag indicating that an entry is an rtiexec. | |
| static const unsigned | theForwarderFlag = 0x2 |
| Flag indicating that an entry is a forwarder. | |
| static const unsigned | theForwarderHasRtiexecFlag = 0x4 |
| Flag indicating that, if entry is for a forwarder, the forwarder is also aware of an rtiexec in its network. | |
The DtAssistantInfoMsg defines a wrapper for the RTI Assistant information message used by the Assistants to share settings and known rtiexec and forwarder information with one another.
| DtAssistantInfoMsg::DtAssistantInfoMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructors.
References DtAssistantMsg::initAssistantMsg(), internalMsgKind(), and minSize().
| DtAssistantInfoMsg::DtAssistantInfoMsg | ( | const DtNetAssistantInfoMsg * | netRepMsg, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
References DtNetAssistantInfoMsg::header, and DtAssistantMsg::initAssistantMsg().
| DtAssistantInfoMsg::~DtAssistantInfoMsg | ( | ) | [virtual] |
Destructor.
| void DtAssistantInfoMsg::addCallback | ( | DtRtiAssistantPeer * | conn, |
| DtAssistantInfoCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Adds or removes a callback with the given Assistant peer for this message type.
References DtRtiAssistantPeer::addMsgCallback(), and DtAssistantInfoMsgKind.
Referenced by DtAssistantConnectionInfoMgr::DtAssistantConnectionInfoMgr().
| const DtNetU32 * DtAssistantInfoMsg::addressFamiliesPtr | ( | ) | const [protected, virtual] |
Return pointer to location of address families in message.
References bestEffortAddrsPtr(), and rtiexecForwarderCount().
Referenced by getRtiexecsAndForwarders(), rtiexecCompIdsPtr(), and setRtiexecsAndForwarders().
| DtNetU32 * DtAssistantInfoMsg::addressFamiliesPtr | ( | ) | [protected, virtual] |
References bestEffortAddrsPtr(), and rtiexecForwarderCount().
| unsigned int DtAssistantInfoMsg::assistantInfoMemoryPeriod | ( | ) | const [virtual] |
Get / Set the assistant information memory period.
References DtNetAssistantInfoMsg::assistantInfoMemoryPeriod, and netAssistantInfoMsg().
Referenced by DtAssistantConnectionInfoMgr::processInfoMsg().
| const DtNetU128 * DtAssistantInfoMsg::bestEffortAddrsPtr | ( | ) | const [protected, virtual] |
Return pointer to location of rtiexec/forwarder best effort addresses in message.
References reliableAddrsPtr(), and rtiexecForwarderCount().
Referenced by addressFamiliesPtr(), getRtiexecsAndForwarders(), and setRtiexecsAndForwarders().
| DtNetU128 * DtAssistantInfoMsg::bestEffortAddrsPtr | ( | ) | [protected, virtual] |
References reliableAddrsPtr(), and rtiexecForwarderCount().
| DtAssistantMsg * DtAssistantInfoMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtAssistantMsg.
References DtAssistantInfoMsg(), and netAssistantInfoMsg().
| DtAssistantMsg * DtAssistantInfoMsg::create | ( | const DtNetAssistantMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Creators.
References DtAssistantInfoMsg().
| DtAssistantMsg * DtAssistantInfoMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
References DtAssistantInfoMsg().
| const DtNetU32 * DtAssistantInfoMsg::forwarderCompIdsPtr | ( | ) | const [protected, virtual] |
Return pointer to location of forwarder component IDs in message.
References rtiexecCompIdsPtr(), and rtiexecForwarderCount().
Referenced by getRtiexecsAndForwarders(), setRtiexecsAndForwarders(), and udpPortsPtr().
| DtNetU32 * DtAssistantInfoMsg::forwarderCompIdsPtr | ( | ) | [protected, virtual] |
References rtiexecCompIdsPtr(), and rtiexecForwarderCount().
| const DtNetU16 * DtAssistantInfoMsg::forwarderPortsPtr | ( | ) | const [protected, virtual] |
Return pointer to location of forwarder-to-forwarder ports in the message.
References rtiexecForwarderCount(), and tcpPortsPtr().
Referenced by fullCompliancePtr(), getRtiexecsAndForwarders(), and setRtiexecsAndForwarders().
| DtNetU16 * DtAssistantInfoMsg::forwarderPortsPtr | ( | ) | [protected, virtual] |
References rtiexecForwarderCount(), and tcpPortsPtr().
| const DtNetU8 * DtAssistantInfoMsg::fullCompliancePtr | ( | ) | const [protected, virtual] |
Return pointer to location of rtiexec/forwarder full compliance settings in message.
References forwarderPortsPtr(), and rtiexecForwarderCount().
Referenced by getRtiexecsAndForwarders(), rtiexecForwarderFlagPtr(), and setRtiexecsAndForwarders().
| DtNetU8 * DtAssistantInfoMsg::fullCompliancePtr | ( | ) | [protected, virtual] |
References forwarderPortsPtr(), and rtiexecForwarderCount().
| void DtAssistantInfoMsg::getRtiexecsAndForwarders | ( | DtRtiConnectionAndConfiguration & | rtiexecsAndForwarders, |
| const MAKRti::DtInetAddr & | interfaceReceivedOn | ||
| ) | const [virtual] |
References DtRtiConnectionAndConfiguration::addConfiguration(), DtRtiConnectionAndConfiguration::addConnection(), addressFamiliesPtr(), bestEffortAddrsPtr(), DtRtiAssociatedConnectionData::DtConnectionForwarderVerified, DtRtiAssociatedConnectionData::DtConnectionVerified, forwarderCompIdsPtr(), forwarderPortsPtr(), fullCompliancePtr(), hostNamesPtr(), ownerHostsPtr(), reliableAddrsPtr(), rtiexecCompIdsPtr(), rtiexecForwarderCount(), rtiexecForwarderFlagPtr(), rtiexecForwarderNamesPtr(), DtRtiConnectionAndConfiguration::setConnectionConfigMapping(), tcpPort, tcpPortsPtr(), theForwarderFlag, theForwarderHasRtiexecFlag, theRtiexecFlag, and udpPortsPtr().
Referenced by DtAssistantConnectionInfoMgr::processInfoMsg().
| const char * DtAssistantInfoMsg::hostNamesPtr | ( | ) | const [protected, virtual] |
Return pointer to rtiexec/forwarder host names location in msg.
References rtiexecForwarderNamesPtr(), and rtiexecForwarderNamesSize().
Referenced by getRtiexecsAndForwarders(), ownerHostsPtr(), and setRtiexecsAndForwarders().
| char * DtAssistantInfoMsg::hostNamesPtr | ( | ) | [protected, virtual] |
References rtiexecForwarderNamesPtr(), and rtiexecForwarderNamesSize().
| unsigned long DtAssistantInfoMsg::hostNamesSize | ( | ) | const [protected, virtual] |
References DtNetAssistantInfoMsg::hostNamesSize, and netAssistantInfoMsg().
Referenced by ownerHostsPtr(), and setRtiexecsAndForwarders().
| DtAssistantMsgKind DtAssistantInfoMsg::internalMsgKind | ( | ) | [protected, virtual] |
Returns the kind of a DtAssistantInfoMsg message.
Implements DtAssistantMsg.
References DtAssistantInfoMsgKind.
Referenced by DtAssistantInfoMsg().
| bool DtAssistantInfoMsg::isRemoval | ( | ) | const [virtual] |
Get/Set whether the message is indicating the removal of the specified rtiexecs and license servers.
If not, it is for addition.
References netAssistantInfoMsg(), and DtNetAssistantInfoMsg::removal.
Referenced by DtAssistantConnectionInfoMgr::processInfoMsg().
| int DtAssistantInfoMsg::minSize | ( | ) | const [protected, virtual] |
Returns minimum size of a message, including header.
Referenced by DtAssistantInfoMsg().
| DtNetAssistantInfoMsg * DtAssistantInfoMsg::netAssistantInfoMsg | ( | ) | [protected, virtual] |
The network representation for the message.
Referenced by assistantInfoMemoryPeriod(), clone(), hostNamesSize(), isRemoval(), ownerHostSize(), reliableAddrsPtr(), remoteCmdsAccepted(), rtiexecForwarderCount(), rtiexecForwarderNamesSize(), setAssistantInfoMemoryPeriod(), setHostNamesSize(), setOwnerHostSize(), setRemoteCmdsAccepted(), setRemoval(), setRtiexecForwarderCount(), and setRtiexecForwarderNamesSize().
| const DtNetAssistantInfoMsg * DtAssistantInfoMsg::netAssistantInfoMsg | ( | ) | const [protected, virtual] |
| unsigned DtAssistantInfoMsg::ownerHostSize | ( | ) | const [protected, virtual] |
References netAssistantInfoMsg(), and DtNetAssistantInfoMsg::ownerHostSize.
Referenced by setRtiexecsAndForwarders().
| const char * DtAssistantInfoMsg::ownerHostsPtr | ( | ) | const [protected, virtual] |
Return pointer to host names of the machines that own the conns.
References hostNamesPtr(), and hostNamesSize().
Referenced by getRtiexecsAndForwarders(), and setRtiexecsAndForwarders().
| char * DtAssistantInfoMsg::ownerHostsPtr | ( | ) | [protected, virtual] |
References hostNamesPtr(), and hostNamesSize().
| void DtAssistantInfoMsg::printData | ( | ) | const [virtual] |
Print the data section.
Reimplemented from DtAssistantMsg.
| const DtNetU128 * DtAssistantInfoMsg::reliableAddrsPtr | ( | ) | const [protected, virtual] |
Return pointer to location of rtiexec/forwarder reliable addresses in message.
References netAssistantInfoMsg().
Referenced by bestEffortAddrsPtr(), getRtiexecsAndForwarders(), and setRtiexecsAndForwarders().
| DtNetU128 * DtAssistantInfoMsg::reliableAddrsPtr | ( | ) | [protected, virtual] |
References netAssistantInfoMsg().
| bool DtAssistantInfoMsg::remoteCmdsAccepted | ( | ) | const [virtual] |
Get/Set whether the sending assistant is accepting remote commands (e.g.
starting & shutding down rtiexecs).
References DtNetAssistantInfoMsg::acceptsRemoteCmds, and netAssistantInfoMsg().
Referenced by DtAssistantConnectionInfoMgr::processInfoMsg().
| void DtAssistantInfoMsg::removeCallback | ( | DtRtiAssistantPeer * | conn, |
| DtAssistantInfoCb | cb, | ||
| void * | usr | ||
| ) | [static] |
References DtAssistantInfoMsgKind, and DtRtiAssistantPeer::removeMsgCallback().
Referenced by DtAssistantConnectionInfoMgr::~DtAssistantConnectionInfoMgr().
| const DtNetU32 * DtAssistantInfoMsg::rtiexecCompIdsPtr | ( | ) | const [protected, virtual] |
Return pointer to location of rtiexec component IDs in message.
References addressFamiliesPtr(), and rtiexecForwarderCount().
Referenced by forwarderCompIdsPtr(), getRtiexecsAndForwarders(), and setRtiexecsAndForwarders().
| DtNetU32 * DtAssistantInfoMsg::rtiexecCompIdsPtr | ( | ) | [protected, virtual] |
References addressFamiliesPtr(), and rtiexecForwarderCount().
| unsigned long DtAssistantInfoMsg::rtiexecForwarderCount | ( | ) | const [protected, virtual] |
References netAssistantInfoMsg(), and DtNetAssistantInfoMsg::rtiexecForwarderCount.
Referenced by addressFamiliesPtr(), bestEffortAddrsPtr(), forwarderCompIdsPtr(), forwarderPortsPtr(), fullCompliancePtr(), getRtiexecsAndForwarders(), rtiexecCompIdsPtr(), rtiexecForwarderFlagPtr(), rtiexecForwarderNamesPtr(), setRtiexecsAndForwarders(), tcpPortsPtr(), and udpPortsPtr().
| const DtNetU8 * DtAssistantInfoMsg::rtiexecForwarderFlagPtr | ( | ) | const [protected, virtual] |
Return pointer to location of flags which indicate if each included rtiexec/forwarder is an rtiexec, forwarder, or both.
References fullCompliancePtr(), and rtiexecForwarderCount().
Referenced by getRtiexecsAndForwarders(), rtiexecForwarderNamesPtr(), and setRtiexecsAndForwarders().
| DtNetU8 * DtAssistantInfoMsg::rtiexecForwarderFlagPtr | ( | ) | [protected, virtual] |
References fullCompliancePtr(), and rtiexecForwarderCount().
| const char * DtAssistantInfoMsg::rtiexecForwarderNamesPtr | ( | ) | const [protected, virtual] |
Return pointer to rtiexec/forwarder conn names location in msg.
References rtiexecForwarderCount(), and rtiexecForwarderFlagPtr().
Referenced by getRtiexecsAndForwarders(), hostNamesPtr(), and setRtiexecsAndForwarders().
| char * DtAssistantInfoMsg::rtiexecForwarderNamesPtr | ( | ) | [protected, virtual] |
References rtiexecForwarderCount(), and rtiexecForwarderFlagPtr().
| unsigned long DtAssistantInfoMsg::rtiexecForwarderNamesSize | ( | ) | const [protected, virtual] |
References netAssistantInfoMsg(), and DtNetAssistantInfoMsg::rtiexecForwarderNamesSize.
Referenced by hostNamesPtr(), and setRtiexecsAndForwarders().
| void DtAssistantInfoMsg::setAssistantInfoMemoryPeriod | ( | unsigned int | interval | ) | [virtual] |
References DtNetAssistantInfoMsg::assistantInfoMemoryPeriod, and netAssistantInfoMsg().
Referenced by DtRtiAssistantPeer::sendInfoMsg().
| void DtAssistantInfoMsg::setHostNamesSize | ( | unsigned long | size | ) | [protected, virtual] |
Set/Get rtiexec/forwarder host names text size.
References DtNetAssistantInfoMsg::hostNamesSize, and netAssistantInfoMsg().
Referenced by setRtiexecsAndForwarders().
| void DtAssistantInfoMsg::setOwnerHostSize | ( | unsigned | size | ) | [protected, virtual] |
Set/Get owning host names text size.
References netAssistantInfoMsg(), and DtNetAssistantInfoMsg::ownerHostSize.
Referenced by setRtiexecsAndForwarders().
| void DtAssistantInfoMsg::setRemoteCmdsAccepted | ( | bool | val | ) | [virtual] |
References DtNetAssistantInfoMsg::acceptsRemoteCmds, and netAssistantInfoMsg().
Referenced by DtRtiAssistantPeer::sendInfoMsg().
| void DtAssistantInfoMsg::setRemoval | ( | bool | val | ) | [virtual] |
References netAssistantInfoMsg(), and DtNetAssistantInfoMsg::removal.
Referenced by DtRtiAssistantPeer::sendInfoMsg().
| void DtAssistantInfoMsg::setRtiexecForwarderCount | ( | unsigned long | count | ) | [protected, virtual] |
Set/Get number of rtiexecs/forwarders included in message.
References netAssistantInfoMsg(), and DtNetAssistantInfoMsg::rtiexecForwarderCount.
Referenced by setRtiexecsAndForwarders().
| void DtAssistantInfoMsg::setRtiexecForwarderNamesSize | ( | unsigned long | size | ) | [protected, virtual] |
Set/Get rtiexec/forwarder connection names text size.
References netAssistantInfoMsg(), and DtNetAssistantInfoMsg::rtiexecForwarderNamesSize.
Referenced by setRtiexecsAndForwarders().
| void DtAssistantInfoMsg::setRtiexecsAndForwarders | ( | const DtRtiConnectionAndConfiguration & | rtiexecsAndForwarders | ) | [virtual] |
Set/Get rtiexec and forwarder information.
References addressFamiliesPtr(), bestEffortAddrsPtr(), DtRtiConnectionAndConfiguration::connections(), DtRtiConnectionAndConfiguration::findConfigMapping(), forwarderCompIdsPtr(), forwarderPortsPtr(), fullCompliancePtr(), hostNamesPtr(), hostNamesSize(), rti1516e::insertBytes(), ownerHostSize(), ownerHostsPtr(), reliableAddrsPtr(), rtiexecCompIdsPtr(), rtiexecForwarderCount(), rtiexecForwarderFlagPtr(), rtiexecForwarderNamesPtr(), rtiexecForwarderNamesSize(), setHostNamesSize(), setOwnerHostSize(), setRtiexecForwarderCount(), setRtiexecForwarderNamesSize(), DtRtiConnectionAndConfiguration::size(), tcpPortsPtr(), theForwarderFlag, theForwarderHasRtiexecFlag, theRtiexecFlag, and udpPortsPtr().
Referenced by DtRtiAssistantPeer::sendInfoMsg().
| const DtNetU16 * DtAssistantInfoMsg::tcpPortsPtr | ( | ) | const [protected, virtual] |
Return pointer to location of rtiexec/forwarder TCP ports in message.
References rtiexecForwarderCount(), and udpPortsPtr().
Referenced by forwarderPortsPtr(), getRtiexecsAndForwarders(), and setRtiexecsAndForwarders().
| DtNetU16 * DtAssistantInfoMsg::tcpPortsPtr | ( | ) | [protected, virtual] |
References rtiexecForwarderCount(), and udpPortsPtr().
| const DtNetU16 * DtAssistantInfoMsg::udpPortsPtr | ( | ) | const [protected, virtual] |
Return pointer to location of rtiexec/forwarder UDP ports in message.
References forwarderCompIdsPtr(), and rtiexecForwarderCount().
Referenced by getRtiexecsAndForwarders(), setRtiexecsAndForwarders(), and tcpPortsPtr().
| DtNetU16 * DtAssistantInfoMsg::udpPortsPtr | ( | ) | [protected, virtual] |
References forwarderCompIdsPtr(), and rtiexecForwarderCount().
std::map<DtRtiConnectionInfo, DtRtiConnectionConfigurationInfo> DtAssistantInfoMsg::myConfigurationsByConnectionMap [protected] |
const unsigned DtAssistantInfoMsg::theForwarderFlag = 0x2 [static, protected] |
Flag indicating that an entry is a forwarder.
Referenced by getRtiexecsAndForwarders(), and setRtiexecsAndForwarders().
const unsigned DtAssistantInfoMsg::theForwarderHasRtiexecFlag = 0x4 [static, protected] |
Flag indicating that, if entry is for a forwarder, the forwarder is also aware of an rtiexec in its network.
Referenced by getRtiexecsAndForwarders(), and setRtiexecsAndForwarders().
const unsigned DtAssistantInfoMsg::theRtiexecFlag = 0x1 [static, protected] |
Flag indicating that an entry is an rtiexec.
Referenced by getRtiexecsAndForwarders(), and setRtiexecsAndForwarders().