|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/tcp/TcpCommand.msg:145 by opp_msgtool.
More...
#include <TcpCommand_m.h>
Public Member Functions | |
| TcpSetDscpCommand () | |
| TcpSetDscpCommand (const TcpSetDscpCommand &other) | |
| virtual | ~TcpSetDscpCommand () |
| TcpSetDscpCommand & | operator= (const TcpSetDscpCommand &other) |
| virtual TcpSetDscpCommand * | 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::TcpSetOptionCommand | |
| TcpSetOptionCommand () | |
| TcpSetOptionCommand (const TcpSetOptionCommand &other) | |
| virtual | ~TcpSetOptionCommand () |
| TcpSetOptionCommand & | operator= (const TcpSetOptionCommand &other) |
Public Member Functions inherited from inet::TcpCommand | |
| TcpCommand () | |
| TcpCommand (const TcpCommand &other) | |
| virtual | ~TcpCommand () |
| TcpCommand & | operator= (const TcpCommand &other) |
| virtual int | getUserId () const |
| virtual void | setUserId (int userId) |
Protected Member Functions | |
| bool | operator== (const TcpSetDscpCommand &)=delete |
Protected Member Functions inherited from inet::TcpSetOptionCommand | |
| bool | operator== (const TcpSetOptionCommand &)=delete |
Protected Member Functions inherited from inet::TcpCommand | |
| bool | operator== (const TcpCommand &)=delete |
Protected Attributes | |
| short | dscp = 0 |
Protected Attributes inherited from inet::TcpCommand | |
| int | userId = -1 |
Private Member Functions | |
| void | copy (const TcpSetDscpCommand &other) |
Class generated from inet/transportlayer/contract/tcp/TcpCommand.msg:145 by opp_msgtool.
class TcpSetDscpCommand extends TcpSetOptionCommand { short dscp; // dscp for Ipv4/Ipv6 }
| inet::TcpSetDscpCommand::TcpSetDscpCommand | ( | ) |
| inet::TcpSetDscpCommand::TcpSetDscpCommand | ( | const TcpSetDscpCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::TcpSetOptionCommand.
|
virtual |
| TcpSetDscpCommand& inet::TcpSetDscpCommand::operator= | ( | const TcpSetDscpCommand & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::TcpSetOptionCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::TcpSetOptionCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
protected |