|
INET Framework for OMNeT++/OMNEST
|
#include <Igmpv3.h>
Public Member Functions | |
| HostGroupData (HostInterfaceData *parent, Ipv4Address group) | |
| virtual | ~HostGroupData () |
| std::string | getStateInfo () const |
Public Attributes | |
| HostInterfaceData * | parent |
| Ipv4Address | groupAddr |
| FilterMode | filter |
| Ipv4AddressVector | sourceAddressList |
| HostGroupState | state |
| cMessage * | timer |
| Ipv4AddressVector | queriedSources |
| inet::Igmpv3::HostGroupData::HostGroupData | ( | HostInterfaceData * | parent, |
| Ipv4Address | group | ||
| ) |
|
virtual |
| string inet::Igmpv3::HostGroupData::getStateInfo | ( | ) | const |
Referenced by inet::Igmpv3::multicastSourceListChanged().
| FilterMode inet::Igmpv3::HostGroupData::filter |
Referenced by inet::Igmpv3::multicastSourceListChanged(), and inet::Igmpv3::processHostGroupQueryTimer().
| Ipv4Address inet::Igmpv3::HostGroupData::groupAddr |
Referenced by HostGroupData(), and inet::Igmpv3::processHostGroupQueryTimer().
| HostInterfaceData* inet::Igmpv3::HostGroupData::parent |
Referenced by HostGroupData(), and inet::Igmpv3::processHostGroupQueryTimer().
| Ipv4AddressVector inet::Igmpv3::HostGroupData::queriedSources |
Referenced by inet::Igmpv3::processHostGroupQueryTimer(), and inet::Igmpv3::processQuery().
| Ipv4AddressVector inet::Igmpv3::HostGroupData::sourceAddressList |
Referenced by inet::Igmpv3::multicastSourceListChanged(), and inet::Igmpv3::processHostGroupQueryTimer().
| HostGroupState inet::Igmpv3::HostGroupData::state |
| cMessage* inet::Igmpv3::HostGroupData::timer |
Referenced by HostGroupData(), and inet::Igmpv3::processQuery().