Package edu.wpi.first.hal
Class SimBoolean
java.lang.Object
edu.wpi.first.hal.SimValue
edu.wpi.first.hal.SimBoolean
public class SimBoolean extends SimValue
A wrapper around a simulator boolean value handle.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SimBoolean(int handle)
Wraps a simulated value handle as returned by SimDeviceJNI.createSimValueBoolean(). -
Method Summary
-
Constructor Details
-
SimBoolean
Wraps a simulated value handle as returned by SimDeviceJNI.createSimValueBoolean().- Parameters:
handle
- simulated value handle
-
-
Method Details