程序包 net.sf.marineapi.nmea.io


package net.sf.marineapi.nmea.io
NMEA 0183 input/output.
  • 说明
    Abstract base class for data readers, with common methods and run loop for firing events to listeners managed by the parent SentenceReader.
    Listener for all data that is not recognized as NMEA 0183.
    A listener callback interface for listening to Exceptions in DataReaders.
    Sentence reader detects supported NMEA 0183 sentences from the specified data source and dispatches them to registered listeners as sentence events.