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