PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Go to the source code of this file.
Macros | |
#define | MOUNTPOINT PX4_STORAGEDIR |
#define | PX4LOG_REGULAR_FILE DT_REG |
#define | PX4LOG_DIRECTORY DT_DIR |
#define | PX4LOG_WARN(fmt, ...) |
#define | MAX_BYTES_SEND 256 * 1024 |
Functions | |
static bool | stat_file (const char *file, time_t *date=nullptr, uint32_t *size=nullptr) |
Variables | |
static const char * | kLogRoot = MOUNTPOINT "/log" |
static const char * | kLogData = MOUNTPOINT "/logdata.txt" |
static const char * | kTmpData = MOUNTPOINT "/$log$.txt" |
#define MAX_BYTES_SEND 256 * 1024 |
Referenced by MavlinkLogHandler::send().
#define MOUNTPOINT PX4_STORAGEDIR |
Definition at line 42 of file mavlink_log_handler.cpp.
#define PX4LOG_DIRECTORY DT_DIR |
Definition at line 53 of file mavlink_log_handler.cpp.
Referenced by LogListHelper::_init(), and LogListHelper::delete_all().
#define PX4LOG_REGULAR_FILE DT_REG |
Definition at line 52 of file mavlink_log_handler.cpp.
Referenced by LogListHelper::_scan_logs(), and LogListHelper::delete_all().
#define PX4LOG_WARN | ( | fmt, | |
... | |||
) |
Definition at line 61 of file mavlink_log_handler.cpp.
Referenced by LogListHelper::_init(), MavlinkLogHandler::_log_request_data(), MavlinkLogHandler::_log_request_end(), MavlinkLogHandler::_log_request_list(), MavlinkLogHandler::_log_send_listing(), LogListHelper::delete_all(), LogListHelper::get_log_data(), and LogListHelper::open_for_transmit().
|
static |
Definition at line 66 of file mavlink_log_handler.cpp.
Referenced by LogListHelper::_get_log_time_size(), and LogListHelper::_get_session_date().
|
static |
Definition at line 45 of file mavlink_log_handler.cpp.
Referenced by LogListHelper::_init(), LogListHelper::get_entry(), and LogListHelper::~LogListHelper().
|
static |
Definition at line 44 of file mavlink_log_handler.cpp.
Referenced by LogListHelper::_init(), and MavlinkLogHandler::_log_request_erase().
|
static |
Definition at line 46 of file mavlink_log_handler.cpp.
Referenced by LogListHelper::_init(), and LogListHelper::~LogListHelper().