OMNeT++ Simulation Library  5.6.1
cChannel::result_t Struct Reference

#include <cchannel.h>

Description

Allows returning multiple values from the processMessage() method.

The constructor initializes all fields to zero.

Public Attributes

simtime_t delay
 Propagation delay. More...
 
simtime_t duration
 Transmission duration. More...
 
bool discard
 Whether the channel has lost the message. More...
 

Member Data Documentation

◆ delay

simtime_t delay

Propagation delay.

◆ duration

simtime_t duration

Transmission duration.

◆ discard

bool discard

Whether the channel has lost the message.


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