Defines an extended DeciderResult for the 802.15.4 protocol. More...
#include <DeciderResult802154Narrow.h>
Inherits DeciderResult.
Public Member Functions | |
DeciderResult802154Narrow (bool isCorrect, double bitrate, double snr, double ber, double rssi) | |
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. | |
double | getBER () const |
Returns the bit error rate of the transmission. | |
double | getRSSI () const |
Returns the received signal strength of the transmission. | |
Protected Attributes | |
double | bitrate |
Stores the bit-rate of the transmission of the packet. | |
double | snr |
Stores the minimum signal to noise ratio of the transmission. | |
double | ber |
The bit error rate of the transmission. | |
double | rssi |
The received signal strength of the transmission. |
Defines an extended DeciderResult for the 802.15.4 protocol.
Definition at line 19 of file DeciderResult802154Narrow.h.