gnss-rtk 0.8.0

GNSS position solver
Documentation
1
2
3
4
5
6
7
use crate::prelude::PVTSolution;

#[derive(Debug, Default, Copy, Clone)]
pub struct TestOutput {
    pub nb_iter: usize,
    pub nb_solutions: usize,
}