public class HALControlWord extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
HALControlWord(boolean enabled,
boolean autonomous,
boolean test,
boolean eStop,
boolean fmsAttached,
boolean dsAttached) |
Modifier and Type | Method and Description |
---|---|
boolean |
getAutonomous() |
boolean |
getDSAttached() |
boolean |
getEnabled() |
boolean |
getEStop() |
boolean |
getFMSAttached() |
boolean |
getTest() |
protected HALControlWord(boolean enabled, boolean autonomous, boolean test, boolean eStop, boolean fmsAttached, boolean dsAttached)
public boolean getEnabled()
public boolean getAutonomous()
public boolean getTest()
public boolean getEStop()
public boolean getFMSAttached()
public boolean getDSAttached()