MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / start

Method start

OpenHD/ohd_interface/src/wb_link_manager.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected