Class: NMEAPlus::Message::NMEA::GSV
- Inherits:
-
NMEAMessage
- Object
- Base
- NMEAMessage
- NMEAPlus::Message::NMEA::GSV
- Defined in:
- lib/nmea_plus/message/nmea/gsv.rb
Overview
GSV - Satellites in view
Instance Attribute Summary collapse
-
#message_number ⇒ Object
readonly
Field 2 of the payload, formatted with the function #_integer.
-
#satellite1_azimuth_degrees ⇒ Object
readonly
Field 6 of the payload, formatted with the function #_float.
-
#satellite1_elevation_degrees ⇒ Object
readonly
Field 5 of the payload, formatted with the function #_float.
-
#satellite1_prn ⇒ Object
readonly
Field 4 of the payload, formatted with the function #_integer.
-
#satellite1_snr ⇒ Object
readonly
Field 7 of the payload, formatted with the function #_float.
-
#satellite2_azimuth_degrees ⇒ Object
readonly
Field 10 of the payload, formatted with the function #_float.
-
#satellite2_elevation_degrees ⇒ Object
readonly
Field 9 of the payload, formatted with the function #_float.
-
#satellite2_prn ⇒ Object
readonly
Field 8 of the payload, formatted with the function #_integer.
-
#satellite2_snr ⇒ Object
readonly
Field 11 of the payload, formatted with the function #_float.
-
#satellite3_azimuth_degrees ⇒ Object
readonly
Field 14 of the payload, formatted with the function #_float.
-
#satellite3_elevation_degrees ⇒ Object
readonly
Field 13 of the payload, formatted with the function #_float.
-
#satellite3_prn ⇒ Object
readonly
Field 12 of the payload, formatted with the function #_integer.
-
#satellite3_snr ⇒ Object
readonly
Field 15 of the payload, formatted with the function #_float.
-
#satellite4_azimuth_degrees ⇒ Object
readonly
Field 18 of the payload, formatted with the function #_float.
-
#satellite4_elevation_degrees ⇒ Object
readonly
Field 17 of the payload, formatted with the function #_float.
-
#satellite4_prn ⇒ Object
readonly
Field 16 of the payload, formatted with the function #_integer.
-
#satellite4_snr ⇒ Object
readonly
Field 19 of the payload, formatted with the function #_float.
-
#satellites ⇒ Object
readonly
Field 3 of the payload, formatted with the function #_integer.
-
#total_messages ⇒ Object
readonly
Field 1 of the payload, formatted with the function #_integer.
Attributes inherited from NMEAMessage
Attributes inherited from Base
#checksum, #data_type, #fields, #interpreted_data_type, #next_part, #original, #payload, #prefix
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
#message_number ⇒ Object (readonly)
Returns field 2 of the payload, formatted with the function #_integer.
9 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 9 field_reader :message_number, 2, :_integer |
#satellite1_azimuth_degrees ⇒ Object (readonly)
Returns field 6 of the payload, formatted with the function #_float.
13 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 13 field_reader :satellite1_azimuth_degrees, 6, :_float |
#satellite1_elevation_degrees ⇒ Object (readonly)
Returns field 5 of the payload, formatted with the function #_float.
12 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 12 field_reader :satellite1_elevation_degrees, 5, :_float |
#satellite1_prn ⇒ Object (readonly)
Returns field 4 of the payload, formatted with the function #_integer.
11 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 11 field_reader :satellite1_prn, 4, :_integer |
#satellite1_snr ⇒ Object (readonly)
Returns field 7 of the payload, formatted with the function #_float.
14 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 14 field_reader :satellite1_snr, 7, :_float |
#satellite2_azimuth_degrees ⇒ Object (readonly)
Returns field 10 of the payload, formatted with the function #_float.
17 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 17 field_reader :satellite2_azimuth_degrees, 10, :_float |
#satellite2_elevation_degrees ⇒ Object (readonly)
Returns field 9 of the payload, formatted with the function #_float.
16 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 16 field_reader :satellite2_elevation_degrees, 9, :_float |
#satellite2_prn ⇒ Object (readonly)
Returns field 8 of the payload, formatted with the function #_integer.
15 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 15 field_reader :satellite2_prn, 8, :_integer |
#satellite2_snr ⇒ Object (readonly)
Returns field 11 of the payload, formatted with the function #_float.
18 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 18 field_reader :satellite2_snr, 11, :_float |
#satellite3_azimuth_degrees ⇒ Object (readonly)
Returns field 14 of the payload, formatted with the function #_float.
21 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 21 field_reader :satellite3_azimuth_degrees, 14, :_float |
#satellite3_elevation_degrees ⇒ Object (readonly)
Returns field 13 of the payload, formatted with the function #_float.
20 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 20 field_reader :satellite3_elevation_degrees, 13, :_float |
#satellite3_prn ⇒ Object (readonly)
Returns field 12 of the payload, formatted with the function #_integer.
19 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 19 field_reader :satellite3_prn, 12, :_integer |
#satellite3_snr ⇒ Object (readonly)
Returns field 15 of the payload, formatted with the function #_float.
22 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 22 field_reader :satellite3_snr, 15, :_float |
#satellite4_azimuth_degrees ⇒ Object (readonly)
Returns field 18 of the payload, formatted with the function #_float.
25 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 25 field_reader :satellite4_azimuth_degrees, 18, :_float |
#satellite4_elevation_degrees ⇒ Object (readonly)
Returns field 17 of the payload, formatted with the function #_float.
24 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 24 field_reader :satellite4_elevation_degrees, 17, :_float |
#satellite4_prn ⇒ Object (readonly)
Returns field 16 of the payload, formatted with the function #_integer.
23 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 23 field_reader :satellite4_prn, 16, :_integer |
#satellite4_snr ⇒ Object (readonly)
Returns field 19 of the payload, formatted with the function #_float.
26 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 26 field_reader :satellite4_snr, 19, :_float |
#satellites ⇒ Object (readonly)
Returns field 3 of the payload, formatted with the function #_integer.
10 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 10 field_reader :satellites, 3, :_integer |
#total_messages ⇒ Object (readonly)
Returns field 1 of the payload, formatted with the function #_integer.
8 |
# File 'lib/nmea_plus/message/nmea/gsv.rb', line 8 field_reader :total_messages, 1, :_integer |