Ieee80211ChannelTagBase
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 |
---|---|---|
TagBase | class |
This is an abstract base class that should not be directly added to a message as a tag. It is used as the base class of all tags, thus it doesn't have any fields. |
Known subclasses
Name | Type | Description |
---|---|---|
Ieee80211ChannelInd | class |
This indication specifies the IEEE 802.11 channel that was used to receive the packet. It may be present on a packet from the phyiscal layer to the application. |
Ieee80211ChannelReq | class |
This request determines the IEEE 802.11 channel 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 |
---|---|---|
channel | Ieee80211Channel |
IEEE 802.11 band and channel |
Source code
// // This is an abstract base class that should not be directly added as a tag. // class Ieee80211ChannelTagBase extends TagBase { const Ieee80211Channel *channel = nullptr; // IEEE 802.11 band and channel }File: src/inet/physicallayer/ieee80211/packetlevel/Ieee80211Tag.msg