INET Framework for OMNeT++/OMNEST
inet::tcp::TCPOptionNop Class Reference

Class generated from inet/transportlayer/tcp_common/TCPSegment.msg:141 by nedtool. More...

#include <TCPSegment_m.h>

Inheritance diagram for inet::tcp::TCPOptionNop:
inet::tcp::TCPOption

Public Member Functions

 TCPOptionNop ()
 
 TCPOptionNop (const TCPOptionNop &other)
 
virtual ~TCPOptionNop ()
 
TCPOptionNopoperator= (const TCPOptionNop &other)
 
virtual TCPOptionNopdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::tcp::TCPOption
 TCPOption ()
 
 TCPOption (const TCPOption &other)
 
virtual ~TCPOption ()
 
TCPOptionoperator= (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 TCPOptionNop &)
 
- Protected Member Functions inherited from inet::tcp::TCPOption
bool operator== (const TCPOption &)
 

Private Member Functions

void copy (const TCPOptionNop &other)
 

Additional Inherited Members

- Protected Attributes inherited from inet::tcp::TCPOption
unsigned short kind
 
unsigned short length
 

Detailed Description

Class generated from inet/transportlayer/tcp_common/TCPSegment.msg:141 by nedtool.

class TCPOptionNop extends TCPOption
{
    kind = TCPOPTION_NO_OPERATION;
    length = 1;
}

Constructor & Destructor Documentation

inet::tcp::TCPOptionNop::TCPOptionNop ( )
inet::tcp::TCPOptionNop::TCPOptionNop ( const TCPOptionNop other)
virtual inet::tcp::TCPOptionNop::~TCPOptionNop ( )
virtual

Member Function Documentation

void inet::tcp::TCPOptionNop::copy ( const TCPOptionNop other)
private
virtual TCPOptionNop* inet::tcp::TCPOptionNop::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::tcp::TCPOption.

328 {return new TCPOptionNop(*this);}
TCPOptionNop& inet::tcp::TCPOptionNop::operator= ( const TCPOptionNop other)
bool inet::tcp::TCPOptionNop::operator== ( const TCPOptionNop )
protected
virtual void inet::tcp::TCPOptionNop::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::tcp::TCPOption.

Referenced by inet::tcp::doParsimPacking().

virtual void inet::tcp::TCPOptionNop::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Reimplemented from inet::tcp::TCPOption.

Referenced by inet::tcp::doParsimUnpacking().


The documentation for this class was generated from the following file: