You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# File/Dir information
|
|
|
|
uint8 TYPE_FILE = 0
|
|
uint8 TYPE_DIRECTORY = 1
|
|
|
|
string name
|
|
uint8 type
|
|
uint64 size
|
|
|
|
# Not supported by MAVLink FTP
|
|
#builtin_interfaces/Time atime
|
|
#int32 access_flags
|