Open GoogleCodeExporter opened 9 years ago
The attached nmea.py file implements what I wrote and maps all the sentences
contained in the IEC 61162-1 third edition specs.
On some sentences an overriding parsing class should be created to parse
variable length messages.
The streamer.py has been changed only in the _get_type function.
Hope this helps.
Original comment by mauro.ma...@gmail.com
on 21 Jan 2013 at 2:57
Attachments:
Hi Mauro
Just a small thing, I just happened to be using it with a DTM sentence:
In the DTM class, the call to super() has DSR as argument (nmea.py:549).
class DTM(NMEASentence):
def __init__(self):
super(DSR, self).__init__(parse_map)
^^^
Benjamin
Original comment by benjamin...@gmail.com
on 19 Feb 2013 at 2:33
Original issue reported on code.google.com by
mauro.ma...@gmail.com
on 18 Jan 2013 at 4:19