| 3280 | } |
| 3281 | |
| 3282 | double ELM327::calculator_10() { |
| 3283 | return (double)((response_A << 8) | response_B)/100; |
| 3284 | } |
| 3285 | |
| 3286 | double ELM327::calculator_14(){ |
| 3287 | return (double)(response_A/200) ; |
nothing calls this directly
no outgoing calls
no test coverage detected