Searched refs:tgc_weight (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-3.3/build/demos/wbcdemo/src/ |
| D | simple_wbc.c | 180 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()
|
| D | balance.c | 218 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()
|
| D | handling_weight.c | 423 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/ |
| D | wbc.h | 53 s32 WBCGetTGCWeight ( double total_weight_ave, double *tgc_weight, WPADBLStatus *status…
|
| D | kpad.h | 143 double tgc_weight ; member
|
| /RvlSDK-3.3/build/demos/kpaddemo/src/ |
| D | weight.c | 236 … DEMOPrintf( x, y+=FONT_HEIGHT, 0, "Wt : %3.1f[kg]", kpads[0].ex_status.bl.tgc_weight ) ; in renderStatus()
|