Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot access 'fix.hdop' parameter! #149

Open
saadi-tech opened this issue May 29, 2021 · 2 comments
Open

Cannot access 'fix.hdop' parameter! #149

saadi-tech opened this issue May 29, 2021 · 2 comments

Comments

@saadi-tech
Copy link

When I try to access, fix.hdop using:
hdop = fix.hdop;

(Screenshot attached)
Screenshot (29)

I get the following error:
'class gps_fix' has no member named 'hdop'

(While I can easily access all other parameters like fix.latitude etc.

Please check into this issue and help me out.

Thanks!

@clavisound
Copy link

  1. Project is abandoned.
  2. The documentation is top-of-the-top: read it. https://github.com/SlashDevin/NeoGPS/blob/master/extras/doc/Configurations.md
  3. This is not a bug / issue.

@danalvarez
Copy link

danalvarez commented Aug 14, 2021

Do you have #define GPS_FIX_HDOP enabled in GPSfix_cfg.h? I think that must be enabled to be accessible via the fix structure, as the GPSfix_cfg.h states:

 * Disabling a member prevents it from being parsed from a received message.
 * The disabled member cannot be accessed or stored, and its validity flag 
 * would not be available.  It will not be declared, and code that uses that
 * member will not compile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants