Class: Vigilem::Evdev::Time::Timeval

Inherits:
VFFIStruct
  • Object
show all
Defined in:
lib/vigilem/evdev/system/time.rb

Overview

represents timeval from time.h

Instance Method Summary collapse

Instance Method Details

#to_fNumeric

Returns:

  • (Numeric)


15
16
17
# File 'lib/vigilem/evdev/system/time.rb', line 15

def to_f
  tv_sec.to_f + (tv_usec.to_f/1000000.0)
end