| 29 | // State access |
| 30 | float getRMS() const { return mCurrentRMS; } |
| 31 | float getPeak() const { return mPeak; } |
| 32 | float getAverageEnergy() const { return mAverageEnergy; } |
| 33 | float getMinEnergy() const { return mMinEnergy; } |
| 34 | float getMaxEnergy() const { return mMaxEnergy; } |
no outgoing calls
no test coverage detected