Uses of Class
com.yobotics.simulationconstructionset.BooleanYoVariable

Packages that use BooleanYoVariable
com.yobotics.simulationconstructionset.joystick   
com.yobotics.simulationconstructionset.scripts   
com.yobotics.simulationconstructionset.util.gui   
com.yobotics.simulationconstructionset.util.inputdevices   
com.yobotics.simulationconstructionset.util.math.filter   
 

Uses of BooleanYoVariable in com.yobotics.simulationconstructionset.joystick
 

Constructors in com.yobotics.simulationconstructionset.joystick with parameters of type BooleanYoVariable
BooleanYoVariableJoystickEventListener(BooleanYoVariable variable, net.java.games.input.Component component, boolean flip)
           
 

Uses of BooleanYoVariable in com.yobotics.simulationconstructionset.scripts
 

Methods in com.yobotics.simulationconstructionset.scripts with parameters of type BooleanYoVariable
 void TimeScriptEntry.addVarValue(BooleanYoVariable variable, boolean value)
           
 

Uses of BooleanYoVariable in com.yobotics.simulationconstructionset.util.gui
 

Fields in com.yobotics.simulationconstructionset.util.gui declared as BooleanYoVariable
 BooleanYoVariable YoVariableToggler.currentState
           
 

Constructors in com.yobotics.simulationconstructionset.util.gui with parameters of type BooleanYoVariable
YoVariableSimpleStatusDisplay(BooleanYoVariable currentStateVariable)
           
YoVariableStatusDisplay(java.lang.String name, YoVariableRegistry parent, BooleanYoVariable currentStateVariable)
           
YoVariableToggleButton(java.lang.String outletName, BooleanYoVariable currentStateVariable, YoVariableRegistry parent)
           
YoVariableToggler(java.lang.String name, YoVariableRegistry parent, YoVariableToggleContainer parentContainer, BooleanYoVariable currentStateVariable)
           
 

Uses of BooleanYoVariable in com.yobotics.simulationconstructionset.util.inputdevices
 

Methods in com.yobotics.simulationconstructionset.util.inputdevices with parameters of type BooleanYoVariable
 void SaitekX52Joystick.setButton(int buttonNumber, java.lang.String name, BooleanYoVariable variable)
           
 

Uses of BooleanYoVariable in com.yobotics.simulationconstructionset.util.math.filter
 

Subclasses of BooleanYoVariable in com.yobotics.simulationconstructionset.util.math.filter
 class DelayedBooleanYoVariable
           
 class GlitchFilteredBooleanYoVariable
           
 

Constructors in com.yobotics.simulationconstructionset.util.math.filter with parameters of type BooleanYoVariable
DelayedBooleanYoVariable(java.lang.String name, java.lang.String description, BooleanYoVariable variableToDelay, int ticksToDelay, YoVariableRegistry registry)
           
GlitchFilteredBooleanYoVariable(java.lang.String name, BooleanYoVariable yoVariableToFilter, int windowSize)
           
GlitchFilteredBooleanYoVariable(java.lang.String name, YoVariableRegistry registry, BooleanYoVariable yoVariableToFilter, int windowSize)