Class: Vigilem::Evdev::Time::Timeval
- Inherits:
-
VFFIStruct
- Object
- VFFIStruct
- Vigilem::Evdev::Time::Timeval
- Defined in:
- lib/vigilem/evdev/system/time.rb
Overview
represents timeval from time.h
Instance Method Summary collapse
Instance Method Details
#to_f ⇒ 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 |