... | @@ -2,11 +2,11 @@ |
... | @@ -2,11 +2,11 @@ |
|
|
|
|
|
```mermaid
|
|
```mermaid
|
|
sequenceDiagram
|
|
sequenceDiagram
|
|
participant Device Time as SystemTime
|
|
participant SystemTime
|
|
participant Last saved Time as LastValidPosition
|
|
participant LastValidPosition
|
|
participant RTC time if RTC available as RTC
|
|
participant RTC
|
|
participant GNSS aka GPS time as GNSS
|
|
participant GNSS
|
|
participant User time as UserTime
|
|
participant UserTime
|
|
SystemTime <- LastValidPosition : load last valid time and timestamp not older then build date
|
|
SystemTime <- LastValidPosition : load last valid time and timestamp not older then build date
|
|
SystemTime <- RTC : load RTC time if time valid flag and timestamp not older then build date
|
|
SystemTime <- RTC : load RTC time if time valid flag and timestamp not older then build date
|
|
SystemTime <- GNSS : load GNSS time if time and date valid and timestamp not older then build date
|
|
SystemTime <- GNSS : load GNSS time if time and date valid and timestamp not older then build date
|
... | | ... | |