ChannelResult Struct Reference¶
|
API
|
ChannelResult Struct Reference
Public Attributes | |
| bool | discard = false |
| Whether the channel has lost the message. | |
| simtime_t | delay = SIMTIME_ZERO |
| Propagation delay. | |
| simtime_t | duration = SIMTIME_ZERO |
| Transmission duration. | |
| simtime_t | remainingDuration = SIMTIME_ZERO |
| Remaining transmission duration (for tx update) | |
Description
Allows returning multiple values from the processMessage() method.
Member Data Documentation
◆ discard
| bool discard = false |
Whether the channel has lost the message.
◆ delay
| simtime_t delay = SIMTIME_ZERO |
Propagation delay.
◆ duration
| simtime_t duration = SIMTIME_ZERO |
Transmission duration.
◆ remainingDuration
| simtime_t remainingDuration = SIMTIME_ZERO |
Remaining transmission duration (for tx update)
Generated on for API by