T
- the type for the multi channel valuespublic interface MultiScalar<T extends Scalar>
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.
Copyright © 2010–2015. All rights reserved.