APM:Libraries
|
#include <AP_HAL/AP_HAL.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <stdio.h>
#include <ctype.h>
#include <nuttx/progmem.h>
#include <AP_BoardConfig/AP_BoardConfig.h>
#include "Storage.h"
Go to the source code of this file.
Macros | |
#define | STORAGE_DIR "/fs/microsd/APM" |
#define | MTD_PARAMS_FILE "/fs/mtd" |
Functions | |
int | mtd_main (int, char **) |
Variables | |
const AP_HAL::HAL & | hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
#define MTD_PARAMS_FILE "/fs/mtd" |
Definition at line 28 of file Storage.cpp.
Referenced by PX4::PX4Storage::_mtd_load(), and PX4::PX4Storage::_timer_tick().
#define STORAGE_DIR "/fs/microsd/APM" |
Definition at line 26 of file Storage.cpp.
int mtd_main | ( | int | , |
char ** | |||
) |
Referenced by PX4::PX4Storage::_mtd_load(), and VRBRAIN::VRBRAINStorage::_mtd_load().
const AP_HAL::HAL& hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
Definition at line 14 of file AC_PID_test.cpp.