gpsd-dev
[Top][All Lists]
Advanced

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

[gpsd-dev] state of the 'status' field in TPV JSON


From: Max Schulze
Subject: [gpsd-dev] state of the 'status' field in TPV JSON
Date: Thu, 9 Jun 2016 13:17:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Hello,

with a differential fix, there is a 'status' field in the TVP Object's JSON:
    if (gpsdata->status == STATUS_DGPS_FIX)
	str_appendf(reply, replylen, "\"status\":2,");
( http://git.savannah.gnu.org/cgit/gpsd.git/tree/gpsd_json.c#n135 )

However, this is not documented in the JSON protocol description for the TPV object.

Is it because the feature is not yet stable enough, something underground, or can it be generally used ?

Best,
Max

reply via email to

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