............................................................................
| 209 | } |
| 210 | //............................................................................ |
| 211 | std::uint16_t QActive::getQueueUse(std::uint_fast8_t const prio) noexcept { |
| 212 | Q_UNUSED_PAR(prio); |
| 213 | return 0U; // current use level in a queue not supported in this RTOS |
| 214 | } |
| 215 | //............................................................................ |
| 216 | std::uint16_t QActive::getQueueFree(std::uint_fast8_t const prio) noexcept { |
| 217 | Q_UNUSED_PAR(prio); |
nothing calls this directly
no outgoing calls
no test coverage detected