Uses of Class
lejos.addon.gps.NMEASentence

Packages that use NMEASentence
lejos.addon.gps The lejos.addon.gps package provides GPS parsing. 
 

Uses of NMEASentence in lejos.addon.gps
 

Subclasses of NMEASentence in lejos.addon.gps
 class GGASentence
          This class has been designed to manage a GGA Sentence GGA - essential fix data which provide 3D location and accuracy data.
 class GSASentence
          This class has been designed to manage a GSA Sentence GPS DOP and active satellites eg1.
 class GSVSentence
          This class has been designed to manage a GSV Sentence GPS Satellites in View eg.
 class RMCSentence
          RMC is a Class designed to manage RMC Sentences from a NMEA GPS Receiver RMC - NMEA has its own version of essential gps pvt (position, velocity, time) data.
 class VTGSentence
          VTGSentence is a Class designed to manage VTG Sentences from a NMEA GPS Receiver $GPVTG Track Made Good and Ground Speed.
 

Methods in lejos.addon.gps with parameters of type NMEASentence
 void GPSListener.sentenceReceived(NMEASentence sen)
          Called whenever a new NMEA sentence is produced by the GPS receiver.