Public Member Functions | |
ECorrSimulator (const int blocks, int errors) | |
~ECorrSimulator () | |
bool | hasErrors () |
bool | stripeCorrect (const int stripeSkip, const int stripeLen) |
void | doubleStripeCorrect (const int stripeLen) |
Public Attributes | |
int | numBlocks |
int | numErrors |
bool * | pBlockFaults |
|
Definition at line 20 of file ECorrSimulator.cc. References numBlocks, numErrors, and pBlockFaults. |
|
Definition at line 36 of file ECorrSimulator.cc. References pBlockFaults. |
|
Definition at line 72 of file ECorrSimulator.cc. References stripeCorrect(). Referenced by probDoubleCorr(). |
Here is the call graph for this function:
|
Definition at line 38 of file ECorrSimulator.cc. References numErrors. Referenced by probCorr(), and probDoubleCorr(). |
|
Definition at line 43 of file ECorrSimulator.cc. References gMaxErrors, numBlocks, numErrors, and pBlockFaults. Referenced by doubleStripeCorrect(), and probCorr(). |
|
Definition at line 16 of file ECorrSimulator.cc. Referenced by ECorrSimulator(), and stripeCorrect(). |
|
Definition at line 17 of file ECorrSimulator.cc. Referenced by ECorrSimulator(), hasErrors(), and stripeCorrect(). |
|
Definition at line 18 of file ECorrSimulator.cc. Referenced by ECorrSimulator(), stripeCorrect(), and ~ECorrSimulator(). |