| 2206 | } |
| 2207 | |
| 2208 | static QString formatStreamId(quint32 streamId) |
| 2209 | { |
| 2210 | return QStringLiteral("0x%1") |
| 2211 | .arg(QString::number(streamId, 16).toUpper().rightJustified(8, QLatin1Char('0'))); |
| 2212 | } |
| 2213 | |
| 2214 | static QString formatFeedRate(double hz, int streamCount = 1) |
| 2215 | { |
no outgoing calls
no test coverage detected