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

Method stop

OpenHD/ohd_interface/src/ethernet_manager.cpp:185–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void EthernetManager::stop() {
186 m_console->warn("stop begin");
187 m_terminate = true;
188 if (m_thread) {
189 m_thread->join();
190 m_thread = nullptr;
191 }
192 m_console->warn("stop end");
193}
194
195void EthernetManager::configure(int operating_mode,
196 const std::string& ethernet_card) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected