SignalTimeInd
classThis indication specifies the timing of the received signal. It may be present on a packet from the phyiscal layer to the application.
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. |
Fields
| Name | Type | Description |
|---|---|---|
| startTime | simtime_t | |
| endTime | simtime_t |
Source code
// // This indication specifies the timing of the received signal. // It may be present on a packet from the phyiscal layer to the application. // class SignalTimeInd extends SignalTagBase { simtime_t startTime; simtime_t endTime; }File: src/inet/physicallayer/contract/packetlevel/SignalTag.msg