Package xbot.common.simulation
Interface ISimulatableSolenoid
- All Known Implementing Classes:
MockSolenoid
public interface ISimulatableSolenoid
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.json.JSONObject
buildMotorObject
(int channel, boolean isOn) org.json.JSONObject
-
Field Details
-
SOLENOID_POWER_MODE
- See Also:
-
-
Method Details
-
getSimulationData
org.json.JSONObject getSimulationData() -
buildMotorObject
default org.json.JSONObject buildMotorObject(int channel, boolean isOn)
-