#include <iostream>
#include <stdlib.h>
#include <sys/time.h>
Include dependency graph for ECorrSimulator.cc:
Go to the source code of this file.
Compounds | |
class | ECorrSimulator |
Defines | |
#define | P(X) do { std::cerr << #X"=" << X << std::endl; std::cerr.flush(); } while(0) |
ECorrSimulator.cc -*- c++ -*- Hans-Peter Stoerr Mon Nov 17 2003 We try to find the best correction algorithm
| |
Functions | |
double | probCorr (const int numBlocks, const int numErrors, const int stripeLen) |
double | probDoubleCorr (const int numBlocks, const int numErrors, const int stripeLen) |
int | main () |
Variables | |
const int | gMaxErrors = 4 |
|
ECorrSimulator.cc -*- c++ -*- Hans-Peter Stoerr Mon Nov 17 2003 We try to find the best correction algorithm
Definition at line 9 of file ECorrSimulator.cc. Referenced by checkErrorProtection(), correctfile(), main(), probCorr(), protectfile(), and readoptions(). |
|
Definition at line 105 of file ECorrSimulator.cc. References P, probCorr(), and probDoubleCorr(). |
Here is the call graph for this function:
|
Definition at line 81 of file ECorrSimulator.cc. References ECorrSimulator::hasErrors(), P, and ECorrSimulator::stripeCorrect(). Referenced by main(). |
Here is the call graph for this function:
|
Definition at line 94 of file ECorrSimulator.cc. References ECorrSimulator::doubleStripeCorrect(), and ECorrSimulator::hasErrors(). Referenced by main(). |
Here is the call graph for this function:
|
Definition at line 11 of file ECorrSimulator.cc. Referenced by ECorrSimulator::stripeCorrect(). |