|
APM:Libraries
|
#include <StorageManager.h>
Classes | |
| struct | StorageArea |
Public Types | |
| enum | StorageType { StorageParam = 0, StorageFence = 1, StorageRally = 2, StorageMission = 3, StorageKeys = 4, StorageBindInfo = 5 } |
Static Public Member Functions | |
| static void | erase (void) |
| static void | set_layout_copter (void) |
Static Private Attributes | |
| static const StorageArea | layout_copter [STORAGE_NUM_AREAS] |
| static const StorageArea | layout_default [STORAGE_NUM_AREAS] |
| static const StorageArea * | layout = layout_default |
Friends | |
| class | StorageAccess |
Definition at line 42 of file StorageManager.h.
| Enumerator | |
|---|---|
| StorageParam | |
| StorageFence | |
| StorageRally | |
| StorageMission | |
| StorageKeys | |
| StorageBindInfo | |
Definition at line 45 of file StorageManager.h.
|
static |
|
inlinestatic |
Definition at line 58 of file StorageManager.h.
|
friend |
Definition at line 43 of file StorageManager.h.
|
staticprivate |
Definition at line 70 of file StorageManager.h.
Referenced by set_layout_copter().
|
staticprivate |
Definition at line 68 of file StorageManager.h.
Referenced by set_layout_copter().
|
staticprivate |
Definition at line 69 of file StorageManager.h.
1.8.13