class NMEAPlus::MessageFactory

The base class for MessageFactory objects, which are instantiated in the Parser. MessageFactory objects create message classes with a common prefix and variable suffix. In an NMEA example, the prefix might be GP and the suffixes might be AAM or GLL (making GPAAM and GPGLL).

If you are creating more subclasses of MessageFactory, you are probably a developer adding more NMEA-style message factories to the parser, and you are working with the repo (not the gem). @abstract MessageFactory is meant to be extended by actual implementations of message parsing classes