Package org.csstudio.trends.databrowser3
Class StripToolParser
- java.lang.Object
-
- org.csstudio.trends.databrowser3.StripToolParser
-
public class StripToolParser extends Object
Read EPICS 'Strip Tool' configuration fileStrip tool and data browser are quite different: Strip tool shows only one axis at a time, and takes samples at fixed times (no 'monitor' mode). This parser imports the essential PV name, color, range information.
- Author:
- Kay Kasemir
-
-
Constructor Summary
Constructors Constructor Description StripToolParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
load(URI input, Model model, InputStream stream)
Load Strip Tool configuration
-
-
-
Method Detail
-
load
public static void load(URI input, Model model, InputStream stream) throws Exception
Load Strip Tool configuration- Parameters:
input
- Input name, used for loggingmodel
- Model to configure, should start out emptystream
- Stream for Strip Tool configuration- Throws:
Exception
- on error
-
-