gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] Adding additional parameters to gps_data_t structure


From: Sharmila
Subject: Re: [gpsd-dev] Adding additional parameters to gps_data_t structure
Date: Fri, 5 Jul 2019 15:51:46 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

Hi sanjeev,

 Currently there is less time to migrate to 3.19, once the issue got fixed, we will migrate to 3.19.  Let us know which step is missing in 3.16 because of which values are not getting passed to libgps client.

Thanks & Regards,

Sharmila


On Friday 05 July 2019 03:05 PM, Sanjeev Gupta wrote:
Sharmila, can you please switch to a current version of gpsd?  3.16 is over three years old, and the data structure you are trying to modify may no longer exist in a recognisable form.

If you use git, you can

If you prefer to work with a tarball, please download:



--
Sanjeev Gupta
+65 98551208     http://www.linkedin.com/in/ghane


On Fri, Jul 5, 2019 at 12:59 PM Sharmila <address@hidden> wrote:
Hi GARY,

I am using gpsd 3.16 version base source code. I  kept the 3 parameters
(velN, velE, height) in fix_t structure. I am able to receive the client
buffer like before and able to see my parameters , but in my application
I am receiving unexpected data.

Note : In fix structure all the values I am getting properly but
additional 3 parameters what I have added which is getting invalid data
and the fields below the fix_t structure are filled with invalid data
including status field which is getting zero or some big numbers.

I am attaching the patch for your reference, please provide some input.

Thanks & Regards,

Sharmila




On Thursday 04 July 2019 09:30 PM, address@hidden wrote:
> +     if (isnan(gpsdata->cust_param.velN) == 0)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]