| 49 | // these values are not used in your project. |
| 50 | void setR2Calculation(bool doR2) { _doR2 = doR2; }; |
| 51 | bool getR2Calculation() { return _doR2; }; |
| 52 | void setE2Calculation(bool doE2) { _doE2 = doE2; }; |
| 53 | bool getE2Calculation() { return _doE2; }; |
| 54 |