Skip to main content

Module detection

Module detection 

Source
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§

GeographicLocation
Geographic (lat/lon + CRS) reference for a punctual detection.
LinearDetection
A linear detection: train was somewhere on netelement_id between t_from and t_to.
PunctualDetection
A punctual detection: train was at a precise (timestamp, position).
TopologicalLocation
Topological reference to a position on a netelement.

Enums§

Detection
A detection of either kind, as parsed from input.
ResolvedAnchor
A detection successfully resolved into a Viterbi anchor.