PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <dirent.h>
#include <queue.h>
#include <px4_platform_common/defines.h>
#include <systemlib/err.h>
#include <drivers/drv_hrt.h>
#include "mavlink_bridge_header.h"
Go to the source code of this file.
Classes | |
class | MavlinkFTP |
MAVLink remote file server. Support FTP like commands using MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL message. More... | |
struct | MavlinkFTP::SessionInfo |
struct | MavlinkFTP::_session_info |
Session info, fd=-1 for no active session. More... | |
Definition in file mavlink_ftp.h.