Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ArduRemoteID
/ get_uint32
Method
get_uint32
RemoteIDModule/parameters.cpp:214–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
uint32_t Parameters::Param::get_uint32() const
215
{
216
const auto *p = (const uint32_t *)ptr;
217
return *p;
218
}
219
220
float Parameters::Param::get_float() const
221
{
Callers
1
handle_param_getset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected