SignalBitrateInd
classThis indication specifies the bitrates for various parts of the signal that was used to receive the packet. It may be present on a packet from the phyiscal layer to the application.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
SignalBitrateTagBase | class |
This is an abstract base class that should not be directly added as a tag. |
Fields
Name | Type | Description |
---|---|---|
preambleBitrate | bps |
preamble bitrate in the range (0, +infinity) or NaN if not set. |
headerBitrate | bps |
header bitrate in the range (0, +infinity) or NaN if not set. |
dataBitrate | bps |
data bitrate in the range (0, +infinity) or NaN if not set. |
Source code
// // This indication specifies the bitrates for various parts of the signal that was used to receive the packet. // It may be present on a packet from the phyiscal layer to the application. // class SignalBitrateInd extends SignalBitrateTagBase { }File: src/inet/physicallayer/contract/packetlevel/SignalTag.msg