Searched refs:high (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.3/build/demos/wpaddemo/src/ |
| D | mplus.c | 696 WPADMpls high; in renderStatus() local 700 WPADGetMplsCalibration(i, &high, &low); in renderStatus() 704 …se { dps = (ptr->yaw - high.yaw_zero) / high.yaw_scale * high.de… in renderStatus() 711 … { dps = (ptr->roll - high.roll_zero) / high.roll_scale * high.d… in renderStatus() 718 … { dps = (ptr->pitch - high.pitch_zero) / high.pitch_scale * high.… in renderStatus() 775 myPrint(x, y, 0, " %.1f %.1f", high.yaw_zero, high.yaw_scale); y+=FONT_HEIGHT; in renderStatus() 776 myPrint(x, y, 0, " %.1f %.1f", high.roll_zero, high.roll_scale); y+=FONT_HEIGHT; in renderStatus() 777 myPrint(x, y, 0, " %.1f %.1f", high.pitch_zero, high.pitch_scale); y+=FONT_HEIGHT; in renderStatus() 781 myPrint(x, y, 0, " %d %d", high.degrees, low.degrees); y+=FONT_HEIGHT; in renderStatus()
|
| D | wpadsample.c | 1407 WPADMpls high; in renderStatus() local 1411 WPADGetMplsCalibration(i, &high, &low); in renderStatus() 1415 …else { dps = (mp->yaw - high.yaw_zero) / high.yaw_scale * high.de… in renderStatus() 1419 …se { dps = (mp->roll - high.roll_zero) / high.roll_scale * high.d… in renderStatus() 1423 … { dps = (mp->pitch - high.pitch_zero) / high.pitch_scale * high.… in renderStatus()
|
| /RvlSDK-3.3/include/revolution/ |
| D | wpad.h | 838 void WPADGetMplsCalibration ( s32 chan, WPADMpls *high, WPADMpls *low );
|