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

Method createDebug

OpenHD/ohd_telemetry/src/OHDTelemetry.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56std::string OHDTelemetry::createDebug() const {
57 if (m_profile.is_air) {
58 return m_air_telemetry->create_debug();
59 } else {
60 return m_ground_telemetry->create_debug();
61 }
62}
63
64void OHDTelemetry::add_settings_generic(
65 const std::vector<openhd::Setting> &settings) const {

Callers 3

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

create_debugMethod · 0.45

Tested by 3

mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64