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

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

#include <UDPControlInfo_m.h>

Inheritance diagram for inet::UDPLeaveMulticastGroupsCommand:
inet::UDPSetOptionCommand inet::UDPControlInfo

Public Member Functions

 UDPLeaveMulticastGroupsCommand ()
 
 UDPLeaveMulticastGroupsCommand (const UDPLeaveMulticastGroupsCommand &other)
 
virtual ~UDPLeaveMulticastGroupsCommand ()
 
UDPLeaveMulticastGroupsCommandoperator= (const UDPLeaveMulticastGroupsCommand &other)
 
virtual UDPLeaveMulticastGroupsCommanddup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual void setMulticastAddrArraySize (unsigned int size)
 
virtual unsigned int getMulticastAddrArraySize () const
 
virtual L3AddressgetMulticastAddr (unsigned int k)
 
virtual const L3AddressgetMulticastAddr (unsigned int k) const
 
virtual void setMulticastAddr (unsigned int k, const L3Address &multicastAddr)
 
- 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 UDPLeaveMulticastGroupsCommand &)
 
- Protected Member Functions inherited from inet::UDPSetOptionCommand
bool operator== (const UDPSetOptionCommand &)
 
- Protected Member Functions inherited from inet::UDPControlInfo
bool operator== (const UDPControlInfo &)
 

Protected Attributes

L3AddressmulticastAddr
 
unsigned int multicastAddr_arraysize
 
- Protected Attributes inherited from inet::UDPControlInfo
int sockId
 

Private Member Functions

void copy (const UDPLeaveMulticastGroupsCommand &other)
 

Detailed Description

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

//
// Control info for letting an UDP socket leave multicast groups.
// To set the option, send a message to the ~UDP module with kind=UDP_C_SETOPTION
// and an and instance of this control info class attached.
//
// @see ~UDPCommandCode
//
class UDPLeaveMulticastGroupsCommand extends UDPSetOptionCommand
{
    L3Address multicastAddr[];
}

Constructor & Destructor Documentation

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

Member Function Documentation

void inet::UDPLeaveMulticastGroupsCommand::copy ( const UDPLeaveMulticastGroupsCommand other)
private
virtual UDPLeaveMulticastGroupsCommand* inet::UDPLeaveMulticastGroupsCommand::dup ( ) const
inlineoverridevirtual
virtual L3Address& inet::UDPLeaveMulticastGroupsCommand::getMulticastAddr ( unsigned int  k)
virtual
virtual const L3Address& inet::UDPLeaveMulticastGroupsCommand::getMulticastAddr ( unsigned int  k) const
inlinevirtual

Referenced by getMulticastAddr().

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

Reimplemented from inet::UDPSetOptionCommand.

Referenced by inet::doParsimPacking().

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

Reimplemented from inet::UDPSetOptionCommand.

Referenced by inet::doParsimUnpacking().

virtual void inet::UDPLeaveMulticastGroupsCommand::setMulticastAddr ( unsigned int  k,
const L3Address multicastAddr 
)
virtual
virtual void inet::UDPLeaveMulticastGroupsCommand::setMulticastAddrArraySize ( unsigned int  size)
virtual

Member Data Documentation

L3Address* inet::UDPLeaveMulticastGroupsCommand::multicastAddr
protected
unsigned int inet::UDPLeaveMulticastGroupsCommand::multicastAddr_arraysize
protected

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