|  | Paparazzi UAS v7.0_unstable
    Paparazzi is a free software Unmanned Aircraft System. | 
linux arch Persistent settings. More...
 Include dependency graph for settings_arch.c:
 Include dependency graph for settings_arch.c:Go to the source code of this file.
| Macros | |
| #define | PERSISTENT_SETTINGS_FILE "pprz_persistent_settings.binary" | 
| Default file used to store persistent settings. | |
| Functions | |
| int32_t | persistent_write (void *ptr, uint32_t size) | 
| int32_t | persistent_read (void *ptr, uint32_t size) | 
| int32_t | persistent_clear (void) | 
linux arch Persistent settings.
Saves the PersistentSettings struct to a binary file.
Definition in file settings_arch.c.
| #define PERSISTENT_SETTINGS_FILE "pprz_persistent_settings.binary" | 
Default file used to store persistent settings.
Definition at line 34 of file settings_arch.c.
Definition at line 74 of file settings_arch.c.
References foo, and PERSISTENT_SETTINGS_FILE.
Referenced by settings_clear().
 Here is the caller graph for this function:
 Here is the caller graph for this function:Definition at line 49 of file settings_arch.c.
References foo, and PERSISTENT_SETTINGS_FILE.
Definition at line 37 of file settings_arch.c.
References foo, and PERSISTENT_SETTINGS_FILE.