|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/physicallayer/wired/ethernet/EthernetSignal.msg:47 by opp_msgtool.
More...
#include <EthernetSignal_m.h>
Public Member Functions | |
| EthernetFilledIfgSignal (const char *name=nullptr, short kind=0) | |
| EthernetFilledIfgSignal (const EthernetFilledIfgSignal &other) | |
| virtual | ~EthernetFilledIfgSignal () |
| EthernetFilledIfgSignal & | operator= (const EthernetFilledIfgSignal &other) |
| virtual EthernetFilledIfgSignal * | dup () 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 () |
| EthernetSignalBase & | operator= (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 |
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(); }
| inet::physicallayer::EthernetFilledIfgSignal::EthernetFilledIfgSignal | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::physicallayer::EthernetFilledIfgSignal::EthernetFilledIfgSignal | ( | const EthernetFilledIfgSignal & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::physicallayer::EthernetSignalBase.
| EthernetFilledIfgSignal& inet::physicallayer::EthernetFilledIfgSignal::operator= | ( | const EthernetFilledIfgSignal & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::physicallayer::EthernetSignalBase.
Referenced by inet::physicallayer::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::physicallayer::EthernetSignalBase.
Referenced by inet::physicallayer::doParsimUnpacking().