| 59 | 0.05); |
| 60 | |
| 61 | void setDecoderManualClockRate(double clockrate_us) |
| 62 | { |
| 63 | manualClockRate.setDefaultValue(clockrate_us); |
| 64 | } |
| 65 | |
| 66 | static const std::string BLOCK_ELEMENTS[] = { |
| 67 | " ", "▏", "▎", "▍", "▌", "▋", "▊", "▉", "█"}; |
nothing calls this directly
no test coverage detected