SignalBandReq
classThis 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.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
SignalBandTagBase | class |
This is an abstract base class that should not be directly added as a tag. |
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 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. // class SignalBandReq extends SignalBandTagBase { }File: src/inet/physicallayer/contract/packetlevel/SignalTag.msg