Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
rtk.h File Reference
#include <stdint.h>
#include <stddef.h>

Go to the source code of this file.

Data Structures

struct  gnss_rtk_data
struct  gnss_rtk_data_callback

Macros

#define GNSS_RTK_DATA_CALLBACK_DEFINE(_dev, _callback)

Typedefs

typedef void(* gnss_rtk_data_callback_t) (const struct device *dev, const struct gnss_rtk_data *data)

Macro Definition Documentation

◆ GNSS_RTK_DATA_CALLBACK_DEFINE

#define GNSS_RTK_DATA_CALLBACK_DEFINE ( _dev,
_callback )

Typedef Documentation

◆ gnss_rtk_data_callback_t

typedef void(* gnss_rtk_data_callback_t) (const struct device *dev, const struct gnss_rtk_data *data)