INET Framework for OMNeT++/OMNEST
inet::IGMPQuery Class Reference

Class generated from inet/networklayer/ipv4/IGMPMessage.msg:49 by nedtool. More...

#include <IGMPMessage_m.h>

Inheritance diagram for inet::IGMPQuery:
inet::IGMPMessage inet::IGMPv1Query inet::IGMPv2Query inet::IGMPv3Query_Base inet::IGMPv3Query

Public Member Functions

 IGMPQuery (const char *name=nullptr, short kind=0)
 
 IGMPQuery (const IGMPQuery &other)
 
virtual ~IGMPQuery ()
 
IGMPQueryoperator= (const IGMPQuery &other)
 
virtual IGMPQuerydup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual IPv4AddressgetGroupAddress ()
 
virtual const IPv4AddressgetGroupAddress () const
 
virtual void setGroupAddress (const IPv4Address &groupAddress)
 
- Public Member Functions inherited from inet::IGMPMessage
 IGMPMessage (const char *name=nullptr, short kind=0)
 
 IGMPMessage (const IGMPMessage &other)
 
virtual ~IGMPMessage ()
 
IGMPMessageoperator= (const IGMPMessage &other)
 
virtual int getType () const
 
virtual void setType (int type)
 

Protected Member Functions

bool operator== (const IGMPQuery &)
 
- Protected Member Functions inherited from inet::IGMPMessage
bool operator== (const IGMPMessage &)
 

Protected Attributes

IPv4Address groupAddress
 
- Protected Attributes inherited from inet::IGMPMessage
int type
 

Private Member Functions

void copy (const IGMPQuery &other)
 

Detailed Description

Class generated from inet/networklayer/ipv4/IGMPMessage.msg:49 by nedtool.

packet IGMPQuery extends IGMPMessage
{
    IPv4Address groupAddress;
}

Constructor & Destructor Documentation

inet::IGMPQuery::IGMPQuery ( const char *  name = nullptr,
short  kind = 0 
)
inet::IGMPQuery::IGMPQuery ( const IGMPQuery other)
virtual inet::IGMPQuery::~IGMPQuery ( )
virtual

Member Function Documentation

void inet::IGMPQuery::copy ( const IGMPQuery other)
private
virtual IGMPQuery* inet::IGMPQuery::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::IGMPMessage.

Reimplemented in inet::IGMPv3Query_Base, inet::IGMPv2Query, inet::IGMPv1Query, and inet::IGMPv3Query.

129 {return new IGMPQuery(*this);}
IGMPQuery(const char *name=nullptr, short kind=0)
virtual IPv4Address& inet::IGMPQuery::getGroupAddress ( )
virtual
virtual const IPv4Address& inet::IGMPQuery::getGroupAddress ( ) const
inlinevirtual

Referenced by getGroupAddress().

135 {return const_cast<IGMPQuery*>(this)->getGroupAddress();}
IGMPQuery(const char *name=nullptr, short kind=0)
virtual IPv4Address & getGroupAddress()
IGMPQuery& inet::IGMPQuery::operator= ( const IGMPQuery other)
bool inet::IGMPQuery::operator== ( const IGMPQuery )
protected
virtual void inet::IGMPQuery::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::IGMPMessage.

Reimplemented in inet::IGMPv3Query_Base, inet::IGMPv2Query, and inet::IGMPv1Query.

Referenced by inet::doParsimPacking().

virtual void inet::IGMPQuery::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Member Data Documentation

IPv4Address inet::IGMPQuery::groupAddress
protected

The documentation for this class was generated from the following file: