struct `0018
Files: /home/neil/synopsis/ggi/include/ggi/events.h
Variables Summary:
uint32_tnumber
char[75]longname
char[5]shortname
gii_valrangerange
gii_phystypephystype
int32_tSI_add
int32_tSI_mul
int32_tSI_div
int32_tSI_shift

Variable Details:
uint32_t number

/* This event is sent/received to require/get detailed data about valuator * axis. */

char[75] longname

/* Number of the valuator */

int32_t SI_add

/* The SI value can be computed using the values below * and the following formula (unless SI_mul is 0, which * means the device is non-linear or the factor is unknown). * * float SI; * * SI = (float) (SI_add + value[n]) * (float) SI_mul * / (float) SI_div * pow(2.0, SI_shift); */