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

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

#include <UDPControlInfo_m.h>

Inheritance diagram for inet::UDPUnblockMulticastSourcesCommand:
inet::UDPSetOptionCommand inet::UDPControlInfo

Public Member Functions

 UDPUnblockMulticastSourcesCommand ()
 
 UDPUnblockMulticastSourcesCommand (const UDPUnblockMulticastSourcesCommand &other)
 
virtual ~UDPUnblockMulticastSourcesCommand ()
 
UDPUnblockMulticastSourcesCommandoperator= (const UDPUnblockMulticastSourcesCommand &other)
 
virtual UDPUnblockMulticastSourcesCommanddup () 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 UDPUnblockMulticastSourcesCommand &)
 
- 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 UDPUnblockMulticastSourcesCommand &other)
 

Detailed Description

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

//
// Control info for letting an UDP socket to permit multicast traffic from
// a previously blocked source.
//
// see IP_UNBLOCK_SOURCE socket option
class UDPUnblockMulticastSourcesCommand extends UDPSetOptionCommand
{
    int interfaceId;
    L3Address multicastAddr;
    L3Address sourceList[];
}

Constructor & Destructor Documentation

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

Member Function Documentation

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

Referenced by getSourceList().

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

Reimplemented from inet::UDPSetOptionCommand.

Referenced by inet::doParsimPacking().

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

Reimplemented from inet::UDPSetOptionCommand.

Referenced by inet::doParsimUnpacking().

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

Member Data Documentation

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

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