You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TBufferType Enumeration
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TBufferType Enumeration

Defines signal buffering type.

Syntax
C#
Visual Basic
public enum TBufferType : uint { bftStreaming, bftScrolling, bftStoring }

SignalProcessing.cs

Members 
Description 
bftStreaming 
Once the data is read, it is "deleted" from the buffer. This mode is usefull for filtering and signal processing. 
bftScrolling 
The data resides in the buffer until new data comming in to the buffer pushes it out. This mode is usefull for signal analysis. 
bftStoring 
The buffer will be increasing until some user defined size is reached. The buffer must then be reset. 

Defines how the data is managed within the buffer.

Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!