Home
last modified time | relevance | path

Searched refs:high (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.3/build/demos/wpaddemo/src/
Dmplus.c696 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()
Dwpadsample.c1407 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/
Dwpad.h838 void WPADGetMplsCalibration ( s32 chan, WPADMpls *high, WPADMpls *low );