Docs.rs
gmt_dos-clients_crseo-4.3.0
gmt_dos-clients_crseo 4.3.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rconan
Dependencies
anyhow ^1.0.68
normal
bincode ^2.0.0-rc
normal
crseo ^0.9
normal
faer ^0.16.0
normal
optional
gmt_dos-clients_domeseeing ^2.1
normal
gmt_dos-clients_io ^4.1
normal
indicatif ^0.17.3
normal
gmt_dos-actors-clients_interface ^1.2
normal
log ^0.4.17
normal
nalgebra ^0.32.1
normal
rayon ^1.6.1
normal
serde ^1.0.152
normal
thiserror ^1.0
normal
toml ^0.8.8
normal
complot ^0.3.4
dev
gmt_dos-clients_arrow ^2.1
dev
linya ^0.3.0
dev
skyangle ^0.2.2
dev
tokio ^1.21.1
dev
Versions
27.78%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gmt_
dos_
clients_
crseo
4.3.0
Calibrating
Required Associated Types
Output
ProcessorData
Implementors
In crate gmt_
dos_
clients_
crseo
gmt_dos_clients_crseo
Trait
Calibrating
Copy item path
Source
pub trait Calibrating { type
ProcessorData
:
Default
; type
Output
; }
Expand description
Sensor calibration interface
Required Associated Types
§
Source
type
ProcessorData
:
Default
Source
type
Output
Implementors
§
Source
§
impl
Calibrating
for
PyramidCalibrator
Source
§
type
ProcessorData
= PyramidData<
f32
>
Source
§
type
Output
=
Vec
<
f64
>