Method: NMEAPlus::Message::AIS::VDMPayload::VDMMsgClassBCSPosition#course_over_ground
- Defined in:
- lib/nmea_plus/message/ais/vdm_payload/vdm_msg_class_b_cs_position.rb
permalink #course_over_ground ⇒ Object (readonly)
Returns The field defined by the 12 bits starting at payload bit 112, formatted with the function Payload#_U(10, , ).
16 |
# File 'lib/nmea_plus/message/ais/vdm_payload/vdm_msg_class_b_cs_position.rb', line 16 payload_reader :course_over_ground, 112, 12, :_U, 10 |