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