ErrorRateInd

Namespace inet

ErrorRateInd

class

This indication specifies various error rates that was computed during receiving the packet. It may be present on a packet from the phyiscal layer to the application.

Extends

Name Type Description
SignalTagBase (unknown -- not in documented files)

Fields

Name Type Description
packetErrorRate double

packet error rate (probability) in the range [0, 1] or NaN if unknown.

bitErrorRate double

bit error rate (probability) in the range [0, 1] or NaN if unknown.

symbolErrorRate double

symbol error rate (probability) in the range [0, 1] or NaN if unknown.

Shared Tagging operations (observed)

tagActionmodule
addTagIfAbsentIpv4NetworkConfigurator, ApskLayeredScalarRadioMedium, ApskDimensionalRadioMedium, ApskScalarRadioMedium, RadioMedium, Ieee80211LayeredDimensionalRadioMedium, Ieee80211DimensionalRadioMedium, Ieee80211ScalarRadioMedium, Ieee802154NarrowbandScalarRadioMedium, UnitDiskRadioMedium
findTagIeee80211Mac, Ieee802154NarrowbandMac, Ipv4, ApskDimensionalRadio, ApskRadio, ApskScalarRadio, Ieee80211OfdmRadio, Ieee80211DimensionalRadio, Ieee80211Radio, Ieee80211ScalarRadio, Ieee80211UnitDiskRadio, Ieee802154NarrowbandDimensionalRadio, Ieee802154NarrowbandScalarRadio, UnitDiskRadio, Udp
getTagIpv4NetworkConfigurator

Source code

//
// This indication specifies various error rates that was computed during receiving the packet.
// It may be present on a packet from the phyiscal layer to the application.
//
class ErrorRateInd extends SignalTagBase
{
    double packetErrorRate = NaN; // packet error rate (probability) in the range [0, 1] or NaN if unknown.
    double bitErrorRate = NaN;    // bit error rate (probability) in the range [0, 1] or NaN if unknown.
    double symbolErrorRate = NaN; // symbol error rate (probability) in the range [0, 1] or NaN if unknown.
}

File: src/inet/physicallayer/wireless/common/contract/packetlevel/SignalTag.msg