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

Method ~ManagementGround

OpenHD/ohd_interface/src/wb_link_manager.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162ManagementGround::~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
169void ManagementGround::start() {
170 m_tx_thread_run = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected