SnirInd

Namespace inet

SnirInd

class

This indication specifies the signal to noise ratio that was detected 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
minimumSnir double

minimum signal to noise plus interference ratio in the range (0, +infinity) or NaN if unknown.

maximumSnir double

maximum signal to noise plus interference ratio in the range (0, +infinity) or NaN if unknown.

averageSnir double

average signal to noise plus interference ratio in the range (0, +infinity) or NaN if unknown.

Shared Tagging operations (observed)

tagActionmodule
addTagIfAbsentIpv4NetworkConfigurator, ApskLayeredScalarRadioMedium, ApskDimensionalRadioMedium, ApskScalarRadioMedium, RadioMedium, Ieee80211LayeredDimensionalRadioMedium, Ieee80211DimensionalRadioMedium, Ieee80211ScalarRadioMedium, Ieee802154NarrowbandScalarRadioMedium, UnitDiskRadioMedium
findTagApskDimensionalRadio, ApskRadio, ApskScalarRadio, Ieee80211OfdmRadio, Ieee80211DimensionalRadio, Ieee80211Radio, Ieee80211ScalarRadio, Ieee80211UnitDiskRadio, Ieee802154NarrowbandDimensionalRadio, Ieee802154NarrowbandScalarRadio, UnitDiskRadio

Source code

//
// This indication specifies the signal to noise ratio that was detected during receiving the packet.
// It may be present on a packet from the phyiscal layer to the application.
//
class SnirInd extends SignalTagBase
{
    double minimumSnir = NaN; // minimum signal to noise plus interference ratio in the range (0, +infinity) or NaN if unknown.
    double maximumSnir = NaN; // maximum signal to noise plus interference ratio in the range (0, +infinity) or NaN if unknown.
    double averageSnir = NaN; // average signal to noise plus interference ratio in the range (0, +infinity) or NaN if unknown.
}

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