Namespace inet
SignalBandTagBase
classThis is an abstract base class that should not be directly added as a tag.
Extends
| Name | Type | Description |
|---|---|---|
| SignalTagBase | (unknown -- not in documented files) |
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/wireless/common/contract/packetlevel/SignalTag.msg