Class: Ecu::Gruppenkennlinie

Inherits:
Kennlinie show all
Defined in:
lib/ecu/interfaces/dcm/gruppenkennlinie.rb

Constant Summary

Constants inherited from Label

Label::BYTESIZE

Instance Attribute Summary

Attributes inherited from Kennlinie

#unit, #value, #xdim, #xunit, #xvalue

Attributes inherited from Label

#description, #function, #name

Class Method Summary collapse

Methods inherited from Kennlinie

#bytesize, #equality_properties, #initialize, #properties, #reinterp, #round_to, #to_dcm, #to_mfile, #to_s, #value_at

Methods inherited from Label

#<=>, #==, #===, #equality_properties, from_dcm, from_lab, #hash, #init_error, #match, #properties, #to_h, #to_lab, #type, #valuestats, #with

Constructor Details

This class inherits a constructor from Ecu::Kennlinie

Class Method Details

.dcm_headerObject



5
6
7
# File 'lib/ecu/interfaces/dcm/gruppenkennlinie.rb', line 5

def self.dcm_header
  %r{^GRUPPENKENNLINIE\s+(?<name>[A-Za-z0-9\._]+)\s+(?<xdim>\d+)}
end