interface documentation
class INMEAReceiver(Interface): (source)
Known implementations: slopped.positioning.nmea.NMEAAdapter
An object that can receive NMEA data.
| Method | sentence |
Method called when a sentence is received. |
Method called when a sentence is received.
| Parameters | |
| sentence | The received NMEA sentence. @type slopped.positioning.nmea.NMEASentence |