INET Framework for OMNeT++/OMNEST
inet::physicallayer::CommunicationCacheBase::TransmissionCacheEntry Class Reference

Caches the intermediate computation results related to a transmission. More...

#include <CommunicationCacheBase.h>

Public Member Functions

 TransmissionCacheEntry ()
 

Public Attributes

simtime_t interferenceEndTime
 The last moment when this transmission may have any effect on other transmissions by interfering with them. More...
 
const IRadioFrameframe
 The radio frame that was created by the transmitter is never nullptr. More...
 
void * receptionCacheEntries
 The list of intermediate reception computation results. More...
 

Detailed Description

Caches the intermediate computation results related to a transmission.

Constructor & Destructor Documentation

inet::physicallayer::CommunicationCacheBase::TransmissionCacheEntry::TransmissionCacheEntry ( )
54  :
56  frame(nullptr),
57  receptionCacheEntries(nullptr)
58 {
59 }
void * receptionCacheEntries
The list of intermediate reception computation results.
Definition: CommunicationCacheBase.h:104
simtime_t interferenceEndTime
The last moment when this transmission may have any effect on other transmissions by interfering with...
Definition: CommunicationCacheBase.h:96
const IRadioFrame * frame
The radio frame that was created by the transmitter is never nullptr.
Definition: CommunicationCacheBase.h:100
#define NaN
Definition: INETMath.h:103

Member Data Documentation

const IRadioFrame* inet::physicallayer::CommunicationCacheBase::TransmissionCacheEntry::frame
simtime_t inet::physicallayer::CommunicationCacheBase::TransmissionCacheEntry::interferenceEndTime

The documentation for this class was generated from the following files: