Table of Contents

Class ConfigureHeartbeat

Namespace
OpenEphys.Onix
Assembly
OpenEphys.Onix.dll
public class ConfigureHeartbeat : SingleDeviceFactory
Inheritance
ConfigureHeartbeat
Inherited Members

Constructors

ConfigureHeartbeat()

public ConfigureHeartbeat()

Properties

BeatsPerSecond

[Range(1, 10000000)]
public uint BeatsPerSecond { get; set; }

Property Value

uint

Enable

public bool Enable { get; set; }

Property Value

bool

Methods

Process(IObservable<ContextTask>)

Processes an observable sequence into a new sequence of the specified element type.

public override IObservable<ContextTask> Process(IObservable<ContextTask> source)

Parameters

source IObservable<ContextTask>

The source sequence to process.

Returns

IObservable<ContextTask>

An observable sequence with elements of type ContextTask.