// Autogenerated C header file for Wind speed
#ifndef _JACDAC_SPEC_WIND_SPEED_H
#define _JACDAC_SPEC_WIND_SPEED_H 1

#define JD_SERVICE_CLASS_WIND_SPEED  0x1b591bbf

/**
 * Read-only m/s u16.16 (uint32_t). The velocity of the wind.
 */
#define JD_WIND_SPEED_REG_WIND_SPEED JD_REG_READING

/**
 * Read-only m/s u16.16 (uint32_t). Error on the reading
 */
#define JD_WIND_SPEED_REG_WIND_SPEED_ERROR JD_REG_READING_ERROR

/**
 * Constant m/s u16.16 (uint32_t). Maximum speed that can be measured by the sensor.
 */
#define JD_WIND_SPEED_REG_MAX_WIND_SPEED JD_REG_MAX_READING

#endif
