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 ​
cpp
uint32_t mavsdk::LogFiles::Entry::id {}
ID of the log file, to specify a file to be downloaded.
date ​
cpp
std::string mavsdk::LogFiles::Entry::date {}
Date of the log file in UTC in ISO 8601 format "yyyy-mm-ddThh:mm:ssZ".
size_bytes ​
cpp
uint32_t mavsdk::LogFiles::Entry::size_bytes {}
Size of file in bytes.