| 160 | } |
| 161 | |
| 162 | ManagementGround::~ManagementGround() { |
| 163 | m_wb_txrx->rx_unregister_stream_handler(openhd::MANAGEMENT_RADIO_PORT_AIR_TX); |
| 164 | m_tx_thread_run = false; |
| 165 | m_tx_thread->join(); |
| 166 | m_tx_thread = nullptr; |
| 167 | } |
| 168 | |
| 169 | void ManagementGround::start() { |
| 170 | m_tx_thread_run = true; |
nothing calls this directly
no outgoing calls
no test coverage detected