Table of Contents

Class GroupByRegister

Namespace
Harp.SyringePump
Assembly
Harp.SyringePump.dll

Represents an operator that groups the sequence of Harp.SyringePump" messages by register type.

public class GroupByRegister : Combinator<HarpMessage, IGroupedObservable<Type, HarpMessage>>
Inheritance
GroupByRegister
Inherited Members

Methods

Process(IObservable<HarpMessage>)

Groups an observable sequence of Harp.SyringePump messages by register type.