weather 2.0.0.0
Data Structures | Typedefs

Data Structures

struct  weather_s
 Click ctx object definition. More...
 
struct  weather_cfg_t
 Click configuration structure definition. More...
 
struct  weather_data_t
 Weather data structure definition. More...
 
struct  weather_measurement_cfg_t
 Measurement configuration structure definition. More...
 

Typedefs

typedef uint8_t weather_select_t
 Communication type. More...
 
typedef void(* weather_master_io_t) (struct weather_s *, uint8_t, uint8_t *, uint8_t)
 Master Input/Output type. More...
 
typedef struct weather_s weather_t
 Click ctx object definition. More...
 

Detailed Description

Typedef Documentation

◆ weather_master_io_t

typedef void(* weather_master_io_t) (struct weather_s *, uint8_t, uint8_t *, uint8_t)

Master Input/Output type.

◆ weather_select_t

typedef uint8_t weather_select_t

Communication type.

◆ weather_t

typedef struct weather_s weather_t

Click ctx object definition.