Class: NMEAPlus::Message::NMEA::TTM
- Inherits:
-
NMEAMessage
- Object
- Base
- NMEAMessage
- NMEAPlus::Message::NMEA::TTM
- Defined in:
- lib/nmea_plus/message/nmea/ttm.rb
Overview
TTM - Tracked Target Message
Instance Attribute Summary collapse
-
#closest_approach_point_distance ⇒ Object
readonly
Field 8 of the payload, formatted with the function Base._float.
-
#closest_approach_point_time ⇒ Object
readonly
Field 9 of the payload, formatted with the function Base._float.
-
#reference_target ⇒ Object
readonly
Field 13 of the payload, formatted with the function Base._string.
-
#target_bearing_from_ownship ⇒ Object
readonly
Field 3 of the payload, formatted with the function Base._float.
-
#target_bearing_units ⇒ Object
readonly
Field 4 of the payload, formatted with the function Base._string.
-
#target_course ⇒ Object
readonly
Field 6 of the payload, formatted with the function Base._float.
-
#target_course_units ⇒ Object
readonly
Field 7 of the payload, formatted with the function Base._string.
-
#target_distance ⇒ Object
readonly
Field 2 of the payload, formatted with the function Base._float.
-
#target_name ⇒ Object
readonly
Field 11 of the payload, formatted with the function Base._string.
-
#target_number ⇒ Object
readonly
Field 1 of the payload, formatted with the function Base._integer.
-
#target_speed ⇒ Object
readonly
Field 5 of the payload, formatted with the function Base._float.
-
#target_status ⇒ Object
readonly
Field 12 of the payload, formatted with the function Base._string.
Attributes inherited from NMEAMessage
Attributes inherited from Base
#checksum, #data_type, #fields, #interpreted_data_type, #message_number, #next_part, #original, #payload, #prefix, #total_messages
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
#closest_approach_point_distance ⇒ Object (readonly)
Returns field 8 of the payload, formatted with the function Base._float.
15 |
# File 'lib/nmea_plus/message/nmea/ttm.rb', line 15 field_reader :closest_approach_point_distance, 8, :_float |
#closest_approach_point_time ⇒ Object (readonly)
Returns field 9 of the payload, formatted with the function Base._float.
16 |
# File 'lib/nmea_plus/message/nmea/ttm.rb', line 16 field_reader :closest_approach_point_time, 9, :_float |
#reference_target ⇒ Object (readonly)
Returns field 13 of the payload, formatted with the function Base._string.
19 |
# File 'lib/nmea_plus/message/nmea/ttm.rb', line 19 field_reader :reference_target, 13, :_string |
#target_bearing_from_ownship ⇒ Object (readonly)
Returns field 3 of the payload, formatted with the function Base._float.
10 |
# File 'lib/nmea_plus/message/nmea/ttm.rb', line 10 field_reader :target_bearing_from_ownship, 3, :_float |
#target_bearing_units ⇒ Object (readonly)
Returns field 4 of the payload, formatted with the function Base._string.
11 |
# File 'lib/nmea_plus/message/nmea/ttm.rb', line 11 field_reader :target_bearing_units, 4, :_string |
#target_course ⇒ Object (readonly)
Returns field 6 of the payload, formatted with the function Base._float.
13 |
# File 'lib/nmea_plus/message/nmea/ttm.rb', line 13 field_reader :target_course, 6, :_float |
#target_course_units ⇒ Object (readonly)
Returns field 7 of the payload, formatted with the function Base._string.
14 |
# File 'lib/nmea_plus/message/nmea/ttm.rb', line 14 field_reader :target_course_units, 7, :_string |
#target_distance ⇒ Object (readonly)
Returns field 2 of the payload, formatted with the function Base._float.
9 |
# File 'lib/nmea_plus/message/nmea/ttm.rb', line 9 field_reader :target_distance, 2, :_float |
#target_name ⇒ Object (readonly)
Returns field 11 of the payload, formatted with the function Base._string.
17 |
# File 'lib/nmea_plus/message/nmea/ttm.rb', line 17 field_reader :target_name, 11, :_string |
#target_number ⇒ Object (readonly)
Returns field 1 of the payload, formatted with the function Base._integer.
8 |
# File 'lib/nmea_plus/message/nmea/ttm.rb', line 8 field_reader :target_number, 1, :_integer |
#target_speed ⇒ Object (readonly)
Returns field 5 of the payload, formatted with the function Base._float.
12 |
# File 'lib/nmea_plus/message/nmea/ttm.rb', line 12 field_reader :target_speed, 5, :_float |
#target_status ⇒ Object (readonly)
Returns field 12 of the payload, formatted with the function Base._string.
18 |
# File 'lib/nmea_plus/message/nmea/ttm.rb', line 18 field_reader :target_status, 12, :_string |