ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-GPSD/GPSD.pm
(Generate patch)

Comparing AnyEvent-GPSD/GPSD.pm (file contents):
Revision 1.5 by root, Fri Jul 25 13:22:18 2008 UTC vs.
Revision 1.6 by root, Fri Jul 25 13:26:06 2008 UTC

435 435
436=item stretch => $factor 436=item stretch => $factor
437 437
438Multiplies all times by the given factor. Values < 1 make the log replay 438Multiplies all times by the given factor. Values < 1 make the log replay
439faster, values > 1 slower. Note that the frequency of fixes will not be 439faster, values > 1 slower. Note that the frequency of fixes will not be
440increased, o stretch factors > 1 do not work well. =back 440increased, o stretch factors > 1 do not work well.
441
442A stretch factor of zero is not allowed, but if you want to replay a log
443instantly you may speicfy a very low value (e.g. 1e-10).
444
445=back
441 446
442=cut 447=cut
443 448
444sub replay_log { 449sub replay_log {
445 my ($self, $path, %option) = @_; 450 my ($self, $path, %option) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines