The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

BT368i::NMEA::GP::GSV - The GSV sentance

SYNOPSIS

use BT368i::NMEA::GP::GSV;

my $gsv = new BT368i::NMEA::GP::GSV();

$gsv->parse();

$gsv->print();

DESCRIPTION

Used to decode the GSV message.

Methods

$gsv->parse();

Parse a GPGSV sentance.

$gsv->print();

Print a decoded output of a GPGSV sentance.

$gsv->log($filename);

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