MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / read_uint32

Method read_uint32

libraries/StorageManager/StorageManager.cpp:269–274  ·  view source on GitHub ↗

read 32 bit value */

Source from the content-addressed store, hash-verified

267 read 32 bit value
268 */
269uint32_t StorageAccess::read_uint32(uint16_t loc) const
270{
271 uint32_t v;
272 read_block(&v, loc, sizeof(v));
273 return v;
274}
275
276/*
277 read a float

Callers 5

check_eeprom_versionMethod · 0.80
get_itemMethod · 0.80
load_from_eepromMethod · 0.80
get_home_eepromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected