class MinknowApi::Statistics::FloatDataSelection

Included Modules

Defined in:

generated/minknow_api/statistics.pb.cr

Constructors

Instance Method Summary

Constructor Detail

def self.decode(bytes : Bytes) : self #

Decode a message from a raw byte slice.


[View source]
def self.decode(io : IO) : self #

[View source]
def self.decode_partial(bytes : Bytes) : self #

[View source]
def self.decode_partial(io : IO) : self #

[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def clear_end_ : Nil #

[View source]
def clear_start : Nil #

[View source]
def clear_step : Nil #

[View source]
def encode(io : IO) : Nil #

[View source]
def encode_partial(io : IO) : Nil #

[View source]
def end_ : Float32 | Nil #

[View source]
def end_=(end_ : Float32 | Nil) #

[View source]
def has_end_? : Bool #

[View source]
def has_start? : Bool #

[View source]
def has_step? : Bool #

[View source]
def start : Float32 | Nil #

[View source]
def start=(start : Float32 | Nil) #

[View source]
def step : Float32 | Nil #

[View source]
def step=(step : Float32 | Nil) #

[View source]