A controller-neutral API for working with GPS devices.
Dependents: CsrLocationDemo CsrLocationDemo
History
add comments for utcTime field.
2014-11-19, by zhjcpi [Wed, 19 Nov 2014 01:34:29 +0000] rev 7
add comments for utcTime field.
define utcTime as uint_64_t instead of float.
2014-11-18, by zhjcpi [Tue, 18 Nov 2014 09:03:30 +0000] rev 6
define utcTime as uint_64_t instead of float.
Seperate UTC time and GPS time into 2 independent fields.
2014-11-18, by zhjcpi [Tue, 18 Nov 2014 02:43:46 +0000] rev 5
Seperate UTC time and GPS time into 2 independent fields.
making the destructor for GPSProvider non-virtual; moving it to GPSProvider.cpp.; The destructor should forward control to the impl.
2014-11-07, by rgrover1 [Fri, 07 Nov 2014 08:24:48 +0000] rev 4
making the destructor for GPSProvider non-virtual; moving it to GPSProvider.cpp.; The destructor should forward control to the impl.
improvements from Jie;; add support for ioctl()
2014-11-04, by rgrover1 [Tue, 04 Nov 2014 11:31:49 +0000] rev 3
improvements from Jie;; add support for ioctl()
minor updates.
2014-11-03, by rgrover1 [Mon, 03 Nov 2014 07:38:29 +0000] rev 2
minor updates.
Updating GPSProvider based on input from CSR.
2014-10-31, by rgrover1 [Fri, 31 Oct 2014 13:34:59 +0000] rev 1
Updating GPSProvider based on input from CSR.
GPS API
2014-10-30, by rgrover1 [Thu, 30 Oct 2014 14:42:27 +0000] rev 0
GPS API