Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
793
void AP_Logger::StopLogging()
794
{
795
FOR_EACH_BACKEND(stop_logging());
796
}
797
798
uint16_t AP_Logger::find_last_log() const {
799
if (_next_backend == 0) {
Callers
5
reboot
Method · 0.80
read_gyro_from_file
Method · 0.80
read_accel_from_file
Method · 0.80
Log_Write_TypeMessages
Method · 0.80
Log_Write_TypeMessages_Log_Write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected