org.epics.pvmanager.data
Interface Array<T>

Type Parameters:
T - the type for the multi channel values
All Known Subinterfaces:
VByteArray, VDoubleArray, VEnumArray, VFloatArray, VIntArray, VShortArray, VStringArray

public interface Array<T>

Multi dimensional array, which can be used for waveforms or more rich data.

Author:
carcassi

Method Summary
 Object getArray()
           
 List<Integer> getSizes()
           
 

Method Detail

getArray

Object getArray()

getSizes

List<Integer> getSizes()


Copyright © 2011. All Rights Reserved.