Package edu.wpi.first.wpilibj
Class MockPowerDistributionPanel
java.lang.Object
xbot.common.controls.sensors.XPowerDistributionPanel
edu.wpi.first.wpilibj.MockPowerDistributionPanel
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from class xbot.common.controls.sensors.XPowerDistributionPanel
XPowerDistributionPanel.XPowerDistributionPanelFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getCurrent
(int channel) void
setCurrent
(int channel, double current)
-
Constructor Details
-
MockPowerDistributionPanel
@AssistedInject public MockPowerDistributionPanel()
-
-
Method Details
-
setCurrent
public void setCurrent(int channel, double current) -
getCurrent
public double getCurrent(int channel) - Specified by:
getCurrent
in classXPowerDistributionPanel
-