class

ReadUntil::Config

Inherits Reference < Object

Constructors

new(channels : Range(Int32, Int32) = 1..512, raw_data : RawDataKind = RawDataKind::Calibrated, min_chunk_size : UInt64 = 0_u64, mode : StreamMode = StreamMode::OneChunk, prefilter : Prefilter = Prefilter.none, action_batch_size : Int32 = 1000, action_throttle : Time::Span = 1.millisecond, unblock_duration : Time::Span = 100.milliseconds)
Source

Instance methods

action_batch_size
Source
action_throttle
Source
channels
Source
first_channel
Source
last_channel
Source
min_chunk_size
Source
mode
Source
one_chunk?
Source
prefilter
Source
raw_data
Source
to_setup_request
Source
unblock_duration
Source
with(*, channels : Range(Int32, Int32) | Nil = nil, raw_data : RawDataKind | Nil = nil, min_chunk_size : UInt64 | Nil = nil, prefilter : Prefilter | Nil = nil) : Config
Source