rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
persistent_config_container_s Struct Reference

#include <persistent_configuration.h>

Collaboration diagram for persistent_config_container_s:
Collaboration graph
[legend]

Public Member Functions

uint32_t getCrc ()
 

Data Fields

int version {}
 
int size {}
 
persistent_config_s persistentConfiguration {}
 
uint32_t crc {}
 

Detailed Description

Definition at line 14 of file persistent_configuration.h.

Member Function Documentation

◆ getCrc()

uint32_t persistent_config_container_s::getCrc ( )
inline

Definition at line 20 of file persistent_configuration.h.

Referenced by validatePersistentState(), and writeToFlashNowImpl().

Here is the caller graph for this function:

Field Documentation

◆ crc

uint32_t persistent_config_container_s::crc {}

Definition at line 18 of file persistent_configuration.h.

18{};

Referenced by validatePersistentState(), and writeToFlashNowImpl().

◆ persistentConfiguration

persistent_config_s persistent_config_container_s::persistentConfiguration {}

Definition at line 17 of file persistent_configuration.h.

17{};

Referenced by getCrc(), and setDefaultEngineConfiguration().

◆ size

int persistent_config_container_s::size {}

Definition at line 16 of file persistent_configuration.h.

16{};

Referenced by validatePersistentState(), and writeToFlashNowImpl().

◆ version

int persistent_config_container_s::version {}

Definition at line 15 of file persistent_configuration.h.

15{};

Referenced by validatePersistentState(), and writeToFlashNowImpl().


The documentation for this struct was generated from the following file: