![]() |
![]()
| ![]() |
![]()
NAMENet::GPSD3::Return::GST - Net::GPSD3 Return GST Object SYNOPSISDESCRIPTIONProvides a Perl object interface to the GST (GPS Pseudorange Noise Statistics) object returned by the GPSD daemon. { 'class' => 'GST', 'device' => '/dev/cuaU0', 'tag' => '0x0130', 'time' => '1970-01-01T00:00:00.00Z', 'lat' => '0', 'lon' => '0', 'alt' => '0.002', 'rms' => '0', 'orient' => '0', 'major' => '0' 'minor' => '-0', } METHODS PROPERTIESclassReturns the object class stringReturns the JSON string parentReturns the parent Net::GPSD3 object devicetagtimeReturns a unix epoch time timestampReturns a W3C formated date datetimeReturns a DateTime object rmsTotal RMS standard deviation of ranges inputs to the navigation solution majorStandard deviation (meters) of semi-major axis of error ellipse minorStandard deviation (meters) of semi-minor axis of error ellipse orientOrientation of semi-major axis of error ellipse (true north degrees) latStandard deviation (meters) of latitude error lonStandard deviation (meters) of longitude error altStandard deviation (meters) of altitude error BUGSLog on RT and Send to gpsd-dev email list SUPPORTDavisNetworks.com supports all Perl applications including this package. Try gpsd-dev email list AUTHORMichael R. Davis CPAN ID: MRDVT STOP, LLC domain=>michaelrdavis,tld=>com,account=>perl http://www.stopllc.com/ COPYRIGHTThis program is free software licensed under the... The BSD License The full text of the license can be found in the LICENSE file included with this module. SEE ALSONet::GPSD3, Net::GPSD3::Return::Unknown::Timestamp
|