public interface DriverInterface
| Modifier and Type | Method and Description | 
|---|---|
| StateVector | getControlSettings()The implementer should return control settings. | 
| boolean | isManualControl()The implementer tells the Execution code if it intends to control vehicle. | 
| void | setVisible(boolean b)The implementer may turn itself visible/invisible as appropriate. | 
| void | update(StateVector state)The implementer gets an update on the state of the vehicle. | 
void update(StateVector state)
state - current state of the vehicleStateVector getControlSettings()
void setVisible(boolean b)
b - true or falseboolean isManualControl()