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

Method StopLogging

libraries/AP_Logger/AP_Logger.cpp:793–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793void AP_Logger::StopLogging()
794{
795 FOR_EACH_BACKEND(stop_logging());
796}
797
798uint16_t AP_Logger::find_last_log() const {
799 if (_next_backend == 0) {

Callers 5

rebootMethod · 0.80
read_gyro_from_fileMethod · 0.80
read_accel_from_fileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected