SignalBandTagBase
classThis is an abstract base class that should not be directly added as a tag.
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
SignalTagBase | class |
This is an abstract base class that should not be directly added as a tag. |
Known subclasses
Name | Type | Description |
---|---|---|
SignalBandInd | class |
This indication specifies the signal band that was used to receive the packet. It may be present on a packet from the phyiscal layer to the application. |
SignalBandReq | class |
This request determines the signal band that should be used to transmit the packet. It may be present on a packet from the application to the phyisical layer. |
Fields
Name | Type | Description |
---|---|---|
centerFrequency | Hz |
carrier frequency in the range (0, +infinity) or NaN if not set. |
bandwidth | Hz |
bandwidth in the rage (0, +infinity) or NaN if not set. |
Source code
// // This is an abstract base class that should not be directly added as a tag. // class SignalBandTagBase extends SignalTagBase { Hz centerFrequency = Hz(NaN); // carrier frequency in the range (0, +infinity) or NaN if not set. Hz bandwidth = Hz(NaN); // bandwidth in the rage (0, +infinity) or NaN if not set. }File: src/inet/physicallayer/contract/packetlevel/SignalTag.msg