public interface QueryData
Modifier and Type | Method and Description |
---|---|
int |
getCount()
The number of elements.
|
List<VType> |
getData() |
org.epics.util.time.TimeInterval |
getTimeInterval()
The time range where the data is defined
|
List<org.epics.util.time.Timestamp> |
getTimestamps()
The time for each element.
|
org.epics.util.time.TimeInterval getTimeInterval()
int getCount()
Both data and timestamps will have this number of elements.
List<org.epics.util.time.Timestamp> getTimestamps()
Copyright © 2010–2015. All rights reserved.