OMNeT++ Simulation Library  6.0.3
ChannelResult Struct Reference

#include <cchannel.h>

Description

Allows returning multiple values from the processMessage() method.

Public Attributes

bool discard = false
 Whether the channel has lost the message. More...
 
simtime_t delay = SIMTIME_ZERO
 Propagation delay. More...
 
simtime_t duration = SIMTIME_ZERO
 Transmission duration. More...
 
simtime_t remainingDuration = SIMTIME_ZERO
 Remaining transmission duration (for tx update) More...
 

Member Data Documentation

◆ discard

bool discard = false

Whether the channel has lost the message.

◆ delay

Propagation delay.

◆ duration

simtime_t duration = SIMTIME_ZERO

Transmission duration.

◆ remainingDuration

simtime_t remainingDuration = SIMTIME_ZERO

Remaining transmission duration (for tx update)


The documentation for this struct was generated from the following file: