| 87 | } |
| 88 | |
| 89 | double RadioInterface::fullScaleInputValue(void) { |
| 90 | return mRadio->fullScaleInputValue(); |
| 91 | } |
| 92 | |
| 93 | double RadioInterface::fullScaleOutputValue(void) { |
| 94 | return mRadio->fullScaleOutputValue(); |
no outgoing calls
no test coverage detected