| Package | Description |
|---|---|
| com.yoctopuce.YoctoAPI |
| Modifier and Type | Method and Description |
|---|---|
static YGyro |
YGyro.FindGyro(String func)
Retrieves a gyroscope for a given identifier.
|
static YGyro |
YGyro.FindGyroInContext(YAPIContext yctx,
String func)
Retrieves a gyroscope for a given identifier in a YAPI context.
|
static YGyro |
YGyro.FirstGyro()
Starts the enumeration of gyroscopes currently accessible.
|
static YGyro |
YGyro.FirstGyroInContext(YAPIContext yctx)
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 © 2026. All rights reserved.