... | @@ -9,7 +9,7 @@ sequenceDiagram |
... | @@ -9,7 +9,7 @@ sequenceDiagram |
|
participant GNSS
|
|
participant GNSS
|
|
participant UserTime
|
|
participant UserTime
|
|
|
|
|
|
LastValidPosition -> SystemTime: load last valid time and timestamp not older then build date
|
|
LastValidPosition ->> SystemTime: load last valid time and timestamp not older then build date
|
|
RTC ->> SystemTime: load RTC time if time valid flag and timestamp not older then build date
|
|
RTC ->> SystemTime: load RTC time if time valid flag and timestamp not older then build date
|
|
GNSS ->> SystemTime: load GNSS time if time and date valid and timestamp not older then build date
|
|
GNSS ->> SystemTime: load GNSS time if time and date valid and timestamp not older then build date
|
|
GNSS ->> RTC: set RTC time if time and date valid and timestamp not older then build date
|
|
GNSS ->> RTC: set RTC time if time and date valid and timestamp not older then build date
|
... | | ... | |