JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.github.robolib.identifier
Interface BooleanSource
All Known Subinterfaces:
ButtonTrigger
,
HIDButton
,
Trigger
All Known Implementing Classes:
AnalogTriggerOutput
,
DigitalInput
,
Joystick.JoystickButton
,
LimitSwitch
,
NetTableController.NetTableButton
,
Solenoid
public interface
BooleanSource
Interface for an object that provides a boolean value
Author:
noriah
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
getState
()
Get the value of this boolean source
Method Detail
getState
boolean getState()
Get the value of this boolean source
Returns:
value of the source
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method