MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / ~ManagementAir

Method ~ManagementAir

OpenHD/ohd_interface/src/wb_link_manager.cpp:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101ManagementAir::~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
108void ManagementAir::loop() {
109 while (m_tx_thread_run) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected