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.
40 41 42 |
# File 'lib/openc3/conversions/unix_time_seconds_conversion.rb', line 40 def call(value, packet, buffer) super.to_f end |