org.epics.pvmanager.data
Interface MultiScalar<T extends Scalar>

Type Parameters:
T - the type for the multi channel values
All Known Subinterfaces:
VMultiDouble, VMultiEnum, VMultiInt, VMultiString

public interface MultiScalar<T extends Scalar>

Multi channel array.

This same type can be used in multiple circumstances where data is collected, regardless of how and what of data. The number of values in the multi channel array never changes.

A MultiScalar can be automatically converted to a Array of the same type.

Author:
carcassi

Method Summary
 java.util.List<T> getValues()
          The list of values for all the different channels.
 

Method Detail

getValues

java.util.List<T> getValues()
The list of values for all the different channels. Never null.

Returns:
a List of values