mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-09-05 19:53:42 +00:00
2 lines
949 B
HTML
2 lines
949 B
HTML
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>GNSS positioning, jump filtering and time updates</title></head><body><main data-praxis-anchor="model:positioning-time" data-praxis-kind="uml_model" data-praxis-status="confirmed"><h1>GNSS positioning, jump filtering and time updates</h1><p><code>LocationService</code> Let NMEA revision go through<code>GpsJitterFilter</code> to become<code>LocationFix</code>, position events and time updates.</p><h2>Real status</h2><p>Service Saves<code>latest_fix_</code>、<code>last_fix_revision_</code> and<code>last_time_revision_</code>.<code>ITimeAuthorityUpdater</code> are output ports, not domain entities named GNSS Time Authority.</p><h2>Boundaries</h2><p> Route progress and yaw policies do not belong to LocationFix; they remain in the Review Queue as Navigation model gaps.</p><p><a href="fix-lifecycle.html">Drill down: GNSS revision processing chain</a></p></main></body></html>
|