|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/tcp_common/TCPSegment.msg:174 by nedtool.
More...
#include <TCPSegment_m.h>
Public Member Functions | |
| TCPOptionTimestamp () | |
| TCPOptionTimestamp (const TCPOptionTimestamp &other) | |
| virtual | ~TCPOptionTimestamp () |
| TCPOptionTimestamp & | operator= (const TCPOptionTimestamp &other) |
| virtual TCPOptionTimestamp * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual uint32_t | getSenderTimestamp () const |
| virtual void | setSenderTimestamp (uint32_t senderTimestamp) |
| virtual uint32_t | getEchoedTimestamp () const |
| virtual void | setEchoedTimestamp (uint32_t echoedTimestamp) |
Public Member Functions inherited from inet::tcp::TCPOption | |
| TCPOption () | |
| TCPOption (const TCPOption &other) | |
| virtual | ~TCPOption () |
| TCPOption & | operator= (const TCPOption &other) |
| virtual unsigned short | getKind () const |
| virtual void | setKind (unsigned short kind) |
| virtual unsigned short | getLength () const |
| virtual void | setLength (unsigned short length) |
Protected Member Functions | |
| bool | operator== (const TCPOptionTimestamp &) |
Protected Member Functions inherited from inet::tcp::TCPOption | |
| bool | operator== (const TCPOption &) |
Protected Attributes | |
| uint32_t | senderTimestamp |
| uint32_t | echoedTimestamp |
Protected Attributes inherited from inet::tcp::TCPOption | |
| unsigned short | kind |
| unsigned short | length |
Private Member Functions | |
| void | copy (const TCPOptionTimestamp &other) |
Class generated from inet/transportlayer/tcp_common/TCPSegment.msg:174 by nedtool.
class TCPOptionTimestamp extends TCPOption { kind = TCPOPTION_TIMESTAMP; length = 10; uint32_t senderTimestamp; uint32_t echoedTimestamp; }
| inet::tcp::TCPOptionTimestamp::TCPOptionTimestamp | ( | ) |
| inet::tcp::TCPOptionTimestamp::TCPOptionTimestamp | ( | const TCPOptionTimestamp & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::tcp::TCPOption.
|
virtual |
|
virtual |
| TCPOptionTimestamp& inet::tcp::TCPOptionTimestamp::operator= | ( | const TCPOptionTimestamp & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::tcp::TCPOption.
Referenced by inet::tcp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::tcp::TCPOption.
Referenced by inet::tcp::doParsimUnpacking().
|
virtual |
Referenced by inet::PacketDrillApp::runEvent(), and inet::tcp::TCPConnection::writeHeaderOptions().
|
virtual |
Referenced by inet::tcp::TCPConnection::writeHeaderOptions().
|
protected |
|
protected |