mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-09-08 13:13:43 +00:00
9 lines
988 B
HTML
9 lines
988 B
HTML
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Positioning validity life cycle</title><style>:root{color-scheme:dark}body{background:#0b1219;color:#e8f2f8;font:15px/1.6 system-ui}main{max-width:900px;margin:auto;padding:28px}section{background:#111c26;border:1px solid #294052;border-radius:12px;padding:20px}a{color:#70d7ff}pre{white-space:pre-wrap;background:#081018;padding:18px;border-radius:8px}</style></head><body><main><h1>Positioning validity life cycle</h1><p><a href="model.html">Return positioning and time authoritative model</a></p><section><pre class="mermaid">stateDiagram-v2
|
|
[*] --> NoFix
|
|
NoFix --> Candidate: sample
|
|
Candidate --> Valid: accepted
|
|
Candidate --> NoFix: rejected
|
|
Valid --> Stale: freshness deadline
|
|
Stale --> Valid: fresh sample
|
|
Valid --> NoFix: source lost</pre><p>Some coordinates are not equal to Valid; Stale cannot continue to pretend to be a real-time location.</p></section></main></body></html>
|