class Tdms::DataType::Single
Constants
- Id
- LengthInBytes
Public Class Methods
read_from_stream(tdms_file)
click to toggle source
# File lib/tdms/datatypes.rb, line 89 def self.read_from_stream(tdms_file) new(tdms_file.read_single) end