Zephyr API 3.6.99
|
GNSS callback structure. More...
#include <gnss.h>
Data Fields | |
const struct device * | dev |
Filter callback to GNSS data from this device if not NULL. | |
gnss_data_callback_t | callback |
Callback called when GNSS data is published. | |
GNSS callback structure.
gnss_data_callback_t gnss_data_callback::callback |
Callback called when GNSS data is published.
const struct device* gnss_data_callback::dev |
Filter callback to GNSS data from this device if not NULL.