All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.soleil.tango.clientapi.command.ICommandExtractor Maven / Gradle / Ivy

There is a newer version: 10.0.0
Show newest version
package fr.soleil.tango.clientapi.command;

import fr.esrf.Tango.DevFailed;
import fr.esrf.TangoApi.DeviceData;

public interface ICommandExtractor {
    Object extract(final DeviceData dd) throws DevFailed;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy