You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
When I try to access, fix.hdop using:
hdop = fix.hdop;
(Screenshot attached)
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!
The text was updated successfully, but these errors were encountered: