Public Member Functions | Protected Attributes

DeciderResult80211 Class Reference
[decider - decider modulesIEEE 802.11 - Classes for the IEEE 802.11 implementation of MiXiM]

Defines an extended DeciderResult for the 80211 protocol which stores the bit-rate of the transmission. More...

#include <DeciderResult80211.h>

Inherits DeciderResult.

Collaboration diagram for DeciderResult80211:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Defines an extended DeciderResult for the 80211 protocol which stores the bit-rate of the transmission.

Definition at line 20 of file DeciderResult80211.h.


Constructor & Destructor Documentation

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.


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