Method: OpenC3::UnixTimeSecondsConversion#call
- Defined in:
- lib/openc3/conversions/unix_time_seconds_conversion.rb
#call(value, packet, buffer) ⇒ Float
Returns Packet time in seconds since UNIX epoch.
44 45 46 |
# File 'lib/openc3/conversions/unix_time_seconds_conversion.rb', line 44 def call(value, packet, buffer) super.to_f end |