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

Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:325 by nedtool. More...

#include <UDPControlInfo_m.h>

Inheritance diagram for inet::UDPLeaveMulticastSourcesCommand:
inet::UDPSetOptionCommand inet::UDPControlInfo

Public Member Functions

 UDPLeaveMulticastSourcesCommand ()
 
 UDPLeaveMulticastSourcesCommand (const UDPLeaveMulticastSourcesCommand &other)
 
virtual ~UDPLeaveMulticastSourcesCommand ()
 
UDPLeaveMulticastSourcesCommandoperator= (const UDPLeaveMulticastSourcesCommand &other)
 
virtual UDPLeaveMulticastSourcesCommanddup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual int getInterfaceId () const
 
virtual void setInterfaceId (int interfaceId)
 
virtual L3AddressgetMulticastAddr ()
 
virtual const L3AddressgetMulticastAddr () const
 
virtual void setMulticastAddr (const L3Address &multicastAddr)
 
virtual void setSourceListArraySize (unsigned int size)
 
virtual unsigned int getSourceListArraySize () const
 
virtual L3AddressgetSourceList (unsigned int k)
 
virtual const L3AddressgetSourceList (unsigned int k) const
 
virtual void setSourceList (unsigned int k, const L3Address &sourceList)
 
- Public Member Functions inherited from inet::UDPSetOptionCommand
 UDPSetOptionCommand ()
 
 UDPSetOptionCommand (const UDPSetOptionCommand &other)
 
virtual ~UDPSetOptionCommand ()
 
UDPSetOptionCommandoperator= (const UDPSetOptionCommand &other)
 
- Public Member Functions inherited from inet::UDPControlInfo
 UDPControlInfo ()
 
 UDPControlInfo (const UDPControlInfo &other)
 
virtual ~UDPControlInfo ()
 
UDPControlInfooperator= (const UDPControlInfo &other)
 
virtual int getSockId () const
 
virtual void setSockId (int sockId)
 

Protected Member Functions

bool operator== (const UDPLeaveMulticastSourcesCommand &)
 
- Protected Member Functions inherited from inet::UDPSetOptionCommand
bool operator== (const UDPSetOptionCommand &)
 
- Protected Member Functions inherited from inet::UDPControlInfo
bool operator== (const UDPControlInfo &)
 

Protected Attributes

int interfaceId
 
L3Address multicastAddr
 
L3AddresssourceList
 
unsigned int sourceList_arraysize
 
- Protected Attributes inherited from inet::UDPControlInfo
int sockId
 

Private Member Functions

void copy (const UDPLeaveMulticastSourcesCommand &other)
 

Detailed Description

Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:325 by nedtool.

//
// Control info for letting an UDP socket to leave a multicast group
// for the selected sources.
//
// see IP_DROP_SOURCE_MEMBERSHIP socket option
class UDPLeaveMulticastSourcesCommand extends UDPSetOptionCommand
{
    int interfaceId;
    L3Address multicastAddr;
    L3Address sourceList[];
}

Constructor & Destructor Documentation

inet::UDPLeaveMulticastSourcesCommand::UDPLeaveMulticastSourcesCommand ( )
inet::UDPLeaveMulticastSourcesCommand::UDPLeaveMulticastSourcesCommand ( const UDPLeaveMulticastSourcesCommand other)
virtual inet::UDPLeaveMulticastSourcesCommand::~UDPLeaveMulticastSourcesCommand ( )
virtual

Member Function Documentation

void inet::UDPLeaveMulticastSourcesCommand::copy ( const UDPLeaveMulticastSourcesCommand other)
private
virtual UDPLeaveMulticastSourcesCommand* inet::UDPLeaveMulticastSourcesCommand::dup ( ) const
inlineoverridevirtual
virtual int inet::UDPLeaveMulticastSourcesCommand::getInterfaceId ( ) const
virtual
virtual L3Address& inet::UDPLeaveMulticastSourcesCommand::getMulticastAddr ( )
virtual
virtual const L3Address& inet::UDPLeaveMulticastSourcesCommand::getMulticastAddr ( ) const
inlinevirtual

Referenced by getMulticastAddr().

virtual L3Address& inet::UDPLeaveMulticastSourcesCommand::getSourceList ( unsigned int  k)
virtual
virtual const L3Address& inet::UDPLeaveMulticastSourcesCommand::getSourceList ( unsigned int  k) const
inlinevirtual

Referenced by getSourceList().

1112 {return const_cast<UDPLeaveMulticastSourcesCommand*>(this)->getSourceList(k);}
virtual L3Address & getSourceList(unsigned int k)
const double k
Definition: QAM16Modulation.cc:24
virtual unsigned int inet::UDPLeaveMulticastSourcesCommand::getSourceListArraySize ( ) const
virtual
UDPLeaveMulticastSourcesCommand& inet::UDPLeaveMulticastSourcesCommand::operator= ( const UDPLeaveMulticastSourcesCommand other)
bool inet::UDPLeaveMulticastSourcesCommand::operator== ( const UDPLeaveMulticastSourcesCommand )
protected
virtual void inet::UDPLeaveMulticastSourcesCommand::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::UDPSetOptionCommand.

Referenced by inet::doParsimPacking().

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

Reimplemented from inet::UDPSetOptionCommand.

Referenced by inet::doParsimUnpacking().

virtual void inet::UDPLeaveMulticastSourcesCommand::setInterfaceId ( int  interfaceId)
virtual
virtual void inet::UDPLeaveMulticastSourcesCommand::setMulticastAddr ( const L3Address multicastAddr)
virtual
virtual void inet::UDPLeaveMulticastSourcesCommand::setSourceList ( unsigned int  k,
const L3Address sourceList 
)
virtual
virtual void inet::UDPLeaveMulticastSourcesCommand::setSourceListArraySize ( unsigned int  size)
virtual

Member Data Documentation

int inet::UDPLeaveMulticastSourcesCommand::interfaceId
protected
L3Address inet::UDPLeaveMulticastSourcesCommand::multicastAddr
protected
L3Address* inet::UDPLeaveMulticastSourcesCommand::sourceList
protected
unsigned int inet::UDPLeaveMulticastSourcesCommand::sourceList_arraysize
protected

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