| 387 | } |
| 388 | |
| 389 | void writeOutputs() { |
| 390 | for (int i = 0; i < NUM_CHANNELS; i++) { |
| 391 | outputs[OUT_OUTPUT + i].setVoltage(core.getOutputVolts(i)); |
| 392 | } |
| 393 | } |
| 394 | |
| 395 | void process(const ProcessArgs &args) override { |
| 396 | controlDt += args.sampleTime; |
nothing calls this directly
no test coverage detected