Class: NMEAPlus::Message::NMEA::GSA

Inherits:
NMEAMessage show all
Defined in:
lib/nmea_plus/message/nmea/gsa.rb

Overview

GSA - GPS DOP and active satellites

Instance Attribute Summary collapse

Attributes inherited from NMEAMessage

#message_type, #talker

Attributes inherited from Base

#checksum, #data_type, #fields, #interpreted_data_type, #message_number, #next_part, #original, #payload, #prefix, #total_messages

Method Summary

Methods inherited from NMEAMessage

_10_boolean, _av_boolean

Methods inherited from Base

_float, _hex_to_integer, #_highest_contiguous_index, _integer, _interval_hms, _string, _utc_date_time, _utctime_hms, #add_message_part, #all_checksums_ok?, #all_messages_received?, #calculated_checksum, #checksum_ok?, degrees_minutes_to_decimal, field_reader, #highest_contiguous_index, nsew_signed_float

Instance Attribute Details

#hdopObject (readonly)

Returns field 16 of the payload, formatted with the function #_string.

Returns:

  • field 16 of the payload, formatted with the function #_string



23
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 23

field_reader :hdop, 16, :_string

#modeObject (readonly)

Returns field 2 of the payload, formatted with the function #_integer.

Returns:

  • field 2 of the payload, formatted with the function #_integer



9
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 9

field_reader :mode, 2, :_integer

#pdopObject (readonly)

Returns field 15 of the payload, formatted with the function #_string.

Returns:

  • field 15 of the payload, formatted with the function #_string



22
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 22

field_reader :pdop, 15, :_string

#satellite1Object (readonly)

Returns field 3 of the payload, formatted with the function #_integer.

Returns:

  • field 3 of the payload, formatted with the function #_integer



10
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 10

field_reader :satellite1, 3, :_integer

#satellite10Object (readonly)

Returns field 12 of the payload, formatted with the function #_integer.

Returns:

  • field 12 of the payload, formatted with the function #_integer



19
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 19

field_reader :satellite10, 12, :_integer

#satellite11Object (readonly)

Returns field 13 of the payload, formatted with the function #_integer.

Returns:

  • field 13 of the payload, formatted with the function #_integer



20
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 20

field_reader :satellite11, 13, :_integer

#satellite12Object (readonly)

Returns field 14 of the payload, formatted with the function #_integer.

Returns:

  • field 14 of the payload, formatted with the function #_integer



21
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 21

field_reader :satellite12, 14, :_integer

#satellite2Object (readonly)

Returns field 4 of the payload, formatted with the function #_integer.

Returns:

  • field 4 of the payload, formatted with the function #_integer



11
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 11

field_reader :satellite2, 4, :_integer

#satellite3Object (readonly)

Returns field 5 of the payload, formatted with the function #_integer.

Returns:

  • field 5 of the payload, formatted with the function #_integer



12
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 12

field_reader :satellite3, 5, :_integer

#satellite4Object (readonly)

Returns field 6 of the payload, formatted with the function #_integer.

Returns:

  • field 6 of the payload, formatted with the function #_integer



13
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 13

field_reader :satellite4, 6, :_integer

#satellite5Object (readonly)

Returns field 7 of the payload, formatted with the function #_integer.

Returns:

  • field 7 of the payload, formatted with the function #_integer



14
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 14

field_reader :satellite5, 7, :_integer

#satellite6Object (readonly)

Returns field 8 of the payload, formatted with the function #_integer.

Returns:

  • field 8 of the payload, formatted with the function #_integer



15
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 15

field_reader :satellite6, 8, :_integer

#satellite7Object (readonly)

Returns field 9 of the payload, formatted with the function #_integer.

Returns:

  • field 9 of the payload, formatted with the function #_integer



16
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 16

field_reader :satellite7, 9, :_integer

#satellite8Object (readonly)

Returns field 10 of the payload, formatted with the function #_integer.

Returns:

  • field 10 of the payload, formatted with the function #_integer



17
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 17

field_reader :satellite8, 10, :_integer

#satellite9Object (readonly)

Returns field 11 of the payload, formatted with the function #_integer.

Returns:

  • field 11 of the payload, formatted with the function #_integer



18
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 18

field_reader :satellite9, 11, :_integer

#selection_modeObject (readonly)

Returns field 1 of the payload, formatted with the function #_string.

Returns:

  • field 1 of the payload, formatted with the function #_string



8
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 8

field_reader :selection_mode, 1, :_string

#vdopObject (readonly)

Returns field 17 of the payload, formatted with the function #_string.

Returns:

  • field 17 of the payload, formatted with the function #_string



24
# File 'lib/nmea_plus/message/nmea/gsa.rb', line 24

field_reader :vdop, 17, :_string