class NMEAPlus::SourceDecoder

The SourceDecoder is meant as the primary entry point into the {NMEAPlus} module. It wraps a {Decoder} object and an IO object, converting IO’s each_line functionality to {#each_message} and/or {#each_complete_message}, which yield {NMEAPlus::Message} objects representing the parsed data.