polhemus_viper 0.1.2

A Rust library for the Polhemus Viper electromagnetic tracking system.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod command_action;
pub mod command_continuous_pno;
pub mod command_frame_body;
pub mod command_single_pno;
pub mod command_units;
pub mod command_types;
pub mod crc16;
pub mod frame;
pub mod pno_frame_body;
pub mod sensor_commands;
mod float_utils;