NAME
BT368i::NMEA::GP::GLL - The GLL sentance
SYNOPSIS
use BT368i::NMEA::GP::GLL;
my $gll = new BT368i::NMEA::GP::GLL();
$gll->parse();
$gll->print();
DESCRIPTION
Used to decode the GLL message.
Methods
- $gll->parse();
-
Parse a GPGLL sentance.
- $gll->print();
-
Print a decoded output of a GPGLL sentance.
- $gll->log($filename);
-
Log the GPGLL sentance to a file.
AUTHOR
Travis Kent Beste, travis@tencorners.com
COPYRIGHT
Copyright 2010 Tencorners, LLC. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Travis Kent Beste's GPS www site http://www.travisbeste.com/software/gps
perl(1).
RingBuffer.pm.
Device::SerialPort.pm.