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

Method read

libraries/AP_Filesystem/AP_Filesystem.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151int32_t AP_Filesystem::read(int fd, void *buf, uint32_t count)
152{
153 const Backend &backend = backend_by_fd(fd);
154 return backend.fs.read(fd, buf, count);
155}
156
157int32_t AP_Filesystem::write(int fd, const void *buf, uint32_t count)
158{

Callers 7

sendMethod · 0.45
sendMethod · 0.45
fgetsMethod · 0.45
apfs_freadFunction · 0.45
apfs_getcFunction · 0.45
read_fileFunction · 0.45
read_data_from_uartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected