|
From: | Sanjeev Gupta |
Subject: | Re: [gpsd-dev] Adding additional parameters to gps_data_t structure |
Date: | Fri, 5 Jul 2019 17:35:16 +0800 |
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)
[Prev in Thread] | Current Thread | [Next in Thread] |