Current Path : /usr/lib/python2.7/dist-packages/twisted/protocols/gps/ |
Current File : //usr/lib/python2.7/dist-packages/twisted/protocols/gps/nmea.pyc |
[XMc @ s d Z d d l Z d d l m Z d d l m Z d \ Z Z Z Z d \ Z Z d \ Z Z Z d e f d YZ d e f d YZ d e j f d YZ d S( s NMEA 0183 implementation Maintainer: Bob Ippolito The following NMEA 0183 sentences are currently understood:: GPGGA (fix) GPGLL (position) GPRMC (position and time) GPGSA (active satellites) The following NMEA 0183 sentences require implementation:: None really, the others aren't generally useful or implemented in most devices anyhow Other desired features:: - A NMEA 0183 producer to emulate GPS devices (?) iN( t basic( t reducei i i i t At Mt InvalidSentencec B s e Z RS( ( t __name__t __module__( ( ( s>