Class: NMEAPlus::Message::NMEA::ALM

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

Overview

ALM - GPS Almanac Data

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

#ascension_node_longitudeObject (readonly)

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

Returns:

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



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

field_reader :ascension_node_longitude, 12, :_hex_to_integer

#ascension_rateObject (readonly)

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

Returns:

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



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

field_reader :ascension_rate, 9, :_hex_to_integer

#eccentricityObject (readonly)

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

Returns:

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



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

field_reader :eccentricity, 6, :_hex_to_integer

#f0_clockObject (readonly)

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

Returns:

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



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

field_reader :f0_clock, 14, :_hex_to_integer

#f1_clockObject (readonly)

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

Returns:

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



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

field_reader :f1_clock, 15, :_hex_to_integer

#gps_weekObject (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/alm.rb', line 11

field_reader :gps_week, 4, :_integer

#inclination_angleObject (readonly)

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

Returns:

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



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

field_reader :inclination_angle, 8, :_hex_to_integer

#mean_anomalyObject (readonly)

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

Returns:

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



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

field_reader :mean_anomaly, 13, :_hex_to_integer

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

field_reader :message_number, 2, :_integer

#perigee_argumentObject (readonly)

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

Returns:

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



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

field_reader :perigee_argument, 11, :_hex_to_integer

#reference_timeObject (readonly)

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

Returns:

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



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

field_reader :reference_time, 7, :_hex_to_integer

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

field_reader :satellite_prn, 3, :_integer

#semimajor_axis_rootObject (readonly)

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

Returns:

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



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

field_reader :semimajor_axis_root, 10, :_hex_to_integer

#sv_healthObject (readonly)

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

Returns:

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



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

field_reader :sv_health, 5, :_hex_to_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/alm.rb', line 8

field_reader :total_messages, 1, :_integer