NAME
BT368i::NMEA::GP::GSA - The GSA sentance
SYNOPSIS
use BT368i::NMEA::GP::GSA;
my $gsa = new BT368i::NMEA::GP::GSA();
$gsa->parse();
$gsa->print();
DESCRIPTION
Used to decode the GSA message.
Methods
- $gsa->parse();
-
Parse a GPGSA sentance.
- $gsa->print();
-
Print a decoded output of a GPGSA sentance.
- $gsa->log($filename);
-
Log the GPGSA 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.