gpsd-dev
[Top][All Lists]
Advanced

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

Re: [gpsd-dev] GPALM Almanac messages


From: Eric S. Raymond
Subject: Re: [gpsd-dev] GPALM Almanac messages
Date: Mon, 28 May 2012 23:02:23 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

Matthew Beckman <address@hidden>:
> Has anyone successfully parsed GPALM messages using the NMEA driver?
> I have added a processGPALM function to driver_nmea.c, and I know it
> is being called. I am not quite sure how to populate the gps_data_t
> structure with the almanac information.

There isn't a clean way to do it within the existing gps_data_t structure.
You'd havev to define a new union member and mask flag and unpack the
data into that.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>



reply via email to

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