summaryrefslogtreecommitdiff
path: root/altosuilib/AltosUIGrapher.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-05-11 17:16:56 -0700
committerKeith Packard <keithp@keithp.com>2017-05-19 21:41:40 -0700
commit96de483d745ea0ef95326de2847a2534f7057846 (patch)
treeaaff2e6b481b9b602d2dff6fb8a02daed19c0c64 /altosuilib/AltosUIGrapher.java
parent258808d296aeadaf150fa9b07e9c99a6bf1ca7c8 (diff)
altosuilib: Start creating new graph interface that takes time series data
Replace the AltosState interface so the graph can get better data, and can be used for more stuff. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/AltosUIGrapher.java')
-rw-r--r--altosuilib/AltosUIGrapher.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/altosuilib/AltosUIGrapher.java b/altosuilib/AltosUIGrapher.java
index 07358144..9bb91340 100644
--- a/altosuilib/AltosUIGrapher.java
+++ b/altosuilib/AltosUIGrapher.java
@@ -39,6 +39,8 @@ interface AltosUIGrapher {
public abstract void set_units();
+ public abstract boolean need_reset();
+
public abstract void clear();
public abstract void add(AltosUIDataPoint dataPoint);