Home
last modified time | relevance | path

Searched refs:tgc_weight (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-3.3/build/demos/wbcdemo/src/
Dsimple_wbc.c180 double tgc_weight; in main() local
186 if (WBCGetTGCWeight(total, &tgc_weight, &status) == WBC_ERR_NONE) in main()
188 OSReport("%3.1f[kg]\n", tgc_weight); in main()
Dbalance.c218 double tgc_weight; in main() local
224 if (WBCGetTGCWeight(total, &tgc_weight, &status) == WBC_ERR_NONE) in main()
226 OSReport("%3.1f[kg]\n", tgc_weight); in main()
Dhandling_weight.c423 double tgc_weight; in renderStatus() local
479 WBCGetTGCWeight(ave, &tgc_weight, &status); in renderStatus()
496 DEMOPrintf(175, 70, 0, "Wt(TGC):%3.1f[kg]", tgc_weight); in renderStatus()
506 DEMOPrintf(175, 70, 0, "Wt(TGC):%3.1f[kg]", tgc_weight); in renderStatus()
/RvlSDK-3.3/include/revolution/
Dwbc.h53 s32 WBCGetTGCWeight ( double total_weight_ave, double *tgc_weight, WPADBLStatus *status…
Dkpad.h143 double tgc_weight ; member
/RvlSDK-3.3/build/demos/kpaddemo/src/
Dweight.c236 … DEMOPrintf( x, y+=FONT_HEIGHT, 0, "Wt : %3.1f[kg]", kpads[0].ex_status.bl.tgc_weight ) ; in renderStatus()