SignalPowerTagBase
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 |
---|---|---|
SignalPowerInd | class |
This indication specifies the average analog signal power that was detected during receiving the packet. It may be present on a packet from the phyiscal layer to the application. |
SignalPowerReq | class |
This request determines the average analog signal power 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 |
---|---|---|
power | W |
specifies signal power in Watts |
Source code
// // This is an abstract base class that should not be directly added as a tag. // class SignalPowerTagBase extends SignalTagBase { W power = W(NaN); // specifies signal power in Watts }File: src/inet/physicallayer/contract/packetlevel/SignalTag.msg