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