class NMEAPlus::Message::AIS::VDMPayload::VDMMsg6d235f10
Type 6: Binary Addressed Message
Subtype: GLA Aid to Navigation Monitoring Data
Public Instance Methods
Source
# File lib/nmea_plus/message/ais/vdm_payload/vdm_msg6d235f10.rb, line 32 def racon_light_status_description case racon_light_status when 0 then "no light or monitoring" when 1 then "ON" when 2 then "OFF" when 3 then "ERROR" end end
@!parse attr_reader :racon_light_status_description @return [String] RACON light status description
Source
# File lib/nmea_plus/message/ais/vdm_payload/vdm_msg6d235f10.rb, line 19 def racon_status_description case racon_status when 0 then "no RACON installed" when 1 then "RACON not monitored" when 2 then "RACON operational" when 3 then "RACON ERROR" end end
RACON status description @!parse attr_reader :racon_status_description @return [String] RACON status description