altosuilib: Start creating new graph interface that takes time series data
[fw/altos] / altosuilib / AltosUIMarker.java
index 84130562d447b210f05593f6775c27b77278dcf7..d50dfe9af28ec4dad856119a407313084dfdf150 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -55,6 +56,8 @@ public class AltosUIMarker implements AltosUIGrapher {
        public void set_units() {
        }
 
+       public boolean need_reset() { return true; }
+
        public void set_enable(boolean enable) {
                if (enabled == enable)
                        return;
@@ -109,4 +112,4 @@ public class AltosUIMarker implements AltosUIGrapher {
        public AltosUIMarker (int fetch, Color color, XYPlot plot) {
                this(fetch, color, plot, true);
        }
-}
\ No newline at end of file
+}