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