BRML Drivers


ISensor<'T>

Namespace: SampleRecorder

Sensor interface.

Instance members

Instance memberDescription
Interpolate(fac a b)
Signature: fac:float -> a:'T -> b:'T -> 'T
Modifiers: abstract

Interpolates between the two samples using the formula (1.0 - fac) a + fac b.

SampleAcquired
Signature: IEvent<'T>
Modifiers: abstract

Event that must be fired every time a sample was acquired.

CompiledName: get_SampleAcquired

Fork me on GitHub