public interface DipQuality
Modifier and Type | Field and Description |
---|---|
static int |
DIP_QUALITY_BAD
Indicates that data can not be used.
|
static int |
DIP_QUALITY_GOOD
Indicates that data can definitely be trusted.
|
static int |
DIP_QUALITY_UNCERTAIN
Indicates that the last update attempt by the publisher had failed (the publication data source was
not accessible).
|
static int |
DIP_QUALITY_UNINITIALIZED
Indicates the DataObject contains uninitialised data.
|
static final int DIP_QUALITY_UNINITIALIZED
static final int DIP_QUALITY_BAD
static final int DIP_QUALITY_GOOD
static final int DIP_QUALITY_UNCERTAIN
Copyright © 2008–2017 CERN. All rights reserved.