Class: NMEAPlus::Message::AIS::VDMPayload::VDMMsg8Undefined

Inherits:
VDMMsg8DynamicPayload show all
Defined in:
lib/nmea_plus/message/ais/vdm_payload/vdm_msg8_dynamic_payload.rb

Overview

Placeholder for undefined message 8 payload subtypes

Instance Attribute Summary collapse

Attributes inherited from Payload

#fill_bits, #payload_bitstring

Method Summary

Methods inherited from Payload

#_2b_data_string, #_6b_ascii, #_6b_boolean, #_6b_integer, #_6b_integer_scaled, #_6b_integer_scaled_shifted, #_6b_negated_boolean, #_6b_string, #_6b_string_nullterminated, #_6b_unsigned_integer, #_6b_unsigned_integer_scaled, #_6b_unsigned_integer_scaled_shifted, #_8b_data_string, #_access, #_bit_slices, #_get_date_mdhm, #_object_by_name, #initialize, payload_reader

Constructor Details

This class inherits a constructor from NMEAPlus::Message::AIS::VDMPayload::Payload

Instance Attribute Details

#application_data_2bObject (readonly)

Returns The field defined by the 952 bits starting at payload bit 56, formatted with the function Payload#_d(, , ).

Returns:

  • The field defined by the 952 bits starting at payload bit 56, formatted with the function Payload#_d(, , )



13
# File 'lib/nmea_plus/message/ais/vdm_payload/vdm_msg8_dynamic_payload.rb', line 13

payload_reader :application_data_2b, 56, 952, :_d

#application_data_6bObject (readonly)

Returns The field defined by the 952 bits starting at payload bit 56, formatted with the function Payload#_6b_string(, , ).

Returns:

  • The field defined by the 952 bits starting at payload bit 56, formatted with the function Payload#_6b_string(, , )



14
# File 'lib/nmea_plus/message/ais/vdm_payload/vdm_msg8_dynamic_payload.rb', line 14

payload_reader :application_data_6b, 56, 952, :_6b_string

#application_data_8bObject (readonly)

Returns The field defined by the 952 bits starting at payload bit 56, formatted with the function Payload#_8b_data_string(, , ).

Returns:

  • The field defined by the 952 bits starting at payload bit 56, formatted with the function Payload#_8b_data_string(, , )



15
# File 'lib/nmea_plus/message/ais/vdm_payload/vdm_msg8_dynamic_payload.rb', line 15

payload_reader :application_data_8b, 56, 952, :_8b_data_string