Modifier and Type | Method and Description |
---|---|
static YGyro |
YGyro.FindGyro(String func)
Retrieves a gyroscope for a given identifier.
|
static YGyro |
YGyro.FirstGyro()
Starts the enumeration of gyroscopes currently accessible.
|
YGyro |
YGyro.nextGyro()
Continues the enumeration of gyroscopes started using yFirstGyro().
|
Modifier and Type | Method and Description |
---|---|
void |
YGyro.TimedReportCallback.timedReportCallback(YGyro function,
YMeasure measure) |
void |
YGyro.YAnglesCallback.yAnglesCallback(YGyro yGyro,
double roll,
double pitch,
double head) |
void |
YGyro.UpdateCallback.yNewValue(YGyro function,
String functionValue) |
void |
YGyro.YQuatCallback.yQuaternionCallback(YGyro yGyro,
double w,
double x,
double y,
double z) |
Copyright © 2015. All rights reserved.