|
QGroundControl
Ground Control Station for MAVLink Drones
|
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) | |
Describes a simulated onboard log file served from the @MAV_LOG virtual directory.
Definition at line 28 of file MockLinkFTP.h.
| uint32_t MockLinkFTP::LogFile::mtime = 0 |
Modification time (seconds since UNIX epoch UTC)
Definition at line 31 of file MockLinkFTP.h.
| QString MockLinkFTP::LogFile::name |
File name, e.g. "log_1.ulg".
Definition at line 29 of file MockLinkFTP.h.
| int MockLinkFTP::LogFile::size = 0 |
File size in bytes.
Definition at line 30 of file MockLinkFTP.h.