|
INET Framework for OMNeT++/OMNEST
|
struct for SNR information More...
#include <SnrList.h>
Public Attributes | |
| simtime_t | time |
| timestamp for this SNR value | |
| double | snr |
| the SNR value | |
struct for SNR information
used to store SNR information of a message and pass it to the Decider. Each SnrListEntry corresponds to one SNR value at a specific time.
| double SnrListEntry::snr |
the SNR value
Definition at line 40 of file SnrList.h.
Referenced by AbstractRadio::addNewSnr(), SnrEval::addNewSnr(), and BasicSnrEval::handleLowerMsgEnd().
| simtime_t SnrListEntry::time |
timestamp for this SNR value
Definition at line 38 of file SnrList.h.
Referenced by AbstractRadio::addNewSnr(), SnrEval::addNewSnr(), and BasicSnrEval::handleLowerMsgEnd().