public interface ValueVisitor
Modifier and Type | Method and Description |
---|---|
boolean |
value(double value,
Date date,
boolean error,
boolean manual)
Gets called for each record found
|
boolean value(double value, Date date, boolean error, boolean manual)
value
- the valuedate
- the timestamp of the valueerror
- the error flag for the valuemanual
- the manual flag for the valuetrue
if the callee wants more data,
false
otherwiseCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.