Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-WPAD-WBC-3.1/build/demos/wbcdemo/src/
Dbalance.c119 double weight[WPAD_PRESS_UNITS]; in main() local
155 w1 = weight[0]; // front right in main()
156 w2 = weight[1]; // back right in main()
157 w3 = weight[2]; // front left in main()
158 w4 = weight[3]; // back left in main()
210 WBCRead(&status, weight, (u32)(sizeof(weight) / sizeof(weight[0]))); in main()
211 total = (double)(weight[0]+weight[1]+weight[2]+weight[3]); in main()
Dsimple_wbc.c119 double weight[WPAD_PRESS_UNITS]; in main() local
173 WBCRead(&status, weight, (u32)(sizeof(weight) / sizeof(weight[0]))); in main()
174 total = (double)(weight[0]+weight[1]+weight[2]+weight[3]); in main()
Dhandling_weight.c398 double weight[WPAD_PRESS_UNITS]; in renderStatus() local
409 isExist = WBCRead(&status, weight, (u32)(sizeof(weight) / sizeof(weight[0]))); in renderStatus()
410 all = (double)(weight[0] + weight[1] + weight[2] + weight[3]); in renderStatus()
475 DEMOPrintf( 95, 55, 0, "%3.1f", weight[0]); in renderStatus()
476 DEMOPrintf( 95, 125, 0, "%3.1f", weight[1]); in renderStatus()
477 DEMOPrintf( 10, 55, 0, "%3.1f", weight[2]); in renderStatus()
478 DEMOPrintf( 10, 125, 0, "%3.1f", weight[3]); in renderStatus()
/RvlSDK-WPAD-WBC-3.1/include/revolution/
Dwbc.h33 s32 WBCRead ( WPADBLStatus *status, double weight[], u32 size );