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

Method set_float

OpenHD/ohd_telemetry/src/mavsdk_temporary/param_value.cpp:484–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484void ParamValue::set_float(float new_value) { _value = new_value; }
485
486void ParamValue::set_custom(const std::string& new_value) {
487 _value = new_value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected