File: mavros_msgs/FileEntry.msg
Raw Message Definition
# File/Dir information
uint8 TYPE_FILE = 0
uint8 TYPE_DIRECTORY = 1
string name
uint8 type
uint64 size
# Not supported by MAVLink FTP
#time atime
#int32 access_flags
Compact Message Definition
uint8 TYPE_FILE=0
uint8 TYPE_DIRECTORY=1
string name
uint8 type
uint64 size