Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
float Parameters::Param::get_float() const
221
{
222
const auto *p = (const float *)ptr;
223
return *p;
224
}
225
226
const char *Parameters::Param::get_char20() const
227
{
Callers
1
handle_param_getset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected