Table of Contents

Class ConfigureMagneticEncoder

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that generates a sequence of Harp messages to configure the magnetic encoder expansion.

public class ConfigureMagneticEncoder : Source<HarpMessage>
Inheritance
ConfigureMagneticEncoder
Inherited Members

Properties

SampleRate

Gets or sets a value specifying the sampling rate of the magnetic encoder.

Methods

Generate()

Generates an observable sequence of Harp messages to configure the magnetic encoder expansion.

Generate<TSource>(IObservable<TSource>)

Generates an observable sequence of Harp messages to configure the magnetic encoder expansion whenever the source sequence emits a notification.