Class: NMEAPlus::Message::NMEA::GSV

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

Overview

GSV - Satellites in view

Instance Attribute Summary collapse

Attributes inherited from NMEAMessage

#message_type, #talker

Attributes inherited from Base

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

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

#message_numberObject (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/gsv.rb', line 9

field_reader :message_number, 2, :_integer

#satellite1_azimuth_degreesObject (readonly)

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

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_degreesObject (readonly)

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

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_prnObject (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/gsv.rb', line 11

field_reader :satellite1_prn, 4, :_integer

#satellite1_snrObject (readonly)

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

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_degreesObject (readonly)

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

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_degreesObject (readonly)

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

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_prnObject (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/gsv.rb', line 15

field_reader :satellite2_prn, 8, :_integer

#satellite2_snrObject (readonly)

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

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_degreesObject (readonly)

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

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_degreesObject (readonly)

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

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_prnObject (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/gsv.rb', line 19

field_reader :satellite3_prn, 12, :_integer

#satellite3_snrObject (readonly)

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

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_degreesObject (readonly)

Returns field 18 of the payload, formatted with the function #_float.

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_degreesObject (readonly)

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

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_prnObject (readonly)

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

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_snrObject (readonly)

Returns field 19 of the payload, formatted with the function #_float.

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

#satellitesObject (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/gsv.rb', line 10

field_reader :satellites, 3, :_integer

#total_messagesObject (readonly)

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

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