INET Framework for OMNeT++/OMNEST
SnrList.h File Reference
#include <list>

Classes

struct  SnrListEntry
 struct for SNR information More...

Typedefs

typedef std::list< SnrListEntrySnrList
 List to store SNR information for a message.

Typedef Documentation

typedef std::list<SnrListEntry> SnrList

List to store SNR information for a message.

used to store SNR information of a message and pass it to the Decider. Each SnrListEntry in this list corresponds to one SNR value at a specific time.

Author:
Marc Löbbers