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

org.epics.gpclient.datasource.pva.PVAPVStructure Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
/**
 * Copyright information and license terms for this software can be
 * found in the file LICENSE.TXT included with the distribution.
 */
package org.epics.gpclient.datasource.pva;

import org.epics.pvdata.pv.PVStructure;

/**
 * @author msekoranja
 *
 */
class PVAPVStructure extends PVAPVField {
	
	public PVAPVStructure(PVStructure pvStructure, boolean disconnected)
	{
		super(pvStructure, disconnected);
	}
	
	public PVStructure getPVStructure() {
		return (PVStructure)pvField;
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy