Annotation Type Log.SpeedController
-
@Repeatable(SpeedControllers.class) @Retention(RUNTIME) @Target({FIELD,METHOD}) public static @interface Log.SpeedController
Displays aSpeedController. The speed controller will be controllable from the dashboard when test mode is enabled, but will otherwise be view-only.
Supported types:PWMSpeedControllerDMC60JaguarPWMTalonSRXPWMVictorSPXSD540SparkTalonVictorVictorSPSpeedControllerGroup
Custom properties:Name Type Default Value Notes Orientation String "HORIZONTAL" One of ["HORIZONTAL", "VERTICAL"]
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intcolumnIndexintheightjava.lang.StringmethodNamejava.lang.Stringnamejava.lang.StringorientationintrowIndexjava.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"
-
-