Method: NMEAPlus::Message::NMEA::RMC#speed_over_ground_knots
- Defined in:
- lib/nmea_plus/message/nmea/rmc.rb
permalink #speed_over_ground_knots ⇒ Object (readonly)
Returns field 7 of the payload, formatted with the function #_float.
29 |
# File 'lib/nmea_plus/message/nmea/rmc.rb', line 29 field_reader :speed_over_ground_knots, 7, :_float |