Public Member Functions | Private Attributes

DeciderResultUWBIR Class Reference
[IEEE 802.15.4A - Classes that implement the IEEE 802.15.4A UWB PHY.decider - decider modules]

This class stores results from an UWBIR Decider. It allows to pass to the MAC layer the demodulate bit values, so that it (the MAC layer) can compare these demodulated bit values with the bit values actually encoded by the MAC layer at the origin. More...

#include <DeciderResultUWBIR.h>

Inherits DeciderResult.

Collaboration diagram for DeciderResultUWBIR:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DeciderResultUWBIR (bool isCorrect, std::vector< bool > *_decodedBits, double snr)
const std::vector< bool > * getDecodedBits ()
const double getSNR ()

Private Attributes

std::vector< bool > * decodedBits
double snr

Detailed Description

This class stores results from an UWBIR Decider. It allows to pass to the MAC layer the demodulate bit values, so that it (the MAC layer) can compare these demodulated bit values with the bit values actually encoded by the MAC layer at the origin.

Definition at line 17 of file DeciderResultUWBIR.h.


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