The main EEProm Registry class. More...
#include <AP_EEProm.h>
Inherits Vector< AP_EEPromEntryI * >.
Public Member Functions | |
AP_EEPromRegistry (uint16_t maxSize) | |
Default constructor. | |
void | add (AP_EEPromEntryI *entry, uint16_t &id, uint16_t &address, size_t size) |
Add an entry to the registry. | |
void | print (BetterStream &stream) |
Print on desired serial port. |
The main EEProm Registry class.
Definition at line 56 of file AP_EEProm.h.
AP_EEPromRegistry::AP_EEPromRegistry | ( | uint16_t | maxSize | ) | [inline] |
Default constructor.
Definition at line 61 of file AP_EEProm.h.
void AP_EEPromRegistry::add | ( | AP_EEPromEntryI * | entry, | |
uint16_t & | id, | |||
uint16_t & | address, | |||
size_t | size | |||
) |
Add an entry to the registry.
Definition at line 35 of file AP_EEProm.cpp.
void AP_EEPromRegistry::print | ( | BetterStream & | stream | ) |
Print on desired serial port.
Definition at line 20 of file AP_EEProm.cpp.