class Tdms::DataType::Timestamp

Constants

Id
LengthInBytes

Public Class Methods

read_from_stream(tdms_file) click to toggle source
# File lib/tdms/datatypes.rb, line 143
def self.read_from_stream(tdms_file)
  new(tdms_file.read_timestamp)
end