| 94 | } |
| 95 | |
| 96 | void ManagementAir::start() { |
| 97 | m_tx_thread_run = true; |
| 98 | m_tx_thread = std::make_unique<std::thread>(&ManagementAir::loop, this); |
| 99 | } |
| 100 | |
| 101 | ManagementAir::~ManagementAir() { |
| 102 | m_wb_txrx->rx_unregister_stream_handler(openhd::MANAGEMENT_RADIO_PORT_GND_TX); |
nothing calls this directly
no outgoing calls
no test coverage detected