Class DeviceInfo
java.lang.Object
xbot.common.injection.electrical_contract.DeviceInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionintbooleandouble -
Constructor Summary
ConstructorsConstructorDescriptionDeviceInfo(String name, int channel) DeviceInfo(String name, int channel, boolean inverted) DeviceInfo(String name, int channel, boolean inverted, double simulationScalingValue) DeviceInfo(String name, int channel, boolean inverted, double simulationScalingValue, PowerSource powerFrom) DeviceInfo(String name, int channel, boolean inverted, PowerSource powerFrom) DeviceInfo(String name, int channel, PowerSource powerFrom) DeviceInfo(String name, CANBusId canBusId, int channel) DeviceInfo(String name, CANBusId canBusId, int channel, boolean inverted) DeviceInfo(String name, CANBusId canBusId, int channel, boolean inverted, PowerSource powerFrom) DeviceInfo(String name, CANBusId canBusId, int channel, PowerSource powerFrom) DeviceInfo(String name, PowerSource powerFrom) -
Method Summary
-
Field Details
-
channel
public int channel -
inverted
public boolean inverted -
simulationScalingValue
public double simulationScalingValue -
name
-
canBusId
-
powerFrom
-
-
Constructor Details
-
DeviceInfo
-
DeviceInfo
-
DeviceInfo
-
DeviceInfo
-
DeviceInfo
-
DeviceInfo
-
DeviceInfo
public DeviceInfo(String name, int channel, boolean inverted, double simulationScalingValue, PowerSource powerFrom) -
DeviceInfo
-
DeviceInfo
-
DeviceInfo
-
DeviceInfo
public DeviceInfo(String name, CANBusId canBusId, int channel, boolean inverted, PowerSource powerFrom)
-