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

where can I find the implementation of gps_absolute_time() ? #41

Closed
abhishekkumar1902 opened this issue Feb 15, 2019 · 2 comments
Closed

Comments

@abhishekkumar1902
Copy link

Where can I find the implementation of the function gps_absolute_time() used in ubx.cpp?

@abhishekkumar1902 abhishekkumar1902 changed the title where can I find function gps_absolute_time() ? where can I find the function implementation of gps_absolute_time() ? Feb 15, 2019
@abhishekkumar1902 abhishekkumar1902 changed the title where can I find the function implementation of gps_absolute_time() ? where can I find the implementation of gps_absolute_time() ? Feb 15, 2019
@bkueng
Copy link
Member

bkueng commented Feb 15, 2019

You have to implement it yourself if you want to use the drivers in your project. It's a method that returns a timestamp in microsecond accuracy.
See for example QGC: https://github.com/mavlink/qgroundcontrol/blob/master/src/GPS/definitions.h#L79.

@mhkabir mhkabir closed this as completed Feb 15, 2019
@abhishekkumar1902
Copy link
Author

Thanks!

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