| 49 | } |
| 50 | |
| 51 | OHDTelemetry::~OHDTelemetry() { |
| 52 | m_loop_thread_terminate = true; |
| 53 | m_loop_thread->join(); |
| 54 | } |
| 55 | |
| 56 | std::string OHDTelemetry::createDebug() const { |
| 57 | if (m_profile.is_air) { |
nothing calls this directly
no outgoing calls
no test coverage detected