[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 10:30:30 +0530 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 |
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)
gps_ubx_28June.patch
Description: Text Data