|
rusEFI
The most advanced open source ECU
|
#include <persistent_configuration.h>

Public Member Functions | |
| uint32_t | getCrc () |
Data Fields | |
| int | version {} |
| int | size {} |
| persistent_config_s | persistentConfiguration {} |
| uint32_t | crc {} |
Definition at line 14 of file persistent_configuration.h.
|
inline |
Definition at line 20 of file persistent_configuration.h.
Referenced by validatePersistentState(), and writeToFlashNowImpl().

| uint32_t persistent_config_container_s::crc {} |
Definition at line 18 of file persistent_configuration.h.
Referenced by validatePersistentState(), and writeToFlashNowImpl().
| persistent_config_s persistent_config_container_s::persistentConfiguration {} |
Definition at line 17 of file persistent_configuration.h.
Referenced by getCrc(), and setDefaultEngineConfiguration().
| int persistent_config_container_s::size {} |
Definition at line 16 of file persistent_configuration.h.
Referenced by validatePersistentState(), and writeToFlashNowImpl().
| int persistent_config_container_s::version {} |
Definition at line 15 of file persistent_configuration.h.
Referenced by validatePersistentState(), and writeToFlashNowImpl().