|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:209 by opp_msgtool.
More...
#include <UdpControlInfo_m.h>
Public Member Functions | |
| UdpSetTosCommand () | |
| UdpSetTosCommand (const UdpSetTosCommand &other) | |
| virtual | ~UdpSetTosCommand () |
| UdpSetTosCommand & | operator= (const UdpSetTosCommand &other) |
| virtual UdpSetTosCommand * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual short | getTos () const |
| virtual void | setTos (short tos) |
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 UdpSetTosCommand &)=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 | tos = 0 |
Protected Attributes inherited from inet::UdpSetOptionCommand | |
| UdpSetOptionSubcode | optionCode = static_cast<UdpSetOptionSubcode>(-1) |
Private Member Functions | |
| void | copy (const UdpSetTosCommand &other) |
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:209 by opp_msgtool.
// // Control info for setting the TOS (Type Of Service) / Traffic Class // header field on outgoing Ipv4/Ipv6 packets sent from an Udp socket. // This is a 8-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 UdpSetTosCommand extends UdpSetOptionCommand { optionCode = UDP_C_SETOPTION_TOS; short tos; // type of service for Ipv4 / Traffic class for Ipv6 }
| inet::UdpSetTosCommand::UdpSetTosCommand | ( | ) |
| inet::UdpSetTosCommand::UdpSetTosCommand | ( | const UdpSetTosCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UdpSetOptionCommand.
|
virtual |
| UdpSetTosCommand& inet::UdpSetTosCommand::operator= | ( | const UdpSetTosCommand & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::UdpSetOptionCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::UdpSetOptionCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
protected |