Package | Description |
---|---|
org.epics.pvdata.factory |
This package implements the interfaces defined in org.epics.pvdata.pv.
|
org.epics.pvdata.property |
This package contains interfaces and code for standard pvData structure fields.
|
org.epics.pvdata.pv |
This package contains the interface definitions for the Java implementation of pvData.
|
Modifier and Type | Class and Description |
---|---|
class |
BasePVDouble
Base class for PVDouble.
|
Modifier and Type | Method and Description |
---|---|
PVDouble |
BasePVStructure.getDoubleField(String fieldName) |
Modifier and Type | Field and Description |
---|---|
PVDouble |
PVDisplayFactory.pvHigh |
PVDouble |
PVDisplayFactory.pvLow |
Modifier and Type | Field and Description |
---|---|
static PVScalarType<PVDouble,PVDoubleArray> |
PVScalarType.pvDouble |
Modifier and Type | Method and Description |
---|---|
PVDouble |
PVStructure.getDoubleField(String fieldName)
Find a double subfield with the specified fieldName.
|
Copyright © 2014. All Rights Reserved.