Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
Loading...
Searching...
No Matches
EEPROM_emulation.h
Go to the documentation of this file.
1/***********************************************************************/
25#ifndef EEPROM_EMULATION_H_
26#define EEPROM_EMULATION_H_
27
28#include "persistent_data.h"
30
33{
34 unsigned identifier;
35 float value;
36};
37
39
40int read_EEPROM_file (char *basename);
41bool write_EEPROM_dump( char * basename);
42
43#endif /* EEPROM_EMULATION_H_ */
float configuration(EEPROM_PARAMETER_ID id)
int read_EEPROM_file(char *basename)
bool write_EEPROM_dump(char *basename)
config_param_type config_parameters[EEPROM_PARAMETER_ID_END]
mathematical vector of arbitrary type and size
Definition vector.h:40
definitions for persistent data in EEPROM or config. file
this structure describes one persistent parameter