... | @@ -2,12 +2,11 @@ |
... | @@ -2,12 +2,11 @@ |
|
|
|
|
|
```mermaid
|
|
```mermaid
|
|
sequenceDiagram
|
|
sequenceDiagram
|
|
participant "Device Time" as SystemTime
|
|
participant Device Time as SystemTime
|
|
participant "Last saved Time" as LastValidPosition
|
|
participant Last saved Time as LastValidPosition
|
|
participant "RTC time if RTC available" as RTC
|
|
participant RTC time if RTC available as RTC
|
|
participant "GNSS aka GPS time" as GNSS
|
|
participant GNSS aka GPS time as GNSS
|
|
participant "User time" as UserTime
|
|
participant User time as UserTime
|
|
autonumber
|
|
|
|
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
|
|
... any time ...
|
|
... any time ...
|
... | | ... | |