summaryrefslogtreecommitdiff
path: root/altoslib/AltosTimeSeries.java
Commit message (Collapse)AuthorAge
* altoslib: Create new abstraction underneath AltosState for recording valuesKeith Packard2017-05-19
| | | | | | | Provides a way for the graph API to see raw data values, instead of those cooked by AltosState. Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: Add initial time series functionsKeith Packard2017-05-19
Provides the basis for offering a sequence of time/value datasets for graphing instead of using AltosState. Signed-off-by: Keith Packard <keithp@keithp.com>