Home
last modified time | relevance | path

Searched refs:WPAD_PRESS_UNITS (Results 1 – 7 of 7) sorted by relevance

/RvlSDK-3.2/include/revolution/
DwpadBalance.h44 #define WPAD_PRESS_UNITS 4 macro
59 u16 press[WPAD_PRESS_UNITS];
Dkpad.h130 double weight[ WPAD_PRESS_UNITS ] ;
131 double weight_ave[ WPAD_PRESS_UNITS ] ;
/RvlSDK-3.2/build/libraries/kpad/include/
DKPADinside.h185 double wbcZeroPoint[ WPAD_PRESS_UNITS ] ;
186 double wbcWeightAve[ WPAD_PRESS_UNITS ] ;
/RvlSDK-3.2/build/demos/wbcdemo/src/
Dsimple_wbc.c43 static double zero[WPAD_PRESS_UNITS];
124 double weight[WPAD_PRESS_UNITS]; in main()
Dbalance.c44 static double zero[WPAD_PRESS_UNITS];
125 double weight[WPAD_PRESS_UNITS]; in main()
Dhandling_weight.c83 static double zero_point[WPAD_PRESS_UNITS];
419 double weight[WPAD_PRESS_UNITS]; in renderStatus()
/RvlSDK-3.2/build/libraries/kpad/src/
DKPAD.c1837 ep->bl.weight_err = WBCRead( &( uwp->u.bl ), ep->bl.weight, WPAD_PRESS_UNITS ) ; in read_kpad_ext()
1839 for ( idx = 0 ; idx < WPAD_PRESS_UNITS ; idx++ ) { in read_kpad_ext()
2537 for ( i = 0 ; i < WPAD_PRESS_UNITS ; i++ ) { in KPADResetWbcZeroPoint()
2730 WBCSetZEROPoint( kp->wbcZeroPoint, WPAD_PRESS_UNITS ) ; in KPADiSamplingCallback()
2736 double weight[ WPAD_PRESS_UNITS ] ; in KPADiSamplingCallback()
2737 if ( WBCRead( &( uwp->u.bl ), weight, WPAD_PRESS_UNITS ) >= 0 ) { in KPADiSamplingCallback()