MCPcopy 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
214uint32_t Parameters::Param::get_uint32() const
215{
216 const auto *p = (const uint32_t *)ptr;
217 return *p;
218}
219
220float Parameters::Param::get_float() const
221{

Callers 1

handle_param_getsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected