The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

BT368i::NMEA::GP::GGA - The GGA sentance

SYNOPSIS

use BT368i::NMEA::GP::GGA;

my $gga = new BT368i::NMEA::GP::GGA();

$gga->parse();

$gga->print();

DESCRIPTION

Used to decode the GGA message.

Methods

$gga->parse();

Parse a GPGGA sentance.

$gga->print();

Print a decoded output of a GPGGA sentance.

$gga->log($filename);

Log the GPGGA 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.