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

fr.soleil.tango.clientapi.attribute.IInserter Maven / Gradle / Ivy

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

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

/**
 * @author ABEILLE
 * 
 */
public interface IInserter {
    void insert(final DeviceAttribute da, final Object value) throws DevFailed;

    /**
     * For Images
     * 
     * @param value
     * @param dimX
     * @param dimY
     * @param da
     * @throws NumberFormatException
     */
    void insert(final DeviceAttribute da, final Object value, final int dimX, final int dimY) throws DevFailed;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy