Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ write_uint32
Method
write_uint32
libraries/StorageManager/StorageManager.cpp:305–308 ·
view source on GitHub ↗
write a uint32 */
Source
from the content-addressed store, hash-verified
303
write a uint32
304
*/
305
void StorageAccess::write_uint32(uint16_t loc, uint32_t value) const
306
{
307
write_block(loc, &value, sizeof(value));
308
}
309
310
/*
311
write a float
Callers
5
check_eeprom_version
Method · 0.80
write_latlon_to_storage
Method · 0.80
format
Method · 0.80
write_fence
Method · 0.80
set_home_eeprom
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected