Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ errors
Method
errors
libraries/AP_InternalError/AP_InternalError.h:96–98 ·
view source on GitHub ↗
internal_errors - return mask of internal errors seen
Source
from the content-addressed store, hash-verified
94
95
// internal_errors - return mask of internal errors seen
96
uint32_t errors() const {
97
return internal_errors;
98
}
99
100
private:
101
Callers
6
system_status
Method · 0.80
send_sys_status
Method · 0.80
loop
Method · 0.80
Log_Write_Performance
Method · 0.80
system_checks
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected