| 100 | } |
| 101 | |
| 102 | float getNormalPolyVoltage(float normalVoltage, int channel) const noexcept { |
| 103 | return isConnected() ? getPolyVoltage(channel) : normalVoltage; |
| 104 | } |
| 105 | |
| 106 | /** Returns a pointer to the array of voltages beginning with firstChannel. |
| 107 | The pointer can be used for reading and writing. |
no outgoing calls
no test coverage detected