mavsdk::LogFiles::Entry Struct Reference
#include: log_files.h
Log file entry type.
Data Fields
uint32_t id {} - ID of the log file, to specify a file to be downloaded.
std::string date {} - Date of the log file in UTC in ISO 8601 format "yyyy-mm-ddThh:mm:ssZ".
uint32_t size_bytes {} - Size of file in bytes.
Field Documentation
id
uint32_t mavsdk::LogFiles::Entry::id {}
ID of the log file, to specify a file to be downloaded.
date
std::string mavsdk::LogFiles::Entry::date {}
Date of the log file in UTC in ISO 8601 format "yyyy-mm-ddThh:mm:ssZ".
size_bytes
uint32_t mavsdk::LogFiles::Entry::size_bytes {}
Size of file in bytes.