|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/tcp/TcpCommand.msg:140 by opp_msgtool.
More...
#include <TcpCommand_m.h>
Public Member Functions | |
| TcpSetTimeToLiveCommand () | |
| TcpSetTimeToLiveCommand (const TcpSetTimeToLiveCommand &other) | |
| virtual | ~TcpSetTimeToLiveCommand () |
| TcpSetTimeToLiveCommand & | operator= (const TcpSetTimeToLiveCommand &other) |
| virtual TcpSetTimeToLiveCommand * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual int | getTtl () const |
| virtual void | setTtl (int ttl) |
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 TcpSetTimeToLiveCommand &)=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 | |
| int | ttl = 0 |
Protected Attributes inherited from inet::TcpCommand | |
| int | userId = -1 |
Private Member Functions | |
| void | copy (const TcpSetTimeToLiveCommand &other) |
Class generated from inet/transportlayer/contract/tcp/TcpCommand.msg:140 by opp_msgtool.
class TcpSetTimeToLiveCommand extends TcpSetOptionCommand { int ttl; }
| inet::TcpSetTimeToLiveCommand::TcpSetTimeToLiveCommand | ( | ) |
| inet::TcpSetTimeToLiveCommand::TcpSetTimeToLiveCommand | ( | const TcpSetTimeToLiveCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::TcpSetOptionCommand.
|
virtual |
| TcpSetTimeToLiveCommand& inet::TcpSetTimeToLiveCommand::operator= | ( | const TcpSetTimeToLiveCommand & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::TcpSetOptionCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::TcpSetOptionCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::TcpSocket::setTimeToLive().
|
protected |