| 99 | } |
| 100 | |
| 101 | ManagementAir::~ManagementAir() { |
| 102 | m_wb_txrx->rx_unregister_stream_handler(openhd::MANAGEMENT_RADIO_PORT_GND_TX); |
| 103 | m_tx_thread_run = false; |
| 104 | m_tx_thread->join(); |
| 105 | m_tx_thread = nullptr; |
| 106 | } |
| 107 | |
| 108 | void ManagementAir::loop() { |
| 109 | while (m_tx_thread_run) { |
nothing calls this directly
no outgoing calls
no test coverage detected