Class: NMEAPlus::Message::NMEA::ALM
- Inherits:
-
NMEAMessage
- Object
- Base
- NMEAMessage
- NMEAPlus::Message::NMEA::ALM
- Defined in:
- lib/nmea_plus/message/nmea/alm.rb
Overview
ALM - GPS Almanac Data
Instance Attribute Summary collapse
-
#ascension_node_longitude ⇒ Object
readonly
Field 12 of the payload, formatted with the function Base._hex_to_integer.
-
#ascension_rate ⇒ Object
readonly
Field 9 of the payload, formatted with the function Base._hex_to_integer.
-
#eccentricity ⇒ Object
readonly
Field 6 of the payload, formatted with the function Base._hex_to_integer.
-
#f0_clock ⇒ Object
readonly
Field 14 of the payload, formatted with the function Base._hex_to_integer.
-
#f1_clock ⇒ Object
readonly
Field 15 of the payload, formatted with the function Base._hex_to_integer.
-
#gps_week ⇒ Object
readonly
Field 4 of the payload, formatted with the function Base._integer.
-
#inclination_angle ⇒ Object
readonly
Field 8 of the payload, formatted with the function Base._hex_to_integer.
-
#mean_anomaly ⇒ Object
readonly
Field 13 of the payload, formatted with the function Base._hex_to_integer.
-
#message_number ⇒ Object
readonly
Field 2 of the payload, formatted with the function Base._integer.
-
#perigee_argument ⇒ Object
readonly
Field 11 of the payload, formatted with the function Base._hex_to_integer.
-
#reference_time ⇒ Object
readonly
Field 7 of the payload, formatted with the function Base._hex_to_integer.
-
#satellite_prn ⇒ Object
readonly
Field 3 of the payload, formatted with the function Base._integer.
-
#semimajor_axis_root ⇒ Object
readonly
Field 10 of the payload, formatted with the function Base._hex_to_integer.
-
#sv_health ⇒ Object
readonly
Field 5 of the payload, formatted with the function Base._hex_to_integer.
-
#total_messages ⇒ Object
readonly
Field 1 of the payload, formatted with the function Base._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
#ascension_node_longitude ⇒ Object (readonly)
Returns field 12 of the payload, formatted with the function Base._hex_to_integer.
19 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 19 field_reader :ascension_node_longitude, 12, :_hex_to_integer |
#ascension_rate ⇒ Object (readonly)
Returns field 9 of the payload, formatted with the function Base._hex_to_integer.
16 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 16 field_reader :ascension_rate, 9, :_hex_to_integer |
#eccentricity ⇒ Object (readonly)
Returns field 6 of the payload, formatted with the function Base._hex_to_integer.
13 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 13 field_reader :eccentricity, 6, :_hex_to_integer |
#f0_clock ⇒ Object (readonly)
Returns field 14 of the payload, formatted with the function Base._hex_to_integer.
21 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 21 field_reader :f0_clock, 14, :_hex_to_integer |
#f1_clock ⇒ Object (readonly)
Returns field 15 of the payload, formatted with the function Base._hex_to_integer.
22 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 22 field_reader :f1_clock, 15, :_hex_to_integer |
#gps_week ⇒ Object (readonly)
Returns field 4 of the payload, formatted with the function Base._integer.
11 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 11 field_reader :gps_week, 4, :_integer |
#inclination_angle ⇒ Object (readonly)
Returns field 8 of the payload, formatted with the function Base._hex_to_integer.
15 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 15 field_reader :inclination_angle, 8, :_hex_to_integer |
#mean_anomaly ⇒ Object (readonly)
Returns field 13 of the payload, formatted with the function Base._hex_to_integer.
20 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 20 field_reader :mean_anomaly, 13, :_hex_to_integer |
#message_number ⇒ Object (readonly)
Returns field 2 of the payload, formatted with the function Base._integer.
9 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 9 field_reader :message_number, 2, :_integer |
#perigee_argument ⇒ Object (readonly)
Returns field 11 of the payload, formatted with the function Base._hex_to_integer.
18 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 18 field_reader :perigee_argument, 11, :_hex_to_integer |
#reference_time ⇒ Object (readonly)
Returns field 7 of the payload, formatted with the function Base._hex_to_integer.
14 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 14 field_reader :reference_time, 7, :_hex_to_integer |
#satellite_prn ⇒ Object (readonly)
Returns field 3 of the payload, formatted with the function Base._integer.
10 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 10 field_reader :satellite_prn, 3, :_integer |
#semimajor_axis_root ⇒ Object (readonly)
Returns field 10 of the payload, formatted with the function Base._hex_to_integer.
17 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 17 field_reader :semimajor_axis_root, 10, :_hex_to_integer |
#sv_health ⇒ Object (readonly)
Returns field 5 of the payload, formatted with the function Base._hex_to_integer.
12 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 12 field_reader :sv_health, 5, :_hex_to_integer |
#total_messages ⇒ Object (readonly)
Returns field 1 of the payload, formatted with the function Base._integer.
8 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 8 field_reader :total_messages, 1, :_integer |