public class OamShowValues extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ByteDataSymbolicAccessReadConfig |
accessOamVariable
Index (fast access) of all variable which are sent from the automation device (contained in the cfg-file).
|
protected GralMng_ifc |
guiAccess
The access to the gui, to change data to show.
|
GralPanelActivated_ifc |
tabActivatedImpl
Agent instance to offer the interface for updating the tab in the main TabPanel
|
static int |
version
Version and history
2012-02-25 Hartmut new: OamShowValues: with time, grayed if old
2012-02-25 Hartmut new: CurveView: All data have a short timestamp.
|
Constructor and Description |
---|
OamShowValues(Report log,
GralMng_ifc guiAccess) |
Modifier and Type | Method and Description |
---|---|
boolean |
readVariableCfg() |
void |
setFieldsToShow(java.util.Set<java.util.Map.Entry<java.lang.String,GralWidget>> fields) |
void |
show(byte[] binData,
int nrofBytes,
int from)
This routine presents the new received values at the GUI
or saves values in traces.
|
void |
showRedraw() |
protected final ByteDataSymbolicAccessReadConfig accessOamVariable
protected final GralMng_ifc guiAccess
public final GralPanelActivated_ifc tabActivatedImpl
public static final int version
public OamShowValues(Report log, GralMng_ifc guiAccess)
public boolean readVariableCfg()
public void setFieldsToShow(java.util.Set<java.util.Map.Entry<java.lang.String,GralWidget>> fields)
public void show(byte[] binData, int nrofBytes, int from)
showRedraw()
binData
- nrofBytes
- from
- public void showRedraw()