Expand description
Detection input types (T007).
Types modelling absolute train-position detections (punctual or linear) supplied by the user as anchors for path calculation.
See specs/004-train-detections/data-model.md.
Structs§
- Geographic
Location - Geographic (lat/lon + CRS) reference for a punctual detection.
- Linear
Detection - A linear detection: train was somewhere on
netelement_idbetweent_fromandt_to. - Punctual
Detection - A punctual detection: train was at a precise (timestamp, position).
- Topological
Location - Topological reference to a position on a netelement.
Enums§
- Detection
- A detection of either kind, as parsed from input.
- Resolved
Anchor - A detection successfully resolved into a Viterbi anchor.