Class MockPowerDistributionPanel

java.lang.Object
xbot.common.controls.sensors.XPowerDistributionPanel
edu.wpi.first.wpilibj.MockPowerDistributionPanel

public class MockPowerDistributionPanel extends XPowerDistributionPanel
  • 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 class XPowerDistributionPanel