Defines an extended DeciderResult for the 80211 protocol which stores the bit-rate of the transmission. More...
#include <DeciderResult80211.h>
Inherits DeciderResult.
Public Member Functions | |
DeciderResult80211 (bool isCorrect, double bitrate, double snr) | |
Initialises with the passed values. | |
double | getBitrate () const |
Returns the bit-rate of the transmission of the packet. | |
double | getSnr () const |
Returns the signal to noise ratio of the transmission. | |
Protected Attributes | |
double | bitrate |
Stores the bit-rate of the transmission of the packet. | |
double | snr |
Stores the signal to noise ratio of the transmission. |
Defines an extended DeciderResult for the 80211 protocol which stores the bit-rate of the transmission.
Definition at line 20 of file DeciderResult80211.h.
DeciderResult80211::DeciderResult80211 | ( | bool | isCorrect, | |
double | bitrate, | |||
double | snr | |||
) | [inline] |
Initialises with the passed values.
"bitrate" defines the bit-rate of the transmission of the packet.
Definition at line 34 of file DeciderResult80211.h.