Class LocationUpdateTelegramDeserializer

java.lang.Object
org.openwms.common.comm.osip.locu.tcp.LocationUpdateTelegramDeserializer
All Implemented Interfaces:
org.openwms.common.comm.tcp.TelegramDeserializer<LocationUpdateMessage>

@OSIPComponent class LocationUpdateTelegramDeserializer extends Object implements org.openwms.common.comm.tcp.TelegramDeserializer<LocationUpdateMessage>
A LocationUpdateTelegramDeserializer deserializes OSIP LOCU telegram String into LocationUpdateMessages.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • TELEGRAM_LOGGER

      private static final org.slf4j.Logger TELEGRAM_LOGGER
    • driver

      private final org.openwms.common.comm.config.Osip driver
  • Constructor Details

    • LocationUpdateTelegramDeserializer

      LocationUpdateTelegramDeserializer(org.openwms.common.comm.config.Osip driver)
  • Method Details