QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
MockLinkFTP::LogFile Struct Reference

Describes a simulated onboard log file served from the @MAV_LOG virtual directory. More...

#include <MockLinkFTP.h>

Public Attributes

QString name
 File name, e.g. "log_1.ulg".
 
int size = 0
 File size in bytes.
 
uint32_t mtime = 0
 Modification time (seconds since UNIX epoch UTC)
 

Detailed Description

Describes a simulated onboard log file served from the @MAV_LOG virtual directory.

Definition at line 28 of file MockLinkFTP.h.

Member Data Documentation

◆ mtime

uint32_t MockLinkFTP::LogFile::mtime = 0

Modification time (seconds since UNIX epoch UTC)

Definition at line 31 of file MockLinkFTP.h.

◆ name

QString MockLinkFTP::LogFile::name

File name, e.g. "log_1.ulg".

Definition at line 29 of file MockLinkFTP.h.

◆ size

int MockLinkFTP::LogFile::size = 0

File size in bytes.

Definition at line 30 of file MockLinkFTP.h.


The documentation for this struct was generated from the following file: