Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Net::GPSD::Server::Fake::Circle - Provides a linear feed for the GPSD Daemon.
SYNOPSIS
use Net::GPSD::Server::Fake;
use Net::GPSD::Server::Fake::Circle;
my $server=Net::GPSD::Server::Fake->new();
my $circle=Net::GPSD::Server::Fake::Circle->new(lat=>38.865826,
lon=>-77.108574,
speed=>25,
heading=>45.3,
distance=>1000,
alpha=>0);
$server->start($circle);
DESCRIPTION
METHODS
- new
-
Returns a new provider that can be passed to Net::GPSD::Server::Fake.
- get
-
Returns a Net::GPSD::Point object
- getsatellitelist
-
Returns a list of Net::GPSD::Satellite objects
GETTING STARTED
KNOWN LIMITATIONS
BUGS
EXAMPLES
AUTHOR
Michael R. Davis, qw/gpsd michaelrdavis com/
SEE ALSO
gpsd home http://gpsd.berlios.de/