|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:194 by opp_msgtool.
More...
#include <UdpControlInfo_m.h>
Public Member Functions | |
| UdpSetDscpCommand () | |
| UdpSetDscpCommand (const UdpSetDscpCommand &other) | |
| virtual | ~UdpSetDscpCommand () |
| UdpSetDscpCommand & | operator= (const UdpSetDscpCommand &other) |
| virtual UdpSetDscpCommand * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual short | getDscp () const |
| virtual void | setDscp (short dscp) |
Public Member Functions inherited from inet::UdpSetOptionCommand | |
| UdpSetOptionCommand () | |
| UdpSetOptionCommand (const UdpSetOptionCommand &other) | |
| virtual | ~UdpSetOptionCommand () |
| UdpSetOptionCommand & | operator= (const UdpSetOptionCommand &other) |
| virtual UdpSetOptionSubcode | getOptionCode () const |
| virtual void | setOptionCode (UdpSetOptionSubcode optionCode) |
Public Member Functions inherited from inet::UdpControlInfo | |
| UdpControlInfo () | |
| UdpControlInfo (const UdpControlInfo &other) | |
| virtual | ~UdpControlInfo () |
| UdpControlInfo & | operator= (const UdpControlInfo &other) |
Protected Member Functions | |
| bool | operator== (const UdpSetDscpCommand &)=delete |
Protected Member Functions inherited from inet::UdpSetOptionCommand | |
| bool | operator== (const UdpSetOptionCommand &)=delete |
Protected Member Functions inherited from inet::UdpControlInfo | |
| bool | operator== (const UdpControlInfo &)=delete |
Protected Attributes | |
| short | dscp = 0 |
Protected Attributes inherited from inet::UdpSetOptionCommand | |
| UdpSetOptionSubcode | optionCode = static_cast<UdpSetOptionSubcode>(-1) |
Private Member Functions | |
| void | copy (const UdpSetDscpCommand &other) |
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:194 by opp_msgtool.
// // Control info for setting the DSCP (DiffServ Code Point) // header field on outgoing Ipv4/Ipv6 packets sent from an Udp socket. // This is a 6-bit field. // 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 UdpSetDscpCommand extends UdpSetOptionCommand { optionCode = UDP_C_SETOPTION_DSCP; short dscp; // diffserv code point for Ipv4/Ipv6 }
| inet::UdpSetDscpCommand::UdpSetDscpCommand | ( | ) |
| inet::UdpSetDscpCommand::UdpSetDscpCommand | ( | const UdpSetDscpCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UdpSetOptionCommand.
|
virtual |
| UdpSetDscpCommand& inet::UdpSetDscpCommand::operator= | ( | const UdpSetDscpCommand & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::UdpSetOptionCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::UdpSetOptionCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
protected |