Namespace inet
SignalTimeInd
classThis indication specifies the timing of the received signal. It may be present on a packet from the phyiscal layer to the application.
Extends
Name | Type | Description |
---|---|---|
SignalTagBase | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
startTime | simtime_t | |
endTime | simtime_t |
Shared Tagging operations (observed)
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/wireless/common/contract/packetlevel/SignalTag.msg