Annotation Type Log.Gyro
-
@Repeatable(Gyros.class) @Retention(RUNTIME) @Target({FIELD,METHOD}) public static @interface Log.Gyro
Displays a gyro with a dial from 0 to 360 degrees.
Supported types:ADXRS450_GyroAnalogGyro- Any custom subclass of
GyroBase(such as a MXP gyro)
Custom properties:Name Type Default Value Notes Major tick spacing Number 45 Degrees Starting angle Number 180 How far to rotate the entire dial, in degrees Show tick mark ring Boolean true
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intcolumnIndexintheightdoublemajorTickSpacingjava.lang.StringmethodNamejava.lang.StringnameintrowIndexbooleanshowTicksdoublestartingAnglejava.lang.StringtabNameintwidth
-
-
-
-
tabName
java.lang.String tabName
- Returns:
- The name of the tab in which to place this widget, if the default inferred tab/layout is not desired. Users should be careful to avoid namespace collisions if the default tab is not used. Note that Log and config annotations can be repeated to place widgets on multiple tabs.
- Default:
- "DEFAULT"
-
-