Interface GpsRawNMEA0183Listener


public interface GpsRawNMEA0183Listener
This interface allows interested parties to receive copies of the raw NMEA-0183 messages received from any interface in YAAC. Interested parties should register their listeners on the GPSDistributor.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    receiveNMEA0183Sentence(String sentence, String source, Connector connector)
    Receive the next NMEA-0183 sentence (or simulation thereof for certain external sources) received through an interface in YAAC.
  • Method Details

    • receiveNMEA0183Sentence

      void receiveNMEA0183Sentence(String sentence, String source, Connector connector)
      Receive the next NMEA-0183 sentence (or simulation thereof for certain external sources) received through an interface in YAAC. Note this listener method should return quickly, so as to not impair the performance of the GPS receiving port.
      Parameters:
      sentence - String of raw unparsed NMEA-0183 sentence
      source - String name of the interface from which the sentence was received
      connector - Connector object from which the sentence was received