class MinknowApi::Device::SaturationConfig

Included Modules

Defined in:

generated/minknow_api/device.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_software_saturation : Nil #

[View source]
def clear_thresholds : Nil #

[View source]
def clear_user_threshold_saturation : Nil #

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

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

[View source]
def has_software_saturation? : Bool #

[View source]
def has_thresholds? : Bool #

[View source]
def has_user_threshold_saturation? : Bool #

[View source]
def software_saturation : SaturationConfig::SoftwareSaturation | Nil #

[View source]
def software_saturation=(software_saturation : SaturationConfig::SoftwareSaturation | Nil) #

[View source]
def thresholds : SaturationConfig::Thresholds | Nil #

[View source]
def thresholds=(thresholds : SaturationConfig::Thresholds | Nil) #

[View source]
def user_threshold_saturation : SaturationConfig::UserThresholdSaturation | Nil #

[View source]
def user_threshold_saturation=(user_threshold_saturation : SaturationConfig::UserThresholdSaturation | Nil) #

[View source]
def validate_required! : Nil #

[View source]
def validate_required_deep! : Nil #

[View source]