MCPcopy 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
100private:
101

Callers 6

system_statusMethod · 0.80
send_sys_statusMethod · 0.80
loopMethod · 0.80
Log_Write_PerformanceMethod · 0.80
system_checksMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected