A B C D G H I L M N O P R S T U V W 
All Classes All Packages

A

add(String, Sendable) - Method in interface io.github.oblarg.oblog.ShuffleboardContainerWrapper
 
add(String, Object) - Method in interface io.github.oblarg.oblog.ShuffleboardContainerWrapper
 
addCustomLogging(ShuffleboardContainerWrapper) - Method in interface io.github.oblarg.oblog.Loggable
Override to add custom logging not supported through the standard Log options.

B

blockIncrement() - Method in annotation type io.github.oblarg.oblog.annotations.Config.NumberSlider
 

C

center() - Method in annotation type io.github.oblarg.oblog.annotations.Log.NumberBar
 
center() - Method in annotation type io.github.oblarg.oblog.annotations.Log.VoltageView
 
colorWhenFalse() - Method in annotation type io.github.oblarg.oblog.annotations.Log.BooleanBox
 
colorWhenTrue() - Method in annotation type io.github.oblarg.oblog.annotations.Log.BooleanBox
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config.Command
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config.NumberSlider
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config.PIDCommand
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config.PIDController
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config.Relay
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleButton
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleSwitch
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Accelerometer
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.BooleanBox
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.CameraStream
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Dial
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.DifferentialDrive
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Encoder
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Graph
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Gyro
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.MecanumDrive
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.NumberBar
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.PDP
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.SpeedController
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ThreeAxisAccelerometer
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ToString
 
columnIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.VoltageView
 
ComplexWidgetWrapper - Interface in io.github.oblarg.oblog
A wrapper for WPILib's ComplexWidget; wrapped to allow the Logger to substitute a NT-only implementation if desired.
Config - Annotation Type in io.github.oblarg.oblog.annotations
Binds a setter or interactive object to its default interactive widget on Shuffleboard.
Config.Command - Annotation Type in io.github.oblarg.oblog.annotations
Displays a command with a toggle button.
Config.Commands - Annotation Type in io.github.oblarg.oblog.annotations
 
Config.Configs - Annotation Type in io.github.oblarg.oblog.annotations
 
Config.Exclude - Annotation Type in io.github.oblarg.oblog.annotations
Suppresses the config tab/layout corresponding to this Loggable instance (or all instances of the type).
Config.Include - Annotation Type in io.github.oblarg.oblog.annotations
Overrides a class-level Exclude annotation for an individual field.
Config.NumberSlider - Annotation Type in io.github.oblarg.oblog.annotations
Displays a setter with a controllable slider.
Config.NumberSliders - Annotation Type in io.github.oblarg.oblog.annotations
 
Config.PIDCommand - Annotation Type in io.github.oblarg.oblog.annotations
Displays a PID command with a checkbox and an editor for the PIDF constants.
Config.PIDCommands - Annotation Type in io.github.oblarg.oblog.annotations
 
Config.PIDController - Annotation Type in io.github.oblarg.oblog.annotations
Displays a PID controller with an editor for the PIDF constants and a toggle switch for enabling and disabling the controller.
Config.PIDControllers - Annotation Type in io.github.oblarg.oblog.annotations
 
Config.Relay - Annotation Type in io.github.oblarg.oblog.annotations
Displays a relay with toggle buttons for each supported mode (off, on, forward, reverse).
Config.Relays - Annotation Type in io.github.oblarg.oblog.annotations
 
Config.ToggleButton - Annotation Type in io.github.oblarg.oblog.annotations
Displays a boolean with a large interactive toggle button.
Config.ToggleButtons - Annotation Type in io.github.oblarg.oblog.annotations
 
Config.ToggleSwitch - Annotation Type in io.github.oblarg.oblog.annotations
Displays a boolean with a fixed-size toggle switch.
Config.ToggleSwitches - Annotation Type in io.github.oblarg.oblog.annotations
 
configureConfig(Object) - Static method in class io.github.oblarg.oblog.Logger
Configure shuffleboard config for the robot.
configureLayoutPosition() - Method in interface io.github.oblarg.oblog.Loggable
Set the position of this layout of this object in shuffleboard if it is located directly within a tab.
configureLayoutProperties() - Method in interface io.github.oblarg.oblog.Loggable
Set the properties of the layout of the object in Shuffleboard if it is not a root (roots define their own tabs, instead).
configureLayoutSize() - Method in interface io.github.oblarg.oblog.Loggable
Set the size of the layout of this object in shuffleboard if it is located directly within a tab.
configureLayoutType() - Method in interface io.github.oblarg.oblog.Loggable
Set the type of layout of the object in Shuffleboard if it is not a root (roots define their own tabs, instead).
configureLogging(Object) - Static method in class io.github.oblarg.oblog.Logger
Configure shuffleboard logging for the robot.
configureLoggingAndConfig(Object, boolean) - Static method in class io.github.oblarg.oblog.Logger
Configure shuffleboard logging and config for the robot.
configureLoggingNTOnly(Object, String) - Static method in class io.github.oblarg.oblog.Logger
Configures logging to send values over NetworkTables, but not to add widgets to Shuffleboard .
configureLogName() - Method in interface io.github.oblarg.oblog.Loggable
Set the name the object will take in Shuffleboard.
crosshairColor() - Method in annotation type io.github.oblarg.oblog.annotations.Log.CameraStream
 

D

defaultValue() - Method in annotation type io.github.oblarg.oblog.annotations.Config.NumberSlider
 
defaultValue() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleButton
 
defaultValue() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleSwitch
 
defaultValueBoolean() - Method in annotation type io.github.oblarg.oblog.annotations.Config
 
defaultValueNumeric() - Method in annotation type io.github.oblarg.oblog.annotations.Config
 

G

getEntry() - Method in interface io.github.oblarg.oblog.SimpleWidgetWrapper
 
getLayout(String, LayoutType) - Method in interface io.github.oblarg.oblog.ShuffleboardContainerWrapper
 

H

height() - Method in annotation type io.github.oblarg.oblog.annotations.Config.Command
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Config
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Config.NumberSlider
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Config.PIDCommand
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Config.PIDController
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Config.Relay
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleButton
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleSwitch
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Accelerometer
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log.BooleanBox
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log.CameraStream
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Dial
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log.DifferentialDrive
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Encoder
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Graph
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Gyro
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log.MecanumDrive
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log.NumberBar
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log.PDP
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log.SpeedController
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ThreeAxisAccelerometer
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ToString
 
height() - Method in annotation type io.github.oblarg.oblog.annotations.Log.VoltageView
 

I

io.github.oblarg.oblog - package io.github.oblarg.oblog
 
io.github.oblarg.oblog.annotations - package io.github.oblarg.oblog.annotations
 

L

Log - Annotation Type in io.github.oblarg.oblog.annotations
Displays a value as its default widget type on Shuffleboard.
Log.Accelerometer - Annotation Type in io.github.oblarg.oblog.annotations
Displays an accelerometer with a number bar displaying the magnitude of the acceleration and text displaying the exact value.
Log.Accelerometers - Annotation Type in io.github.oblarg.oblog.annotations
 
Log.BooleanBox - Annotation Type in io.github.oblarg.oblog.annotations
Displays a boolean value as a large colored box.
Log.BooleanBoxes - Annotation Type in io.github.oblarg.oblog.annotations
 
Log.CameraStream - Annotation Type in io.github.oblarg.oblog.annotations
Displays a camera stream.
Log.CameraStreams - Annotation Type in io.github.oblarg.oblog.annotations
 
Log.Dial - Annotation Type in io.github.oblarg.oblog.annotations
Displays a number with a view-only dial.
Log.Dials - Annotation Type in io.github.oblarg.oblog.annotations
 
Log.DifferentialDrive - Annotation Type in io.github.oblarg.oblog.annotations
Displays a differential drive with a widget that displays the speed of each side of the drivebase and a vector for the direction and rotation of the drivebase.
Log.DifferentialDrives - Annotation Type in io.github.oblarg.oblog.annotations
 
Log.Encoder - Annotation Type in io.github.oblarg.oblog.annotations
Displays an Encoder displaying its speed, total travelled distance, and its distance per tick.
Log.Encoders - Annotation Type in io.github.oblarg.oblog.annotations
 
Log.Exclude - Annotation Type in io.github.oblarg.oblog.annotations
Suppresses the log tab/layout corresponding to this Loggable instance (or all instances of the type).
Log.Graph - Annotation Type in io.github.oblarg.oblog.annotations
Displays a number with a graph.
Log.Graphs - Annotation Type in io.github.oblarg.oblog.annotations
 
Log.Gyro - Annotation Type in io.github.oblarg.oblog.annotations
Displays a gyro with a dial from 0 to 360 degrees.
Log.Gyros - Annotation Type in io.github.oblarg.oblog.annotations
 
Log.Include - Annotation Type in io.github.oblarg.oblog.annotations
Overrides a class-level Exclude annotation for an individual field.
Log.Logs - Annotation Type in io.github.oblarg.oblog.annotations
 
Log.MecanumDrive - Annotation Type in io.github.oblarg.oblog.annotations
Displays a mecanum drive with a widget that displays the speed of each wheel, and vectors for the direction and rotation of the drivebase.
Log.MecanumDrives - Annotation Type in io.github.oblarg.oblog.annotations
 
Log.NumberBar - Annotation Type in io.github.oblarg.oblog.annotations
Displays a number with a view-only bar.
Log.NumberBars - Annotation Type in io.github.oblarg.oblog.annotations
 
Log.PDP - Annotation Type in io.github.oblarg.oblog.annotations
Displays a PowerDistributionPanel.
Log.PDPs - Annotation Type in io.github.oblarg.oblog.annotations
 
Log.SpeedController - Annotation Type in io.github.oblarg.oblog.annotations
Displays a SpeedController.
Log.SpeedControllers - Annotation Type in io.github.oblarg.oblog.annotations
 
Log.ThreeAxisAccelerometer - Annotation Type in io.github.oblarg.oblog.annotations
Displays a 3-axis accelerometer with a number bar for each axis' acceleration.
Log.ThreeAxisAccelerometers - Annotation Type in io.github.oblarg.oblog.annotations
 
Log.ToString - Annotation Type in io.github.oblarg.oblog.annotations
Logs an object as the value returned by its toString method.
Log.ToStrings - Annotation Type in io.github.oblarg.oblog.annotations
 
Log.VoltageView - Annotation Type in io.github.oblarg.oblog.annotations
Displays an analog input or a raw number with a number bar.
Log.VoltageViews - Annotation Type in io.github.oblarg.oblog.annotations
 
logErrorCheck(Object, String, String) - Static method in class io.github.oblarg.oblog.Util
 
Loggable - Interface in io.github.oblarg.oblog
Marks a class as loggable.
Logger - Class in io.github.oblarg.oblog
 
Logger() - Constructor for class io.github.oblarg.oblog.Logger
 

M

majorTickSpacing() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Gyro
 
max() - Method in annotation type io.github.oblarg.oblog.annotations.Config.NumberSlider
 
max() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Accelerometer
 
max() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Dial
 
max() - Method in annotation type io.github.oblarg.oblog.annotations.Log.NumberBar
 
max() - Method in annotation type io.github.oblarg.oblog.annotations.Log.VoltageView
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Config
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Config.NumberSlider
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleButton
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleSwitch
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Accelerometer
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.BooleanBox
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.CameraStream
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Dial
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.DifferentialDrive
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Encoder
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Graph
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Gyro
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.MecanumDrive
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.NumberBar
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.PDP
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.SpeedController
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ThreeAxisAccelerometer
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ToString
 
methodName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.VoltageView
 
methodTypes() - Method in annotation type io.github.oblarg.oblog.annotations.Config
 
methodTypes() - Method in annotation type io.github.oblarg.oblog.annotations.Config.NumberSlider
 
methodTypes() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleButton
 
methodTypes() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleSwitch
 
min() - Method in annotation type io.github.oblarg.oblog.annotations.Config.NumberSlider
 
min() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Accelerometer
 
min() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Dial
 
min() - Method in annotation type io.github.oblarg.oblog.annotations.Log.NumberBar
 
min() - Method in annotation type io.github.oblarg.oblog.annotations.Log.VoltageView
 
multiArgLayoutType() - Method in annotation type io.github.oblarg.oblog.annotations.Config
 

N

name() - Method in annotation type io.github.oblarg.oblog.annotations.Config.Command
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Config
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Config.NumberSlider
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Config.PIDCommand
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Config.PIDController
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Config.Relay
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleButton
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleSwitch
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Accelerometer
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log.BooleanBox
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log.CameraStream
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Dial
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log.DifferentialDrive
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Encoder
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Graph
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Gyro
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log.MecanumDrive
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log.NumberBar
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log.PDP
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log.SpeedController
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ThreeAxisAccelerometer
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ToString
 
name() - Method in annotation type io.github.oblarg.oblog.annotations.Log.VoltageView
 
numGridColumns() - Method in annotation type io.github.oblarg.oblog.annotations.Config
 
numGridRows() - Method in annotation type io.github.oblarg.oblog.annotations.Config
 
numTicks() - Method in annotation type io.github.oblarg.oblog.annotations.Log.VoltageView
 
numWheels() - Method in annotation type io.github.oblarg.oblog.annotations.Log.DifferentialDrive
 

O

orientation() - Method in annotation type io.github.oblarg.oblog.annotations.Log.SpeedController
 
orientation() - Method in annotation type io.github.oblarg.oblog.annotations.Log.VoltageView
 

P

precision() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Accelerometer
 
precision() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ThreeAxisAccelerometer
 

R

range() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ThreeAxisAccelerometer
 
registerEntry(GenericEntry, Supplier<Object>) - Static method in class io.github.oblarg.oblog.Logger
Registers a new entry.
rotation() - Method in annotation type io.github.oblarg.oblog.annotations.Log.CameraStream
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config.Command
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config.NumberSlider
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config.PIDCommand
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config.PIDController
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config.Relay
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleButton
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleSwitch
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Accelerometer
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.BooleanBox
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.CameraStream
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Dial
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.DifferentialDrive
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Encoder
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Graph
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Gyro
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.MecanumDrive
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.NumberBar
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.PDP
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.SpeedController
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ThreeAxisAccelerometer
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ToString
 
rowIndex() - Method in annotation type io.github.oblarg.oblog.annotations.Log.VoltageView
 

S

setCycleWarningsEnabled(boolean) - Static method in class io.github.oblarg.oblog.Logger
Enables or disables warnings for cyclic references of loggables.
showControls() - Method in annotation type io.github.oblarg.oblog.annotations.Log.CameraStream
 
showCrosshairs() - Method in annotation type io.github.oblarg.oblog.annotations.Log.CameraStream
 
showTicks() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Accelerometer
 
showTicks() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Gyro
 
showTicks() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ThreeAxisAccelerometer
 
showValue() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Accelerometer
 
showValue() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Dial
 
showValue() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ThreeAxisAccelerometer
 
showVel() - Method in annotation type io.github.oblarg.oblog.annotations.Log.DifferentialDrive
 
showVel() - Method in annotation type io.github.oblarg.oblog.annotations.Log.MecanumDrive
 
showVoltageAndCurrent() - Method in annotation type io.github.oblarg.oblog.annotations.Log.PDP
 
ShuffleboardContainerWrapper - Interface in io.github.oblarg.oblog
A wrapper for the WPILib ShuffleboardContainer class; wrapped to allow the Logger to substitute a NT-only implementation if desired.
ShuffleboardLayoutWrapper - Interface in io.github.oblarg.oblog
A wrapper for WPILib's ShuffleboardLayout; wrapped to allow the Logger to substitute a NT-only implementation if desired.
SimpleWidgetWrapper - Interface in io.github.oblarg.oblog
A wrapper for WPILib's SimpleWidget; wrapped to allow the Logger to substitute a NT-only implementation if desired.
skipLayout() - Method in interface io.github.oblarg.oblog.Loggable
Whether this Loggable should not define its own layout.
startingAngle() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Gyro
 

T

tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Config.Command
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Config.NumberSlider
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Config.PIDCommand
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Config.PIDController
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Config.Relay
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Config
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleButton
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleSwitch
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Accelerometer
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.BooleanBox
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.CameraStream
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Dial
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.DifferentialDrive
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Encoder
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Graph
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Gyro
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.MecanumDrive
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.NumberBar
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.PDP
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.SpeedController
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ThreeAxisAccelerometer
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ToString
 
tabName() - Method in annotation type io.github.oblarg.oblog.annotations.Log.VoltageView
 

U

updateEntries() - Static method in class io.github.oblarg.oblog.Logger
Updates all entries.
Util - Class in io.github.oblarg.oblog
 
Util() - Constructor for class io.github.oblarg.oblog.Util
 

V

value() - Method in annotation type io.github.oblarg.oblog.annotations.Config.Commands
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Config.Configs
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Config.NumberSliders
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Config.PIDCommands
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Config.PIDControllers
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Config.Relays
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleButtons
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleSwitches
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Accelerometers
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.BooleanBoxes
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.CameraStreams
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Dials
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.DifferentialDrives
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Encoders
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Graphs
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Gyros
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Logs
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.MecanumDrives
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.NumberBars
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.PDPs
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.SpeedControllers
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ThreeAxisAccelerometers
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ToStrings
 
value() - Method in annotation type io.github.oblarg.oblog.annotations.Log.VoltageViews
 
visibleTime() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Graph
 

W

wheelDiameter() - Method in annotation type io.github.oblarg.oblog.annotations.Log.DifferentialDrive
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Config.Command
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Config.NumberSlider
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Config.PIDCommand
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Config.PIDController
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Config.Relay
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleButton
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Config.ToggleSwitch
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Config
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Accelerometer
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log.BooleanBox
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log.CameraStream
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Dial
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log.DifferentialDrive
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Encoder
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Graph
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log.Gyro
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log.MecanumDrive
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log.NumberBar
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log.PDP
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log.SpeedController
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ThreeAxisAccelerometer
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ToString
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log.VoltageView
 
width() - Method in annotation type io.github.oblarg.oblog.annotations.Log
 
withPosition(int, int) - Method in interface io.github.oblarg.oblog.ComplexWidgetWrapper
 
withPosition(int, int) - Method in interface io.github.oblarg.oblog.ShuffleboardLayoutWrapper
 
withPosition(int, int) - Method in interface io.github.oblarg.oblog.SimpleWidgetWrapper
 
withProperties(Map<String, Object>) - Method in interface io.github.oblarg.oblog.ComplexWidgetWrapper
 
withProperties(Map<String, Object>) - Method in interface io.github.oblarg.oblog.ShuffleboardLayoutWrapper
 
withProperties(Map<String, Object>) - Method in interface io.github.oblarg.oblog.SimpleWidgetWrapper
 
withSize(int, int) - Method in interface io.github.oblarg.oblog.ComplexWidgetWrapper
 
withSize(int, int) - Method in interface io.github.oblarg.oblog.ShuffleboardLayoutWrapper
 
withSize(int, int) - Method in interface io.github.oblarg.oblog.SimpleWidgetWrapper
 
withWidget(String) - Method in interface io.github.oblarg.oblog.ComplexWidgetWrapper
 
withWidget(String) - Method in interface io.github.oblarg.oblog.SimpleWidgetWrapper
 
A B C D G H I L M N O P R S T U V W 
All Classes All Packages