Class ComponentTelemetry
- java.lang.Object
-
- io.github.frc5024.lib5k.telemetry.ComponentTelemetry
-
public class ComponentTelemetry extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentTelemetry
getInstance()
Get the ComponentTelemetry instanceNetworkTable
getTableForComponent(java.lang.String componentName)
Get the NetworkTable for a component
-
-
-
Method Detail
-
getInstance
public static ComponentTelemetry getInstance()
Get the ComponentTelemetry instance- Returns:
- Instance
-
getTableForComponent
public NetworkTable getTableForComponent(java.lang.String componentName)
Get the NetworkTable for a component- Parameters:
componentName
- Component name- Returns:
- Component table
-
-