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

Method create_log_only_cb_string

OpenHD/ohd_common/src/openhd_settings_imp.cpp:115–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115std::function<bool(std::string id, std::string requested_value)>
116openhd::create_log_only_cb_string() {
117 auto cb = [](std::string id, std::string value) {
118 openhd::log::get_default()->debug("MAVLINK wants to change {} to {}", id,
119 value);
120 return true;
121 };
122 return cb;
123}

Callers

nothing calls this directly

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected