INET Framework for OMNeT++/OMNEST
inet::physicallayer::EthernetFilledIfgSignal Class Reference

Class generated from inet/physicallayer/wired/ethernet/EthernetSignal.msg:47 by opp_msgtool. More...

#include <EthernetSignal_m.h>

Inheritance diagram for inet::physicallayer::EthernetFilledIfgSignal:
inet::physicallayer::EthernetSignalBase inet::physicallayer::Signal inet::IPrintableObject

Public Member Functions

 EthernetFilledIfgSignal (const char *name=nullptr, short kind=0)
 
 EthernetFilledIfgSignal (const EthernetFilledIfgSignal &other)
 
virtual ~EthernetFilledIfgSignal ()
 
EthernetFilledIfgSignaloperator= (const EthernetFilledIfgSignal &other)
 
virtual EthernetFilledIfgSignaldup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::physicallayer::EthernetSignalBase
 EthernetSignalBase (const char *name=nullptr, short kind=0)
 
 EthernetSignalBase (const EthernetSignalBase &other)
 
virtual ~EthernetSignalBase ()
 
EthernetSignalBaseoperator= (const EthernetSignalBase &other)
 
virtual bool getSrcMacFullDuplex () const
 
virtual void setSrcMacFullDuplex (bool srcMacFullDuplex)
 
virtual double getBitrate () const
 
virtual void setBitrate (double bitrate)
 
- Public Member Functions inherited from inet::physicallayer::Signal
 Signal (const char *name=nullptr, short kind=0, int64_t bitLength=0)
 
 Signal (const Signal &other)
 
virtual const char * getFullName () const override
 
virtual std::ostream & printToStream (std::ostream &stream, int level, int evFlags=0) const override
 Prints this object to the provided output stream. More...
 
virtual std::string str () const override
 
- Public Member Functions inherited from inet::IPrintableObject
virtual ~IPrintableObject ()
 
virtual std::string printToString () const
 
virtual std::string printToString (int level, int evFlags=0) const
 
virtual std::string getInfoStringRepresentation (int evFlags=0) const
 
virtual std::string getDetailStringRepresentation (int evFlags=0) const
 
virtual std::string getDebugStringRepresentation (int evFlags=0) const
 
virtual std::string getTraceStringRepresentation (int evFlags=0) const
 
virtual std::string getCompleteStringRepresentation (int evFlags=0) const
 

Protected Member Functions

bool operator== (const EthernetFilledIfgSignal &)=delete
 
- Protected Member Functions inherited from inet::physicallayer::EthernetSignalBase
bool operator== (const EthernetSignalBase &)=delete
 

Private Member Functions

void copy (const EthernetFilledIfgSignal &other)
 

Additional Inherited Members

- Public Types inherited from inet::IPrintableObject
enum  PrintLevel {
  PRINT_LEVEL_TRACE, PRINT_LEVEL_DEBUG, PRINT_LEVEL_DETAIL, PRINT_LEVEL_INFO,
  PRINT_LEVEL_COMPLETE = INT_MIN
}
 
enum  PrintFlag { PRINT_FLAG_FORMATTED = (1 << 0), PRINT_FLAG_MULTILINE = (1 << 1) }
 
- Protected Attributes inherited from inet::physicallayer::EthernetSignalBase
bool srcMacFullDuplex = false
 
double bitrate = 0
 

Detailed Description

Class generated from inet/physicallayer/wired/ethernet/EthernetSignal.msg:47 by opp_msgtool.

//
// Represents a filled inter-frame gap in burst mode.
// Also used for calculating IFG times.
//
packet EthernetFilledIfgSignal extends EthernetSignalBase
{
    srcMacFullDuplex = false;
    bitLength = b(INTERFRAME_GAP_BITS).get();
}

Constructor & Destructor Documentation

◆ EthernetFilledIfgSignal() [1/2]

inet::physicallayer::EthernetFilledIfgSignal::EthernetFilledIfgSignal ( const char *  name = nullptr,
short  kind = 0 
)

◆ EthernetFilledIfgSignal() [2/2]

inet::physicallayer::EthernetFilledIfgSignal::EthernetFilledIfgSignal ( const EthernetFilledIfgSignal other)

◆ ~EthernetFilledIfgSignal()

virtual inet::physicallayer::EthernetFilledIfgSignal::~EthernetFilledIfgSignal ( )
virtual

Member Function Documentation

◆ copy()

void inet::physicallayer::EthernetFilledIfgSignal::copy ( const EthernetFilledIfgSignal other)
private

◆ dup()

virtual EthernetFilledIfgSignal* inet::physicallayer::EthernetFilledIfgSignal::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::physicallayer::EthernetSignalBase.

202 {return new EthernetFilledIfgSignal(*this);}

◆ operator=()

EthernetFilledIfgSignal& inet::physicallayer::EthernetFilledIfgSignal::operator= ( const EthernetFilledIfgSignal other)

◆ operator==()

bool inet::physicallayer::EthernetFilledIfgSignal::operator== ( const EthernetFilledIfgSignal )
protecteddelete

◆ parsimPack()

virtual void inet::physicallayer::EthernetFilledIfgSignal::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

◆ parsimUnpack()

virtual void inet::physicallayer::EthernetFilledIfgSignal::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

The documentation for this class was generated from the following file:
inet::physicallayer::EthernetFilledIfgSignal::EthernetFilledIfgSignal
EthernetFilledIfgSignal(const char *name=nullptr, short kind=0)