Lines Matching refs:ORIENTATION
81 SENSOR_(ORIENTATION,"orientation") \
304 /* "orientation:<azimuth>:<pitch>:<roll>" is sent when orientation
306 if (sscanf(buff, "orientation:%g:%g:%g", params+0, params+1, params+2)
309 events[ID_ORIENTATION].orientation.azimuth = params[0];
310 events[ID_ORIENTATION].orientation.pitch = params[1];
311 events[ID_ORIENTATION].orientation.roll = params[2];
312 events[ID_ORIENTATION].orientation.status =
588 { .name = "Goldfish Orientation sensor",