Class DeviceInfo

java.lang.Object
xbot.common.injection.electrical_contract.DeviceInfo

public class DeviceInfo extends Object
  • Field Details

    • channel

      public int channel
    • inverted

      public boolean inverted
    • simulationScalingValue

      public double simulationScalingValue
    • name

      public String name
    • canBusId

      public CANBusId canBusId
    • powerFrom

      public PowerSource powerFrom
  • Constructor Details

    • DeviceInfo

      public DeviceInfo(String name, PowerSource powerFrom)
    • DeviceInfo

      public DeviceInfo(String name, int channel)
    • DeviceInfo

      public DeviceInfo(String name, int channel, PowerSource powerFrom)
    • DeviceInfo

      public DeviceInfo(String name, int channel, boolean inverted)
    • DeviceInfo

      public DeviceInfo(String name, int channel, boolean inverted, PowerSource powerFrom)
    • DeviceInfo

      public DeviceInfo(String name, int channel, boolean inverted, double simulationScalingValue)
    • DeviceInfo

      public DeviceInfo(String name, int channel, boolean inverted, double simulationScalingValue, PowerSource powerFrom)
    • DeviceInfo

      public DeviceInfo(String name, CANBusId canBusId, int channel)
    • DeviceInfo

      public DeviceInfo(String name, CANBusId canBusId, int channel, PowerSource powerFrom)
    • DeviceInfo

      public DeviceInfo(String name, CANBusId canBusId, int channel, boolean inverted)
    • DeviceInfo

      public DeviceInfo(String name, CANBusId canBusId, int channel, boolean inverted, PowerSource powerFrom)