![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <decoder/DecoderFix.hpp>


Public Member Functions | |
| DecoderFix (double aBER) | |
| Default: BER may be set to aBER [0...0.5]. | |
| DecoderFix () | |
| Default: BER is set to 0.1 (10%). | |
| virtual double | getBER (double, double aPunctuation) |
| virtual double | getBER (double) |
| virtual | ~DecoderFix () |
Private Attributes | |
| double | ber |
Definition at line 38 of file DecoderFix.hpp.
| DecoderFix::DecoderFix | ( | ) |
Definition at line 37 of file DecoderFix.cpp.
| DecoderFix::DecoderFix | ( | double | aBER | ) | [explicit] |
Definition at line 41 of file DecoderFix.cpp.
| DecoderFix::~DecoderFix | ( | ) | [virtual] |
Definition at line 47 of file DecoderFix.cpp.
double rise::DecoderFix::ber [private] |
Definition at line 48 of file DecoderFix.hpp.
1.5.5