| Variables Summary: | |
| uint32_t | number |
| char[75] | longname |
| char[5] | shortname |
| gii_valrange | range |
| gii_phystype | phystype |
| int32_t | SI_add |
| int32_t | SI_mul |
| int32_t | SI_div |
| int32_t | SI_shift |
| Variable Details: |
/* This event is sent/received to require/get detailed data about valuator * axis. */
/* Number of the valuator */
/* 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); */