|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
GNSS driver backend helpers for publishing data and satellite information. More...
#include <zephyr/drivers/gnss.h>Go to the source code of this file.
Functions | |
| void | gnss_publish_data (const struct device *dev, const struct gnss_data *data) |
| Publish GNSS data to registered callbacks. | |
| void | gnss_publish_satellites (const struct device *dev, const struct gnss_satellite *satellites, uint16_t size) |
| Publish GNSS satellite information to registered callbacks. | |
GNSS driver backend helpers for publishing data and satellite information.