INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:266
by nedtool.
More...
#include <UDPControlInfo_m.h>
Public Member Functions | |
UDPJoinMulticastGroupsCommand () | |
UDPJoinMulticastGroupsCommand (const UDPJoinMulticastGroupsCommand &other) | |
virtual | ~UDPJoinMulticastGroupsCommand () |
UDPJoinMulticastGroupsCommand & | operator= (const UDPJoinMulticastGroupsCommand &other) |
virtual UDPJoinMulticastGroupsCommand * | dup () 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 L3Address & | getMulticastAddr (unsigned int k) |
virtual const L3Address & | getMulticastAddr (unsigned int k) const |
virtual void | setMulticastAddr (unsigned int k, const L3Address &multicastAddr) |
virtual void | setInterfaceIdArraySize (unsigned int size) |
virtual unsigned int | getInterfaceIdArraySize () const |
virtual int | getInterfaceId (unsigned int k) const |
virtual void | setInterfaceId (unsigned int k, int interfaceId) |
Public Member Functions inherited from inet::UDPSetOptionCommand | |
UDPSetOptionCommand () | |
UDPSetOptionCommand (const UDPSetOptionCommand &other) | |
virtual | ~UDPSetOptionCommand () |
UDPSetOptionCommand & | operator= (const UDPSetOptionCommand &other) |
Public Member Functions inherited from inet::UDPControlInfo | |
UDPControlInfo () | |
UDPControlInfo (const UDPControlInfo &other) | |
virtual | ~UDPControlInfo () |
UDPControlInfo & | operator= (const UDPControlInfo &other) |
virtual int | getSockId () const |
virtual void | setSockId (int sockId) |
Protected Member Functions | |
bool | operator== (const UDPJoinMulticastGroupsCommand &) |
Protected Member Functions inherited from inet::UDPSetOptionCommand | |
bool | operator== (const UDPSetOptionCommand &) |
Protected Member Functions inherited from inet::UDPControlInfo | |
bool | operator== (const UDPControlInfo &) |
Protected Attributes | |
L3Address * | multicastAddr |
unsigned int | multicastAddr_arraysize |
int * | interfaceId |
unsigned int | interfaceId_arraysize |
Protected Attributes inherited from inet::UDPControlInfo | |
int | sockId |
Private Member Functions | |
void | copy (const UDPJoinMulticastGroupsCommand &other) |
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:266
by nedtool.
// // Control info for letting an UDP socket join 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. // // The address-interfaceId pairs are passed as two separate arrays. // When there are less interfaceIds than multicast addresses, // then -1 is assumed (meaning join on all interfaces). // // @see ~UDPCommandCode // class UDPJoinMulticastGroupsCommand extends UDPSetOptionCommand { L3Address multicastAddr[]; int interfaceId[]; }
inet::UDPJoinMulticastGroupsCommand::UDPJoinMulticastGroupsCommand | ( | ) |
inet::UDPJoinMulticastGroupsCommand::UDPJoinMulticastGroupsCommand | ( | const UDPJoinMulticastGroupsCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UDPSetOptionCommand.
|
virtual |
Referenced by inet::UDP::processCommandFromApp().
|
virtual |
Referenced by inet::UDP::processCommandFromApp().
|
virtual |
Referenced by inet::UDP::processCommandFromApp().
|
inlinevirtual |
Referenced by getMulticastAddr().
|
virtual |
Referenced by inet::UDP::processCommandFromApp().
UDPJoinMulticastGroupsCommand& inet::UDPJoinMulticastGroupsCommand::operator= | ( | const UDPJoinMulticastGroupsCommand & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::UDPSetOptionCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::UDPSetOptionCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::UDPSocket::joinLocalMulticastGroups(), and inet::UDPSocket::joinMulticastGroup().
|
virtual |
Referenced by inet::UDPSocket::joinLocalMulticastGroups(), and inet::UDPSocket::joinMulticastGroup().
|
virtual |
Referenced by inet::UDPSocket::joinLocalMulticastGroups(), and inet::UDPSocket::joinMulticastGroup().
|
virtual |
Referenced by inet::UDPSocket::joinLocalMulticastGroups(), and inet::UDPSocket::joinMulticastGroup().
|
protected |
|
protected |
|
protected |
|
protected |