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

Method ~OHDTelemetry

OpenHD/ohd_telemetry/src/OHDTelemetry.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51OHDTelemetry::~OHDTelemetry() {
52 m_loop_thread_terminate = true;
53 m_loop_thread->join();
54}
55
56std::string OHDTelemetry::createDebug() const {
57 if (m_profile.is_air) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected