|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type for the multi channel valuespublic 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.
Time
returns the reference
time of the collected data); each element may or may not retain
its time information.Time
returns the time of the data generation;
each element may or may not retain its time information
A MultiScalar
can be automatically converted to a Array
of the
same type.
Method Summary | |
---|---|
java.util.List<T> |
getValues()
The list of values for all the different channels. |
Method Detail |
---|
java.util.List<T> getValues()
List
of values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |