OMNeT++ Simulation Library  5.4.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

simtime_t delay

Propagation delay.

simtime_t duration

Transmission duration.

bool discard

Whether the channel has lost the message.


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