class NMEAPlus::Message::AIS::AISMessage
The base NMEA
message type for AIS
. This is currently a thin wrapper, as {VDM} is the only defined message type.
Public Instance Methods
Source
# File lib/nmea_plus/message/ais/base_ais.rb, line 26 def message_type data_type[2..-1] end
The generic type of the NMEA
message. NMEA
message types are 5 characters (or so): the first 2 are the talker ID, and the remaining characters are the generic message type. @!parse attr_accessor :message_type @return [String] The two-character “talker ID” of the message