class NMEAPlus::Message::NMEA::SGR
SGR
- Loran-C Chain Identifier The unique Loran-C Chain identifier, representing Group Repetition Interval (GRI)
Public Instance Methods
Source
# File lib/nmea_plus/message/nmea/sgr.rb, line 15 def gri_microseconds return nil if chain_identifier.nil? chain_identifier * 10 end
GRI, microseconds. @!parse attr_reader :gri_microseconds @return [Integer]