#include <SnrList.h>
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.
Public Attributes | |
double | time |
timestamp for this SNR value | |
double | snr |
the SNR value |
double SnrListEntry::snr |
the SNR value
double SnrListEntry::time |
timestamp for this SNR value