|
|
# AVL Time State
|
|
|
```mermaid
|
|
|
sequenceDiagram
|
|
|
|
|
|
```plantuml
|
|
|
|
|
|
@startuml
|
|
|
participant "Device Time" as SystemTime
|
|
|
participant "Last saved Time" as LastValidPosition
|
|
|
participant "RTC time if RTC available" as RTC
|
... | ... | @@ -21,6 +20,5 @@ RTC <- UserTime : set Time via $PFAL,Sys.SetTime,dd.mm.yy,hh:mm:ss |
|
|
... any time ...
|
|
|
SystemTime -> LastValidPosition : save last Valid pos and time $PFAL,GPS.Nav.SaveLastValid
|
|
|
|
|
|
@enduml
|
|
|
```
|
|
|
|