|
| EERegister () |
| Constructor Class. More...
|
|
| EERegister (TwoWire *wire, BinarySemaphore *wireLock, uint8_t i2c_address=EEPROM_AT24C64_DEFAULT_ADDRESS) |
| Construct a new EERegister::EERegister object. More...
|
|
void | setup (void) |
| Check if exist or create space register with init default value. More...
|
|
void | read (const char *const register_name, uavcan_register_Value_1_0 *const inout_value) |
| Legge un registro Cypal/Uavcan wrapper UAVCAN (Imposta Default su Set inout_value su value se non esiste) More...
|
|
void | write (const char *const register_name, const uavcan_register_Value_1_0 *const value) |
| Store the given register value into the persistent storage. More...
|
|
uavcan_register_Name_1_0 | getNameByIndex (const uint16_t index) |
| Scroll degli indici dal primo all'ultimo e return ID UavCAN Nel passaggio di un eventuale INDICE vuoto, non viene incrementato l'ID ID Uavcan è solo l'elenco sequenziale degli ID registarti validi La procedura scorre tutta l'area registri e ritorda IDX+1 alla lettura di un ID Valido. More...
|
|
void | doFactoryReset (void) |
| Erase all registers such that the defaults are used at the next launch. More...
|
|
bool | assign (uavcan_register_Value_1_0 *const dst, const uavcan_register_Value_1_0 *const src) |
| Register type Assign UAVCAN. More...
|
|
|
void | _memory_write_block (uint16_t address, uint8_t *data, uint8_t len) |
| Wrapper memory_write_block. More...
|
|
void | _memory_read_block (uint16_t address, uint8_t *data, uint8_t len) |
| Wrapper memory_read_block. More...
|
|
void | _memory_write_byte (uint16_t address, uint8_t data) |
| Wrapper memory_write_byte. More...
|
|
void | _memory_read_byte (uint16_t address, uint8_t *data) |
| Wrapper memory_read_byte. More...
|
|
void | _eeprom_register_factory (void) |
| Inizializza l'area memory (indice) dedicata a REGISTER. More...
|
|
void | _eeprom_register_clear (uint8_t reg_numb) |
| Inizializza/Elimina un registro CYPAL/STIMAV4 dalla memoria. More...
|
|
size_t | _eeprom_register_get_fast (uint8_t reg_numb, uint8_t *reg_name, uint8_t *reg_value) |
| Legge un registro CYPAL/STIMAV4 dalla memoria (per indice) (fast=senza controlli validità) la procedura chiamante si occupa dei limiti. More...
|
|
size_t | _eeprom_register_get_len_intest_fast (uint8_t reg_numb) |
| Legge un registro CYPAL/STIMAV4 dalla memoria (per indice) (fast=senza controlli validità) la procedura chiamante si occupa dei limiti. More...
|
|
void | _eeprom_register_get_intest_fast (uint8_t reg_numb, uint8_t *reg_name, uint8_t name_len) |
| Legge un registro CYPAL/STIMAV4 dalla memoria (per indice) (fast=senza controlli validità) la procedura chiamante si occupa dei limiti. More...
|
|
bool | _eeprom_register_get_name_from_index (uint8_t reg_numb, uint8_t *reg_name) |
| Legge un registro CYPAL/STIMAV4 dalla EEprom (per indice) More...
|
|
size_t | _eeprom_register_get_from_name (uint8_t const *reg_name, uint8_t *reg_numb, uint8_t *data) |
| Legge un registro CYPAL/STIMAV4 dalla memoria (per Nome) More...
|
|
uint8_t | _eeprom_register_get_index_from_name (uint8_t *reg_name) |
| Legge un indiced di registro CYPAL/STIMAV4 dalla memoria (per Nome) More...
|
|
void | _eeprom_register_set (uint8_t reg_numb, uint8_t *reg_name, uint8_t *data, size_t len_data) |
| Scrive/edita un registro CYPAL/STIMAV4 sulla memoria. More...
|
|
void | _eeprom_register_get_next_id (uint8_t *current_register) |
| Ritorna il prossimo indice (se esiste) valido nella sezione memoria Cypal dedicata. More...
|
|
uint8_t | _eeprom_register_add (uint8_t *reg_name, uint8_t *data, size_t data_len) |
| Aggiunge un registro alla configurazione CYPAL/STIMAV4. More...
|
|
Definition at line 93 of file register_class.hpp.
bool EERegister::assign |
( |
uavcan_register_Value_1_0 *const |
dst, |
|
|
const uavcan_register_Value_1_0 *const |
src |
|
) |
| |
Register type Assign UAVCAN.
Copy one value to the other if their types and dimensionality are the same or automatic conversion is possible. If the destination is empty, it is simply replaced with the source (assignment always succeeds). The return value is true if the assignment has been performed, false if it is not possible (in the latter case the destination is NOT modified).
- Parameters
-
dst | destination register |
src | source register |
- Returns
- Register assign completed OK
Definition at line 448 of file register_class.cpp.
uavcan_register_Name_1_0 EERegister::getNameByIndex |
( |
const uint16_t |
index | ) |
|
Scroll degli indici dal primo all'ultimo e return ID UavCAN Nel passaggio di un eventuale INDICE vuoto, non viene incrementato l'ID ID Uavcan è solo l'elenco sequenziale degli ID registarti validi La procedura scorre tutta l'area registri e ritorda IDX+1 alla lettura di un ID Valido.
This function is mostly intended for implementing the standard RPC-service uavcan.register.List. It returns the name of the register at the specified index (where the ordering is undefined but guaranteed to be short-term stable), or empty name if the index is out of bounds.
- Parameters
-
- Returns
- UavCan Name Register Formato UAVCAN
Definition at line 412 of file register_class.cpp.
void EERegister::read |
( |
const char *const |
register_name, |
|
|
uavcan_register_Value_1_0 *const |
inout_value |
|
) |
| |
Legge un registro Cypal/Uavcan wrapper UAVCAN (Imposta Default su Set inout_value su value se non esiste)
Reads the specified register from the persistent storage into inout_value
. If the register does not exist or it cannot be automatically converted to the type of the provided argument, the value will be stored in the persistent storage using registerWrite(), overriding existing value. The default will not be initialized if the argument is empty.
- Parameters
-
register_name | nome del registro |
inout_value | valore del registro (formato uavcan) -> Set Valore default |
Definition at line 376 of file register_class.cpp.