|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.wpi.first.wpilibj.buttons.Trigger
edu.wpi.first.wpilibj.buttons.Button
edu.wpi.first.wpilibj.buttons.DigitalIOButton
public class DigitalIOButton
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class edu.wpi.first.wpilibj.buttons.Trigger |
|---|
Trigger.ButtonScheduler |
| Field Summary | |
|---|---|
static boolean |
ACTIVE_STATE
|
| Constructor Summary | |
|---|---|
DigitalIOButton(int port)
|
|
| Method Summary | |
|---|---|
boolean |
get()
Returns whether or not the trigger is active This method will be called repeatedly a command is linked to the Trigger. |
| Methods inherited from class edu.wpi.first.wpilibj.buttons.Button |
|---|
cancelWhenPressed, toggleWhenPressed, whenPressed, whenReleased, whileHeld |
| Methods inherited from class edu.wpi.first.wpilibj.buttons.Trigger |
|---|
cancelWhenActive, getSmartDashboardType, getTable, initTable, toggleWhenActive, whenActive, whenInactive, whileActive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean ACTIVE_STATE
| Constructor Detail |
|---|
public DigitalIOButton(int port)
| Method Detail |
|---|
public boolean get()
Trigger
get in class Trigger
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||