tp-lib-core 0.0.6

Core library for GNSS track axis projection with spatial indexing
Documentation
1
2
3
4
5
6
7
8
9
10
//! Unit tests for candidate selection module
//!
//! Tests for finding candidate netelements for each GNSS position.

#[cfg(test)]
mod tests {
    // T048: Test candidate selection within cutoff distance
    // T049: Test heading difference calculation with 180° handling
    // To be implemented after US1 Phase 1 tasks
}