... | ... | @@ -10,22 +10,10 @@ sequenceDiagram |
|
|
participant UserTime
|
|
|
|
|
|
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
|
|
|
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
|
|
|
UserTime -> SystemTime: set Time via $PFAL,Sys.SetTime,dd.mm.yy,hh:mm:ss
|
|
|
UserTime -> RTC: set Time via $PFAL,Sys.SetTime,dd.mm.yy,hh:mm:ss
|
|
|
SystemTime -> LastValidPosition: save last Valid pos and time $PFAL,GPS.Nav.SaveLastValid
|
|
|
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 ->> RTC: set RTC time if time and date valid and timestamp not older then build date
|
|
|
UserTime ->> SystemTime: set Time via $PFAL,Sys.SetTime,dd.mm.yy,hh:mm:ss
|
|
|
UserTime ->> RTC: set Time via $PFAL,Sys.SetTime,dd.mm.yy,hh:mm:ss
|
|
|
SystemTime ->> LastValidPosition: save last Valid pos and time $PFAL,GPS.Nav.SaveLastValid
|
|
|
``` |
|
|
|
|
|
TEST
|
|
|
|
|
|
|
|
|
```mermaid
|
|
|
|
|
|
sequenceDiagram
|
|
|
participant John
|
|
|
participant Alice
|
|
|
Alice->>John: Hello John, how are you?
|
|
|
John-->>Alice: Great!
|
|
|
``` |
|
|
\ No newline at end of file |