Table of Contents

Method ShowBuffer

Namespace
Bonsai.Dsp.Design
Assembly
Bonsai.Dsp.Design.dll

ShowBuffer(IList<Timestamped<object>>)

Updates the type visualizer with a new buffer of timestamped values.

protected override void ShowBuffer(IList<Timestamped<object>> values)

Parameters

values IList<Timestamped<object>>

A buffer of timestamped values where each timestamp indicates the time at which the value was received.