Public Member Functions | Protected Attributes

DeciderResult802154Narrow Class Reference
[decider - decider modulesIEEE 802.15.4 - Classes for the IEEE 802.15.4 implementation of MiXiM]

Defines an extended DeciderResult for the 802.15.4 protocol. More...

#include <DeciderResult802154Narrow.h>

Inherits DeciderResult.

Collaboration diagram for DeciderResult802154Narrow:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Defines an extended DeciderResult for the 802.15.4 protocol.

Definition at line 19 of file DeciderResult802154Narrow.h.


The documentation for this class was generated from the following file: