SignalTimeInd

Namespace inet

SignalTimeInd

class

This indication specifies the timing of the received signal. 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
startTime simtime_t
endTime simtime_t

Shared Tagging operations (observed)

tagActionmodule
addTagIfAbsentIpv4NetworkConfigurator, ApskDimensionalRadioMedium, ApskScalarRadioMedium, RadioMedium, Ieee80211DimensionalRadioMedium, Ieee80211ScalarRadioMedium, Ieee802154NarrowbandScalarRadioMedium, UnitDiskRadioMedium

Source code

//
// This indication specifies the timing of the received signal.
// It may be present on a packet from the phyiscal layer to the application.
//
class SignalTimeInd extends SignalTagBase
{
    simtime_t startTime;
    simtime_t endTime;
}
File: src/inet/physicallayer/wireless/common/contract/packetlevel/SignalTag.msg