Package org.opentcs.drivers.vehicle
Schnittstelle AdapterCommand
- Alle Superschnittstellen:
Serializable
- Alle bekannten Implementierungsklassen:
InitPositionCommand
A command a comm adapter may execute.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
execute
(VehicleCommAdapter adapter) Executes the command.
-
Methodendetails
-
execute
Executes the command.- Parameter:
adapter
- The comm adapter to execute the command with.
-