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

Method ~GroundTelemetry

OpenHD/ohd_telemetry/src/GroundTelemetry.cpp:92–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92GroundTelemetry::~GroundTelemetry() {
93 // first, stop all the endpoints that have their own threads
94 m_wb_endpoint = nullptr;
95 m_gcs_endpoint = nullptr;
96 if (m_gcs_endpoint) {
97 m_gcs_endpoint = nullptr;
98 }
99 if (m_tcp_server) {
100 m_tcp_server = nullptr;
101 }
102}
103
104void GroundTelemetry::on_messages_air_unit(
105 const std::vector<MavlinkMessage>& messages) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected