Struct bsec::Output [−][src]
pub struct Output {
pub timestamp_ns: i64,
pub signal: f64,
pub sensor: OutputKind,
pub accuracy: Accuracy,
}Single virtual sensor output of the BSEC algorithm.
Fields
timestamp_ns: i64Timestamp (nanoseconds) of the measurement.
signal: f64Signal value of the virtual sensor.
sensor: OutputKindType of virtual sensor.
accuracy: AccuracyAccuracy of the virtual sensor.
Trait Implementations
impl StructuralPartialEq for Output[src]
impl StructuralPartialEq for Output[src]Auto Trait Implementations
impl RefUnwindSafe for Output
impl RefUnwindSafe for Outputimpl UnwindSafe for Output
impl UnwindSafe for Output