Class: NMEAPlus::Message::NMEA::ALM
- Inherits:
-
NMEAMessage
- Object
- Base
- NMEAMessage
- NMEAPlus::Message::NMEA::ALM
- Defined in:
- lib/nmea_plus/message/nmea/alm.rb
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
#_degrees_minutes_to_decimal, #_float, #_hex_to_integer, #_highest_contiguous_index, #_integer, #_interval_hms, #_nsew_signed_float, #_string, #_utc_date_time, #_utctime_hms, #add_message_part, #all_checksums_ok?, #all_messages_received?, #calculated_checksum, #checksum_ok?, field_reader, #highest_contiguous_index
Instance Attribute Details
#ascension_node_longitude ⇒ Object (readonly)
18 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 18 field_reader :ascension_node_longitude, 12, :_hex_to_integer |
#ascension_rate ⇒ Object (readonly)
15 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 15 field_reader :ascension_rate, 9, :_hex_to_integer |
#eccentricity ⇒ Object (readonly)
12 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 12 field_reader :eccentricity, 6, :_hex_to_integer |
#f0_clock ⇒ Object (readonly)
20 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 20 field_reader :f0_clock, 14, :_hex_to_integer |
#f1_clock ⇒ Object (readonly)
21 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 21 field_reader :f1_clock, 15, :_hex_to_integer |
#gps_week ⇒ Object (readonly)
10 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 10 field_reader :gps_week, 4, :_integer |
#inclination_angle ⇒ Object (readonly)
14 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 14 field_reader :inclination_angle, 8, :_hex_to_integer |
#mean_anomaly ⇒ Object (readonly)
19 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 19 field_reader :mean_anomaly, 13, :_hex_to_integer |
#message_number ⇒ Object (readonly)
8 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 8 field_reader :message_number, 2, :_integer |
#perigee_argument ⇒ Object (readonly)
17 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 17 field_reader :perigee_argument, 11, :_hex_to_integer |
#reference_time ⇒ Object (readonly)
13 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 13 field_reader :reference_time, 7, :_hex_to_integer |
#satellite_prn ⇒ Object (readonly)
9 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 9 field_reader :satellite_prn, 3, :_integer |
#semimajor_axis_root ⇒ Object (readonly)
16 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 16 field_reader :semimajor_axis_root, 10, :_hex_to_integer |
#sv_health ⇒ Object (readonly)
11 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 11 field_reader :sv_health, 5, :_hex_to_integer |
#total_messages ⇒ Object (readonly)
7 |
# File 'lib/nmea_plus/message/nmea/alm.rb', line 7 field_reader :total_messages, 1, :_integer |