|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActuatorInterface
The ActuatorInterface should be implemented by any class whose instances should
be an actuator interface connected to an actuator unit.
NOTE: The internal Jarol components are called interfaces, e.g., sensor interface,
whereas the outside components are called units, e.g., navigation unit.
| Method Summary | |
|---|---|
void |
actuatePlant(MessageInterface[] actuatorData)
Forwards the actuator data to the actuator unit/plant. |
void |
awaitJarolCore()
Awaits a signal from the Jarol Core to continue. |
MessageInterface[] |
readFromJarolCore()
Reads the data that was provided by the Jarol Core. |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
void awaitJarolCore()
MessageInterface[] readFromJarolCore()
void actuatePlant(MessageInterface[] actuatorData)
actuatorData -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||