APM:Libraries
|
#include <Storage.h>
Public Member Functions | |
EEPROMStorage () | |
void | init () |
void | read_block (void *dst, uint16_t src, size_t n) |
void | write_block (uint16_t dst, const void *src, size_t n) |
![]() | |
virtual void | _timer_tick (void) |
Private Member Functions | |
void | _eeprom_open (void) |
Private Attributes | |
int | _eeprom_fd |
|
private |
Definition at line 13 of file Storage.cpp.
Referenced by read_block(), and write_block().
|
inlinevirtual |
Implements AP_HAL::Storage.
Definition at line 11 of file Storage.h.
|
virtual |
Implements AP_HAL::Storage.
Definition at line 21 of file Storage.cpp.
Referenced by init().
|
virtual |
Implements AP_HAL::Storage.
Definition at line 28 of file Storage.cpp.
Referenced by init().
|
private |
Definition at line 16 of file Storage.h.
Referenced by _eeprom_open(), EEPROMStorage(), read_block(), and write_block().