![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Information for multicast group entry. More...
Collaboration diagram for DtMulticastEntry:Public Member Functions | |
| DtMulticastEntry () | |
| DtMulticastEntry (MAKRti::DtInetAddr addrVal, MAKRti::DtInetAddr netInterfaceVal, int countVal=0) | |
Public Attributes | |
| MAKRti::DtInetAddr | addr |
| The multicast address. | |
| MAKRti::DtInetAddr | netInterface |
| The interface used to send. | |
| int | count |
| Number of joins to this address. | |
Information for multicast group entry.
|
inline |
|
inline |
| MAKRti::DtInetAddr DtMulticastEntry::addr |
The multicast address.
Referenced by DtConnectionMgr::disconnectFederation(), and DtConnectionMgr::~DtConnectionMgr().
| int DtMulticastEntry::count |
Number of joins to this address.
Referenced by DtConnectionMgr::createBestEffortConn(), DtSmConnectionMgr::dropMulticastGroup(), DtConnectionMgr::dropMulticastGroup(), DtSmConnectionMgr::listenToMulticastGroup(), and DtConnectionMgr::listenToMulticastGroup().
| MAKRti::DtInetAddr DtMulticastEntry::netInterface |
The interface used to send.
Referenced by DtConnectionMgr::disconnectFederation(), and DtConnectionMgr::~DtConnectionMgr().