
fr.soleil.tango.clientapi.command.ICommandInserter Maven / Gradle / Ivy
package fr.soleil.tango.clientapi.command;
import fr.esrf.Tango.DevFailed;
import fr.esrf.TangoApi.DeviceData;
public interface ICommandInserter {
void insert(final DeviceData dd, final Object value) throws DevFailed;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy