| Package | Description |
|---|---|
| org.csstudio.data.values | |
| org.csstudio.data.values.internal | |
| org.csstudio.utility.pv.epics |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IEnumeratedMetaData
The enumerated version of
IMetaData. |
interface |
INumericMetaData
The numeric version of
IMetaData. |
| Modifier and Type | Method and Description |
|---|---|
IMetaData |
IValue.getMetaData()
Meta Data that helps with using the value, mostly for formatting.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumeratedMetaData
Implementation of
IEnumeratedMetaData. |
class |
NumericMetaData
Implementation of
INumericMetaData. |
| Modifier and Type | Method and Description |
|---|---|
IMetaData |
Value.getMetaData() |
| Constructor and Description |
|---|
Value(ITimestamp time,
ISeverity severity,
String status,
IMetaData metaData)
Constructs a new Value from pieces.
|
| Modifier and Type | Method and Description |
|---|---|
static IMetaData |
DBRHelper.decodeMetaData(gov.aps.jca.dbr.DBR dbr)
Extracts the meta data from the dbr.
|
| Modifier and Type | Method and Description |
|---|---|
static IValue |
DBRHelper.decodeValue(IMetaData meta,
gov.aps.jca.dbr.DBR dbr)
Decodes the data.
|
Copyright © 2023 European Spallation Source. All rights reserved.