APM:Libraries
Macros | Functions | Variables
Storage.cpp File Reference
#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"
Include dependency graph for Storage.cpp:

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::HALhal
 -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More...
 

Macro Definition Documentation

◆ MTD_PARAMS_FILE

#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().

◆ STORAGE_DIR

#define STORAGE_DIR   "/fs/microsd/APM"

Definition at line 26 of file Storage.cpp.

Function Documentation

◆ mtd_main()

int mtd_main ( int  ,
char **   
)

Referenced by PX4::PX4Storage::_mtd_load(), and VRBRAIN::VRBRAINStorage::_mtd_load().

Here is the caller graph for this function:

Variable Documentation

◆ hal

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.