public interface IRobotState
Modifier and Type | Interface and Description |
---|---|
static class |
IRobotState.robotState |
Modifier and Type | Method and Description |
---|---|
void |
communicationInterrupt(java.lang.String msg) |
void |
loop() |
void |
reset() |
void |
sensorInterrupt(java.lang.String sensor,
java.lang.String value) |
void |
start() |
void |
stop() |