Class AttachmentInformation

java.lang.Object
org.opentcs.drivers.vehicle.management.AttachmentInformation
All Implemented Interfaces:
java.io.Serializable

public class AttachmentInformation
extends java.lang.Object
implements java.io.Serializable
Describes which communication adapter a vehicle is currently associated with and which adapters are available.
See Also:
Serialized Form
  • Constructor Details

    • AttachmentInformation

      public AttachmentInformation​(@Nonnull TCSObjectReference<Vehicle> vehicleReference, @Nonnull java.util.List<VehicleCommAdapterDescription> availableCommAdapters, @Nonnull VehicleCommAdapterDescription attachedCommAdapter)
      Creates a new instance.
      Parameters:
      vehicleReference - The vehicle this attachment information belongs to.
      availableCommAdapters - The list of comm adapters available to be attached to the referenced vehicle.
      attachedCommAdapter - The comm adapter attached to the referenced vehicle.
  • Method Details