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

NAME

BT368i::NMEA::GP::RMC - The RMC sentance

SYNOPSIS

use BT368i::NMEA::GP::RMC;

my $rmc = new BT368i::NMEA::GP::RMC();

$rmc->parse();

$rmc->print();

DESCRIPTION

Used to decode the RMC message.

Methods

$rmc->parse();

Parse a GPRMC sentance.

$rmc->print();

Print a decoded output of a GPRMC sentance.

$rmc->log($filename);

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