MCPcopy Create free account
hub / github.com/ArduPilot/ArduRemoteID / get_float

Method get_float

RemoteIDModule/parameters.cpp:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220float Parameters::Param::get_float() const
221{
222 const auto *p = (const float *)ptr;
223 return *p;
224}
225
226const char *Parameters::Param::get_char20() const
227{

Callers 1

handle_param_getsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected