Class: NMEAPlus::Message::NMEA::GSA
- Inherits:
-
NMEAMessage
- Object
- Base
- NMEAMessage
- NMEAPlus::Message::NMEA::GSA
- Defined in:
- lib/nmea_plus/message/nmea/gsa.rb
Overview
GSA - GPS DOP and active satellites
Instance Attribute Summary collapse
-
#hdop ⇒ Object
readonly
Field 16 of the payload, formatted with the function #_string.
-
#mode ⇒ Object
readonly
Field 2 of the payload, formatted with the function #_integer.
-
#pdop ⇒ Object
readonly
Field 15 of the payload, formatted with the function #_string.
-
#satellite1 ⇒ Object
readonly
Field 3 of the payload, formatted with the function #_integer.
-
#satellite10 ⇒ Object
readonly
Field 12 of the payload, formatted with the function #_integer.
-
#satellite11 ⇒ Object
readonly
Field 13 of the payload, formatted with the function #_integer.
-
#satellite12 ⇒ Object
readonly
Field 14 of the payload, formatted with the function #_integer.
-
#satellite2 ⇒ Object
readonly
Field 4 of the payload, formatted with the function #_integer.
-
#satellite3 ⇒ Object
readonly
Field 5 of the payload, formatted with the function #_integer.
-
#satellite4 ⇒ Object
readonly
Field 6 of the payload, formatted with the function #_integer.
-
#satellite5 ⇒ Object
readonly
Field 7 of the payload, formatted with the function #_integer.
-
#satellite6 ⇒ Object
readonly
Field 8 of the payload, formatted with the function #_integer.
-
#satellite7 ⇒ Object
readonly
Field 9 of the payload, formatted with the function #_integer.
-
#satellite8 ⇒ Object
readonly
Field 10 of the payload, formatted with the function #_integer.
-
#satellite9 ⇒ Object
readonly
Field 11 of the payload, formatted with the function #_integer.
-
#selection_mode ⇒ Object
readonly
Field 1 of the payload, formatted with the function #_string.
-
#vdop ⇒ Object
readonly
Field 17 of the payload, formatted with the function #_string.
Attributes inherited from NMEAMessage
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
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
permalink #hdop ⇒ Object (readonly)
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 |
permalink #mode ⇒ Object (readonly)
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 |
permalink #pdop ⇒ Object (readonly)
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 |
permalink #satellite1 ⇒ Object (readonly)
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 |
permalink #satellite10 ⇒ Object (readonly)
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 |
permalink #satellite11 ⇒ Object (readonly)
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 |
permalink #satellite12 ⇒ Object (readonly)
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 |
permalink #satellite2 ⇒ Object (readonly)
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 |
permalink #satellite3 ⇒ Object (readonly)
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 |
permalink #satellite4 ⇒ Object (readonly)
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 |
permalink #satellite5 ⇒ Object (readonly)
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 |
permalink #satellite6 ⇒ Object (readonly)
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 |
permalink #satellite7 ⇒ Object (readonly)
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 |
permalink #satellite8 ⇒ Object (readonly)
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 |
permalink #satellite9 ⇒ Object (readonly)
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 |
permalink #selection_mode ⇒ Object (readonly)
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 |
permalink #vdop ⇒ Object (readonly)
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 |