A B C D E F G H I J L M N O P Q R S T U V W X 

A

AbstractPVArray - Class in org.epics.pvdata.factory
Abstract base class for any PVArray field.
AbstractPVArray(Field) - Constructor for class org.epics.pvdata.factory.AbstractPVArray
Constructor that derived classes must call.
AbstractPVField - Class in org.epics.pvdata.factory
Abstract base class for a PVField.
AbstractPVField(Field) - Constructor for class org.epics.pvdata.factory.AbstractPVField
Constructor that must be called by derived classes.
AbstractPVScalar - Class in org.epics.pvdata.factory
 
AbstractPVScalar(Scalar) - Constructor for class org.epics.pvdata.factory.AbstractPVScalar
Constructor.
AbstractPVScalarArray - Class in org.epics.pvdata.factory
Abstract base class for any PVArray field.
AbstractPVScalarArray(ScalarArray) - Constructor for class org.epics.pvdata.factory.AbstractPVScalarArray
Constructor that derived classes must call.
AccessSecurityLevel - Interface in org.epics.pvdata.accessSecurity
Interface for assigning names to access security levels
AccessSecurityLevelFactory - Class in org.epics.pvdata.accessSecurity
 
AccessSecurityLevelFactory() - Constructor for class org.epics.pvdata.accessSecurity.AccessSecurityLevelFactory
 
add(String, ScalarType) - Method in class org.epics.pvdata.factory.BaseFieldBuilder
 
add(String, Field) - Method in class org.epics.pvdata.factory.BaseFieldBuilder
 
add(long) - Method in interface org.epics.pvdata.property.TimeStamp
Add the number of seconds.
add(double) - Method in interface org.epics.pvdata.property.TimeStamp
Add the number of seconds.
add(double) - Method in class org.epics.pvdata.property.TimeStampFactory
 
add(long) - Method in class org.epics.pvdata.property.TimeStampFactory
 
add(String, ScalarType) - Method in interface org.epics.pvdata.pv.FieldBuilder
Add a Scalar.
add(String, Field) - Method in interface org.epics.pvdata.pv.FieldBuilder
Add a Field (e.g.
add(String, Vector) - Method in class org.epics.pvdata.util.namedValues.NamedValues
Add a named vector of values to a NameValues object.
addArray(String, ScalarType) - Method in class org.epics.pvdata.factory.BaseFieldBuilder
 
addArray(String, Field) - Method in class org.epics.pvdata.factory.BaseFieldBuilder
 
addArray(String, ScalarType) - Method in interface org.epics.pvdata.pv.FieldBuilder
Add array of Scalar elements.
addArray(String, Field) - Method in interface org.epics.pvdata.pv.FieldBuilder
Add array of Field elements.
addHead(LinkedListNode<T>) - Method in interface org.epics.pvdata.misc.LinkedList
Add a node to the beginning of the list.
addNestedStructure(String) - Method in class org.epics.pvdata.factory.BaseFieldBuilder
 
addNestedStructure(String) - Method in interface org.epics.pvdata.pv.FieldBuilder
Add new nested Structure.
addNestedStructureArray(String) - Method in class org.epics.pvdata.factory.BaseFieldBuilder
 
addNestedStructureArray(String) - Method in interface org.epics.pvdata.pv.FieldBuilder
Add new nested Structure[].
addNestedUnion(String) - Method in class org.epics.pvdata.factory.BaseFieldBuilder
 
addNestedUnion(String) - Method in interface org.epics.pvdata.pv.FieldBuilder
Add new nested Union.
addNestedUnionArray(String) - Method in class org.epics.pvdata.factory.BaseFieldBuilder
 
addNestedUnionArray(String) - Method in interface org.epics.pvdata.pv.FieldBuilder
Add new nested Union[].
addTail(LinkedListNode<T>) - Method in interface org.epics.pvdata.misc.LinkedList
Add a node to the end of the list.
Alarm - Class in org.epics.pvdata.property
Convenience class for an alarm.
Alarm() - Constructor for class org.epics.pvdata.property.Alarm
Constructor
alarm() - Method in interface org.epics.pvdata.pv.StandardField
 
AlarmSeverity - Enum in org.epics.pvdata.property
AlarmSeverity definitions.
AlarmStatus - Enum in org.epics.pvdata.property
AlarmStatus definitions.
alignBuffer(int) - Method in interface org.epics.pvdata.pv.SerializableControl
Align buffer.
alignData(int) - Method in interface org.epics.pvdata.pv.DeserializableControl
Align buffer.
and(BitSet) - Method in class org.epics.pvdata.misc.BitSet
Performs a logical AND of this target bit set with the argument bit set.
andNot(BitSet) - Method in class org.epics.pvdata.misc.BitSet
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
ANY_ID - Static variable in interface org.epics.pvdata.pv.Union
Default variant union ID.
appendField(Structure, String, Field) - Method in interface org.epics.pvdata.pv.FieldCreate
Append a field to a structure,
appendFields(Structure, String[], Field[]) - Method in interface org.epics.pvdata.pv.FieldCreate
Append fields to a structure,
appendPVField(String, PVField) - Method in class org.epics.pvdata.factory.BasePVStructure
 
appendPVField(String, PVField) - Method in interface org.epics.pvdata.pv.PVStructure
Append a new PVField to this structure.
appendPVFields(String[], PVField[]) - Method in class org.epics.pvdata.factory.BasePVStructure
 
appendPVFields(String[], PVField[]) - Method in interface org.epics.pvdata.pv.PVStructure
Append a PVField[].
assignNamedValues(NamedValues) - Method in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
Tells the NamedValuesFormatter which NamedValues system it should format.
attach(PVField) - Method in interface org.epics.pvdata.property.PVAlarm
Attempt to attach to the alarm field.
attach(PVField) - Method in class org.epics.pvdata.property.PVAlarmFactory
 
attach(PVField) - Method in interface org.epics.pvdata.property.PVControl
Attempt to attach to a control field.
attach(PVField) - Method in class org.epics.pvdata.property.PVControlFactory
 
attach(PVField) - Method in interface org.epics.pvdata.property.PVDisplay
Attempt to attach to a display field.
attach(PVField) - Method in class org.epics.pvdata.property.PVDisplayFactory
 
attach(PVField) - Method in interface org.epics.pvdata.property.PVEnumerated
Attempt to attach to the enumerated field.
attach(PVField) - Method in class org.epics.pvdata.property.PVEnumeratedFactory
 
attach(PVField) - Method in interface org.epics.pvdata.property.PVTimeStamp
Attempt to attach to a timeStamp field.
attach(PVField) - Method in class org.epics.pvdata.property.PVTimeStampFactory
 

B

BaseField - Class in org.epics.pvdata.factory
Base class for creating a Field.
BaseField(Type) - Constructor for class org.epics.pvdata.factory.BaseField
Constructor for BaseField.
BaseFieldBuilder - Class in org.epics.pvdata.factory
FieldBuilder implementation.
BaseFieldBuilder() - Constructor for class org.epics.pvdata.factory.BaseFieldBuilder
 
BasePVAuxInfo - Class in org.epics.pvdata.factory
Base Class for PVAuxInfo.
BasePVAuxInfo(PVField) - Constructor for class org.epics.pvdata.factory.BasePVAuxInfo
Constructor for BaseFieldAttribute.
BasePVBoolean - Class in org.epics.pvdata.factory
Base class for PVBoolean.
BasePVBoolean(Scalar) - Constructor for class org.epics.pvdata.factory.BasePVBoolean
 
BasePVBooleanArray - Class in org.epics.pvdata.factory
Base class for implementing PVBooleanArray.
BasePVBooleanArray(ScalarArray) - Constructor for class org.epics.pvdata.factory.BasePVBooleanArray
Constructor.
BasePVByte - Class in org.epics.pvdata.factory
Base class for PVByte.
BasePVByte(Scalar) - Constructor for class org.epics.pvdata.factory.BasePVByte
 
BasePVByteArray - Class in org.epics.pvdata.factory
Base class for implementing PVByteArray.
BasePVByteArray(ScalarArray) - Constructor for class org.epics.pvdata.factory.BasePVByteArray
Constructor.
BasePVDouble - Class in org.epics.pvdata.factory
Base class for PVDouble.
BasePVDouble(Scalar) - Constructor for class org.epics.pvdata.factory.BasePVDouble
 
BasePVDoubleArray - Class in org.epics.pvdata.factory
Base class for implementing PVDoubleArray.
BasePVDoubleArray(ScalarArray) - Constructor for class org.epics.pvdata.factory.BasePVDoubleArray
Constructor.
BasePVFloat - Class in org.epics.pvdata.factory
Base class for PVFloat.
BasePVFloat(Scalar) - Constructor for class org.epics.pvdata.factory.BasePVFloat
 
BasePVFloatArray - Class in org.epics.pvdata.factory
Base class for implementing PVFloatArray.
BasePVFloatArray(ScalarArray) - Constructor for class org.epics.pvdata.factory.BasePVFloatArray
Constructor.
BasePVInt - Class in org.epics.pvdata.factory
Base class for PVInt.
BasePVInt(Scalar) - Constructor for class org.epics.pvdata.factory.BasePVInt
 
BasePVIntArray - Class in org.epics.pvdata.factory
Base class for implementing PVIntArray.
BasePVIntArray(ScalarArray) - Constructor for class org.epics.pvdata.factory.BasePVIntArray
Constructor.
BasePVLong - Class in org.epics.pvdata.factory
Base class for PVLong.
BasePVLong(Scalar) - Constructor for class org.epics.pvdata.factory.BasePVLong
 
BasePVLongArray - Class in org.epics.pvdata.factory
Base class for implementing PVLongArray.
BasePVLongArray(ScalarArray) - Constructor for class org.epics.pvdata.factory.BasePVLongArray
Constructor.
BasePVShort - Class in org.epics.pvdata.factory
Base class for PVByte.
BasePVShort(Scalar) - Constructor for class org.epics.pvdata.factory.BasePVShort
 
BasePVShortArray - Class in org.epics.pvdata.factory
Base class for implementing PVShortArray.
BasePVShortArray(ScalarArray) - Constructor for class org.epics.pvdata.factory.BasePVShortArray
Constructor.
BasePVString - Class in org.epics.pvdata.factory
Base class for PVString.
BasePVString(Scalar) - Constructor for class org.epics.pvdata.factory.BasePVString
 
BasePVStringArray - Class in org.epics.pvdata.factory
Base class for implementing PVStringArray.
BasePVStringArray(ScalarArray) - Constructor for class org.epics.pvdata.factory.BasePVStringArray
Constructor.
BasePVStructure - Class in org.epics.pvdata.factory
Base class for a PVStructure.
BasePVStructure(Structure) - Constructor for class org.epics.pvdata.factory.BasePVStructure
Constructor.
BasePVStructure(Structure, PVField[]) - Constructor for class org.epics.pvdata.factory.BasePVStructure
Constructor.
BasePVStructureArray - Class in org.epics.pvdata.factory
Base class for implementing PVDoubleArray.
BasePVStructureArray(StructureArray) - Constructor for class org.epics.pvdata.factory.BasePVStructureArray
Constructor.
BasePVUByte - Class in org.epics.pvdata.factory
Base class for PVByte.
BasePVUByte(Scalar) - Constructor for class org.epics.pvdata.factory.BasePVUByte
 
BasePVUByteArray - Class in org.epics.pvdata.factory
Base class for implementing PVByteArray.
BasePVUByteArray(ScalarArray) - Constructor for class org.epics.pvdata.factory.BasePVUByteArray
Constructor.
BasePVUInt - Class in org.epics.pvdata.factory
Base class for PVInt.
BasePVUInt(Scalar) - Constructor for class org.epics.pvdata.factory.BasePVUInt
 
BasePVUIntArray - Class in org.epics.pvdata.factory
Base class for implementing PVIntArray.
BasePVUIntArray(ScalarArray) - Constructor for class org.epics.pvdata.factory.BasePVUIntArray
Constructor.
BasePVULong - Class in org.epics.pvdata.factory
Base class for PVLong.
BasePVULong(Scalar) - Constructor for class org.epics.pvdata.factory.BasePVULong
 
BasePVULongArray - Class in org.epics.pvdata.factory
Base class for implementing PVLongArray.
BasePVULongArray(ScalarArray) - Constructor for class org.epics.pvdata.factory.BasePVULongArray
Constructor.
BasePVUnion - Class in org.epics.pvdata.factory
Base class for a PVUnion.
BasePVUnion(Union) - Constructor for class org.epics.pvdata.factory.BasePVUnion
Constructor.
BasePVUnionArray - Class in org.epics.pvdata.factory
Base class for implementing PVDoubleArray.
BasePVUnionArray(UnionArray) - Constructor for class org.epics.pvdata.factory.BasePVUnionArray
Constructor.
BasePVUShort - Class in org.epics.pvdata.factory
Base class for PVByte.
BasePVUShort(Scalar) - Constructor for class org.epics.pvdata.factory.BasePVUShort
 
BasePVUShortArray - Class in org.epics.pvdata.factory
Base class for implementing PVShortArray.
BasePVUShortArray(ScalarArray) - Constructor for class org.epics.pvdata.factory.BasePVUShortArray
Constructor.
BaseScalar - Class in org.epics.pvdata.factory
Base class for implementing a Scalar.
BaseScalar(ScalarType) - Constructor for class org.epics.pvdata.factory.BaseScalar
Constructor for BaseScalar.
BaseScalarArray - Class in org.epics.pvdata.factory
Base class for implementing a ScalarArray.
BaseScalarArray(ScalarType) - Constructor for class org.epics.pvdata.factory.BaseScalarArray
Constructor for BaseArray.
BaseStructure - Class in org.epics.pvdata.factory
Base interface for a Structure.
BaseStructure(String[], Field[]) - Constructor for class org.epics.pvdata.factory.BaseStructure
Constructor for a structure field.
BaseStructure(String, String[], Field[]) - Constructor for class org.epics.pvdata.factory.BaseStructure
Constructor for a structure field.
BaseStructureArray - Class in org.epics.pvdata.factory
Base class for implementing a StructureArray.
BaseStructureArray(Structure) - Constructor for class org.epics.pvdata.factory.BaseStructureArray
Constructor for BaseStructureArray
BaseUnion - Class in org.epics.pvdata.factory
Base class for implementing an union.
BaseUnion() - Constructor for class org.epics.pvdata.factory.BaseUnion
Constructor for a variant union (aka any type).
BaseUnion(String[], Field[]) - Constructor for class org.epics.pvdata.factory.BaseUnion
Constructor for an union field.
BaseUnion(String, String[], Field[]) - Constructor for class org.epics.pvdata.factory.BaseUnion
Constructor for an union field.
BaseUnionArray - Class in org.epics.pvdata.factory
Base class for implementing a UnionArray.
BaseUnionArray(Union) - Constructor for class org.epics.pvdata.factory.BaseUnionArray
Constructor for BaseUnionArray
BitSet - Class in org.epics.pvdata.misc
This class implements a vector of bits that grows as needed.
BitSet() - Constructor for class org.epics.pvdata.misc.BitSet
Creates a new bit set.
BitSet(int) - Constructor for class org.epics.pvdata.misc.BitSet
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
BitSetSerializable - Interface in org.epics.pvdata.pv
Base interface for partital serializaion.
BitSetUtil - Interface in org.epics.pvdata.misc
Utility functions for a BitSet related to a PVStructure.
BitSetUtilFactory - Class in org.epics.pvdata.misc
Factory that implements BitSetUtil.
booleanAlarm() - Method in interface org.epics.pvdata.pv.StandardField
 
BooleanArrayData - Class in org.epics.pvdata.pv
Class required by get/put PVBooleanArray methods.
BooleanArrayData() - Constructor for class org.epics.pvdata.pv.BooleanArrayData
 
byteAlarm() - Method in interface org.epics.pvdata.pv.StandardField
 
ByteArrayData - Class in org.epics.pvdata.pv
Class required by get/put PVByteArray methods.
ByteArrayData() - Constructor for class org.epics.pvdata.pv.ByteArrayData
 

C

cachedDeserialize(ByteBuffer) - Method in interface org.epics.pvdata.pv.DeserializableControl
Deserialize Field instance via cache.
cachedSerialize(Field, ByteBuffer) - Method in interface org.epics.pvdata.pv.SerializableControl
Serialize Field instance via cache.
callback() - Method in interface org.epics.pvdata.misc.Timer.TimerCallback
This is called when the timer expires of when the request was canceled.
cancel() - Method in interface org.epics.pvdata.misc.Timer.TimerNode
Cancel the current request.
capacity - Variable in class org.epics.pvdata.factory.AbstractPVArray
For use by derived classes.
capacity() - Method in interface org.epics.pvdata.misc.Queue
Get the queue capacity.
capacity() - Method in interface org.epics.pvdata.monitor.MonitorQueue
Get the queue capacity.
capacityMutable - Variable in class org.epics.pvdata.factory.AbstractPVArray
For use by derived classes.
cardinality() - Method in class org.epics.pvdata.misc.BitSet
Returns the number of bits set to true in this BitSet.
causeMonitor() - Method in interface org.epics.pvdata.monitor.MonitorAlgorithm
Should the current value cause a monitor?
cells - Variable in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
 
centerText(String, String) - Static method in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
Returns the given "text" overlaid in the center of the space string.
changeField(Field) - Method in class org.epics.pvdata.factory.AbstractPVField
 
checkValid() - Method in class org.epics.pvdata.factory.BasePVStructure
 
checkValid() - Method in interface org.epics.pvdata.pv.PVStructure
Check if PVStructure and sub fields are valid.
choicesMutable() - Method in interface org.epics.pvdata.property.PVEnumerated
Are the choices mutable.
choicesMutable() - Method in class org.epics.pvdata.property.PVEnumeratedFactory
 
clear(int) - Method in class org.epics.pvdata.misc.BitSet
Sets the bit specified by the index to false.
clear(int, int) - Method in class org.epics.pvdata.misc.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clear() - Method in class org.epics.pvdata.misc.BitSet
Sets all of the bits in this BitSet to false.
clear() - Method in interface org.epics.pvdata.misc.LinkedListArray
Clear the array.
clear() - Method in interface org.epics.pvdata.misc.Queue
Set all elements free.
clear() - Method in interface org.epics.pvdata.monitor.MonitorQueue
Set all elements free.
clear() - Method in interface org.epics.pvdata.property.MultiChoice
Clear the bitMask.
clone() - Method in class org.epics.pvdata.misc.BitSet
Cloning this BitSet produces a new BitSet that is equal to it.
compress(BitSet, PVStructure) - Method in interface org.epics.pvdata.misc.BitSetUtil
Compress the bits in a BitSet related to a structure.
contains(T) - Method in interface org.epics.pvdata.misc.LinkedList
Is the object on the list?
Control - Class in org.epics.pvdata.property
A class for control limuts.
Control() - Constructor for class org.epics.pvdata.property.Control
Constructor.
control() - Method in interface org.epics.pvdata.pv.StandardField
 
convert - Static variable in class org.epics.pvdata.factory.AbstractPVField
Convenience for derived classes that perform conversions.
Convert - Interface in org.epics.pvdata.pv
Convert between numeric types,convert any field to a string, and convert from a string to a scalar field.
ConvertFactory - Class in org.epics.pvdata.factory
Factory to obtain the implementation of Convert
ConvertFactory() - Constructor for class org.epics.pvdata.factory.ConvertFactory
 
copy(PVField, PVField) - Method in interface org.epics.pvdata.pv.Convert
Copy from a PVField to another PVField.
copyScalar(PVScalar, PVScalar) - Method in interface org.epics.pvdata.pv.Convert
Copy from a scalar pv to another scalar pv.
copyScalarArray(PVScalarArray, int, PVScalarArray, int, int) - Method in interface org.epics.pvdata.pv.Convert
Convert from a source PV array to a destination PV array.
copyStructure(PVStructure, PVStructure) - Method in interface org.epics.pvdata.pv.Convert
Copy from a structure pv to another structure pv.
copyStructureArray(PVStructureArray, PVStructureArray) - Method in interface org.epics.pvdata.pv.Convert
Copy from a structure array to another structure array.
copyUnion(PVUnion, PVUnion) - Method in interface org.epics.pvdata.pv.Convert
Copy from a union pv to another union pv.
copyUnionArray(PVUnionArray, PVUnionArray) - Method in interface org.epics.pvdata.pv.Convert
Copy from a union array to another union array.
create(String, ThreadPriority) - Static method in class org.epics.pvdata.misc.ExecutorFactory
Create a new set of threads.
create() - Method in class org.epics.pvdata.misc.LinkedListCreate
Create a Linked List.
create(int) - Static method in class org.epics.pvdata.misc.MessageQueueFactory
Create a messageQueue.
create(QueueElement<T>[]) - Method in class org.epics.pvdata.misc.QueueCreate
 
create(String, int, RunnableReady) - Method in interface org.epics.pvdata.misc.ThreadCreate
Create a new thread.
create(TimeFunctionRequester) - Static method in class org.epics.pvdata.misc.TimeFunctionFactory
Create a TimeFunction.
create(String, ThreadPriority) - Static method in class org.epics.pvdata.misc.TimerFactory
Create and return a Timer.
create(MonitorElement[]) - Static method in class org.epics.pvdata.monitor.MonitorQueueFactory
Create a MonitorQueue.
create() - Static method in class org.epics.pvdata.property.PVAlarmFactory
Create a PVAlarm.
create() - Static method in class org.epics.pvdata.property.PVControlFactory
Create a PVControl.
create() - Static method in class org.epics.pvdata.property.PVDisplayFactory
Create a PVDisplay.
create() - Static method in class org.epics.pvdata.property.PVEnumeratedFactory
Create a PVControl.
create() - Static method in class org.epics.pvdata.property.PVTimeStampFactory
Create a PVTimeStamp.
create() - Static method in class org.epics.pvdata.property.TimeStampFactory
Create an instance of a timeStamp.
create(int) - Static method in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
Creates an NamedValuesFormatter that will print a NamedValues object in either columns or rows orientation, depending on the argument.
createArray() - Method in class org.epics.pvdata.misc.LinkedListCreate
Create a Linked List Array.
createFieldBuilder() - Method in interface org.epics.pvdata.pv.FieldCreate
Create a new instance of in-line Field builder.
createInfo(String, ScalarType) - Method in class org.epics.pvdata.factory.BasePVAuxInfo
 
createInfo(String, ScalarType) - Method in interface org.epics.pvdata.pv.PVAuxInfo
Add a new auxiliary item or retrieve the interface to an existing item.
createMonitorElement(PVStructure) - Static method in class org.epics.pvdata.monitor.MonitorQueueFactory
Create a MonitorElememnt.
createNode(Runnable) - Method in interface org.epics.pvdata.misc.Executor
Create a node that can be passed to execute.
createNode(T) - Method in class org.epics.pvdata.misc.LinkedListCreate
Create a Linked List Node.
createNode(Timer.TimerCallback) - Static method in class org.epics.pvdata.misc.TimerFactory
Create a node that can be passed to the schedule methods..
createPVField(Field) - Method in interface org.epics.pvdata.pv.PVDataCreate
Create a PVField using given Field introspection data.
createPVField(PVField) - Method in interface org.epics.pvdata.pv.PVDataCreate
Create a PVField using given a PVField to clone.
createPVScalar(Scalar) - Method in interface org.epics.pvdata.pv.PVDataCreate
Create an implementation of a scalar field reusing the Scalar introspection interface.
createPVScalar(ScalarType) - Method in interface org.epics.pvdata.pv.PVDataCreate
Create an implementation of a scalar field.
createPVScalar(PVScalar) - Method in interface org.epics.pvdata.pv.PVDataCreate
Create an implementation of a scalar field by cloning an existing PVScalar.
createPVScalar(PVScalarType<T, TA>) - Method in interface org.epics.pvdata.pv.PVDataCreate
 
createPVScalarArray(ScalarArray) - Method in interface org.epics.pvdata.pv.PVDataCreate
Create an implementation of an array field reusing the Array introspection interface.
createPVScalarArray(ScalarType) - Method in interface org.epics.pvdata.pv.PVDataCreate
Create an implementation for an array field.
createPVScalarArray(PVScalarArray) - Method in interface org.epics.pvdata.pv.PVDataCreate
Create an implementation of an array field by cloning an existing PVArray.
createPVScalarArray(PVScalarType<T, TA>) - Method in interface org.epics.pvdata.pv.PVDataCreate
 
createPVStructure(Structure) - Method in interface org.epics.pvdata.pv.PVDataCreate
Create implementation for PVStructure.
createPVStructure(String[], PVField[]) - Method in interface org.epics.pvdata.pv.PVDataCreate
Create implementation.
createPVStructure(PVStructure) - Method in interface org.epics.pvdata.pv.PVDataCreate
Create implementation for PVStructure.
createPVStructureArray(StructureArray) - Method in interface org.epics.pvdata.pv.PVDataCreate
Create an implementation of an array with structure elements.
createPVStructureArray(Structure) - Method in interface org.epics.pvdata.pv.PVDataCreate
 
createPVUnion(Union) - Method in interface org.epics.pvdata.pv.PVDataCreate
Create implementation for PVUnion.
createPVUnion(PVUnion) - Method in interface org.epics.pvdata.pv.PVDataCreate
Create implementation for PVUnion.
createPVUnionArray(UnionArray) - Method in interface org.epics.pvdata.pv.PVDataCreate
Create an implementation of an array with union elements.
createPVUnionArray(Union) - Method in interface org.epics.pvdata.pv.PVDataCreate
 
createPVVariantUnion() - Method in interface org.epics.pvdata.pv.PVDataCreate
Create variant union implementation.
createPVVariantUnionArray() - Method in interface org.epics.pvdata.pv.PVDataCreate
Create variant union array implementation.
createQueueElement(T) - Method in class org.epics.pvdata.misc.QueueCreate
 
createScalar(ScalarType) - Method in interface org.epics.pvdata.pv.FieldCreate
Create a ScalarField.
createScalarArray(ScalarType) - Method in interface org.epics.pvdata.pv.FieldCreate
Create an Array field.
createStatus(Status.StatusType, String, Throwable) - Method in interface org.epics.pvdata.pv.StatusCreate
Create status.
createStructure() - Method in class org.epics.pvdata.factory.BaseFieldBuilder
 
createStructure() - Method in interface org.epics.pvdata.pv.FieldBuilder
Create a Structure.
createStructure(String[], Field[]) - Method in interface org.epics.pvdata.pv.FieldCreate
Create a Structure field.
createStructure(String, String[], Field[]) - Method in interface org.epics.pvdata.pv.FieldCreate
Create a Structure field with an identification.
createStructure(Structure) - Method in interface org.epics.pvdata.pv.FieldCreate
Create a Structure field.
createStructureArray(Structure) - Method in interface org.epics.pvdata.pv.FieldCreate
Create an Array field that is has element type Structure
createUnion() - Method in class org.epics.pvdata.factory.BaseFieldBuilder
 
createUnion() - Method in interface org.epics.pvdata.pv.FieldBuilder
Create an Union.
createUnion(String[], Field[]) - Method in interface org.epics.pvdata.pv.FieldCreate
Create an Union field.
createUnion(String, String[], Field[]) - Method in interface org.epics.pvdata.pv.FieldCreate
Create an Union field with an identification.
createUnionArray(Union) - Method in interface org.epics.pvdata.pv.FieldCreate
Create an Array field that is has element type Union
createVariantUnion() - Method in interface org.epics.pvdata.pv.FieldCreate
Create a variant Union (aka any type) field.
createVariantUnionArray() - Method in interface org.epics.pvdata.pv.FieldCreate
Create a variant UnionArray (aka any type) field.

D

data - Variable in class org.epics.pvdata.pv.BooleanArrayData
The boolean[].
data - Variable in class org.epics.pvdata.pv.ByteArrayData
The byte[].
data - Variable in class org.epics.pvdata.pv.DoubleArrayData
The double[].
data - Variable in class org.epics.pvdata.pv.FloatArrayData
The float[].
data - Variable in class org.epics.pvdata.pv.IntArrayData
The int[].
data - Variable in class org.epics.pvdata.pv.LongArrayData
The PVLong[].
data - Variable in class org.epics.pvdata.pv.ShortArrayData
The PVShort[].
data - Variable in class org.epics.pvdata.pv.StringArrayData
The PVString[].
data - Variable in class org.epics.pvdata.pv.StructureArrayData
The PVStructure[].
data - Variable in class org.epics.pvdata.pv.UnionArrayData
The PVUnion[].
DEFAULT_ID - Static variable in interface org.epics.pvdata.pv.Structure
Default structure ID.
DEFAULT_ID - Static variable in interface org.epics.pvdata.pv.Union
Default union ID.
DeserializableControl - Interface in org.epics.pvdata.pv
Deserialization control interface.
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVBoolean
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVBooleanArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVByte
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVByteArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVDouble
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVDoubleArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVFloat
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVFloatArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVInt
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVIntArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVLong
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVLongArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVShort
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVShortArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVString
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVStringArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVStructure
 
deserialize(ByteBuffer, DeserializableControl, BitSet) - Method in class org.epics.pvdata.factory.BasePVStructure
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVStructureArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVUByte
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVUByteArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVUInt
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVUIntArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVULong
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVULongArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVUnion
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVUnionArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVUShort
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BasePVUShortArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BaseScalar
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BaseScalarArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BaseStructure
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BaseStructureArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BaseUnion
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.factory.BaseUnionArray
 
deserialize(ByteBuffer, DeserializableControl) - Method in class org.epics.pvdata.misc.BitSet
 
deserialize(ByteBuffer, DeserializableControl, BitSet) - Method in interface org.epics.pvdata.pv.BitSetSerializable
Deserialize buffer.
deserialize(ByteBuffer, DeserializableControl) - Method in interface org.epics.pvdata.pv.FieldCreate
Deserialize Field instance from given byte buffer.
deserialize(ByteBuffer, DeserializableControl) - Method in interface org.epics.pvdata.pv.Serializable
Deserialize buffer.
deserializeStatus(ByteBuffer, DeserializableControl) - Method in interface org.epics.pvdata.pv.StatusCreate
Deserialize status.
deserializeString(ByteBuffer, DeserializableControl) - Static method in class org.epics.pvdata.misc.SerializeHelper
String deserializaton helper method.
deserializeString(ByteBuffer) - Static method in class org.epics.pvdata.misc.SerializeHelper
String deserializaton helper method.
destroy() - Method in interface org.epics.pvdata.misc.Destroyable
Destroy instance.
Destroyable - Interface in org.epics.pvdata.misc
Interface declaring destroy() method.
detach() - Method in interface org.epics.pvdata.property.PVAlarm
Remove attachment to alarm field.
detach() - Method in class org.epics.pvdata.property.PVAlarmFactory
 
detach() - Method in interface org.epics.pvdata.property.PVControl
Remove attachment to control field.
detach() - Method in class org.epics.pvdata.property.PVControlFactory
 
detach() - Method in interface org.epics.pvdata.property.PVDisplay
Remove attachment to display field.
detach() - Method in class org.epics.pvdata.property.PVDisplayFactory
 
detach() - Method in interface org.epics.pvdata.property.PVEnumerated
Remove attachment to an enumerated field.
detach() - Method in class org.epics.pvdata.property.PVEnumeratedFactory
 
detach() - Method in interface org.epics.pvdata.property.PVTimeStamp
Remove attachment to timeStamp field.
detach() - Method in class org.epics.pvdata.property.PVTimeStampFactory
 
diff(TimeStamp, TimeStamp) - Method in interface org.epics.pvdata.property.TimeStamp
Get the difference, i.e.
diff(TimeStamp, TimeStamp) - Method in class org.epics.pvdata.property.TimeStampFactory
 
Display - Class in org.epics.pvdata.property
 
display() - Method in interface org.epics.pvdata.pv.StandardField
 
display(PrintStream) - Method in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
Prints the formatted NamedValues as a table or list of rows, according to the style used to create the formatter.
doubleAlarm() - Method in interface org.epics.pvdata.pv.StandardField
 
DoubleArrayData - Class in org.epics.pvdata.pv
Class required by get/put PVDoubleArray methods.
DoubleArrayData() - Constructor for class org.epics.pvdata.pv.DoubleArrayData
 

E

endNested() - Method in class org.epics.pvdata.factory.BaseFieldBuilder
 
endNested() - Method in interface org.epics.pvdata.pv.FieldBuilder
Complete the creation of a nested object.
ensureBuffer(int) - Method in interface org.epics.pvdata.pv.SerializableControl
Helper method.
ensureData(int) - Method in interface org.epics.pvdata.pv.DeserializableControl
Helper method.
enumerated() - Method in interface org.epics.pvdata.pv.StandardField
Create an enumerated structure.
enumerated(String) - Method in interface org.epics.pvdata.pv.StandardField
Create a structure that has an enumerated structure with name value an additional properties.
enumerated(String[]) - Method in interface org.epics.pvdata.pv.StandardPVField
Create a PVStructure with an enumerated value field
enumerated(String[], String) - Method in interface org.epics.pvdata.pv.StandardPVField
Create a PVStructure with an enumerated value field
enumeratedAlarm() - Method in interface org.epics.pvdata.pv.StandardField
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVBoolean
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVBooleanArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVByte
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVByteArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVDouble
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVDoubleArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVFloat
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVFloatArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVInt
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVIntArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVLong
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVLongArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVShort
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVShortArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVString
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVStringArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVStructure
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVStructureArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVUByte
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVUByteArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVUInt
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVUIntArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVULong
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVULongArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVUnion
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVUnionArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVUShort
 
equals(Object) - Method in class org.epics.pvdata.factory.BasePVUShortArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BaseScalar
 
equals(Object) - Method in class org.epics.pvdata.factory.BaseScalarArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BaseStructure
 
equals(Object) - Method in class org.epics.pvdata.factory.BaseStructureArray
 
equals(Object) - Method in class org.epics.pvdata.factory.BaseUnion
 
equals(Object) - Method in class org.epics.pvdata.factory.BaseUnionArray
 
equals(Object) - Method in class org.epics.pvdata.misc.BitSet
Compares this object against the specified object.
equals(TimeStamp) - Method in interface org.epics.pvdata.property.TimeStamp
Does this timeStamp have the same time as the other.
equals(TimeStamp) - Method in class org.epics.pvdata.property.TimeStampFactory
 
execute(ExecutorNode) - Method in interface org.epics.pvdata.misc.Executor
Execute a command via a thread.
Executor - Interface in org.epics.pvdata.misc
Schedule a command to be executed via a thread.
ExecutorFactory - Class in org.epics.pvdata.misc
Create an IOCExecutor.
ExecutorFactory() - Constructor for class org.epics.pvdata.misc.ExecutorFactory
 
ExecutorNode - Interface in org.epics.pvdata.misc
This is created by Executor.createNode and passed to Executor.execute();

F

Field - Interface in org.epics.pvdata.pv
Interface for field reflection.
FieldBuilder - Interface in org.epics.pvdata.pv
Interface for in-line creating of introspection interfaces.
FieldCreate - Interface in org.epics.pvdata.pv
Interface for creating introspection interfaces.
FieldFactory - Class in org.epics.pvdata.factory
FieldFactory creates Field instances.
findProperty(PVField, String) - Method in interface org.epics.pvdata.property.PVProperty
 
findPropertyViaParent(PVField, String) - Method in interface org.epics.pvdata.property.PVProperty
Find a property by searching up the parent tree.
flattenPVStructure(PVStructure) - Method in interface org.epics.pvdata.pv.PVDataCreate
Get a PVField[] that has all field of pvStructure in offset order.
flip(int) - Method in class org.epics.pvdata.misc.BitSet
Sets the bit at the specified index to the complement of its current value.
flip(int, int) - Method in class org.epics.pvdata.misc.BitSet
Sets each bit from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the complement of its current value.
floatAlarm() - Method in interface org.epics.pvdata.pv.StandardField
 
FloatArrayData - Class in org.epics.pvdata.pv
Class required by get/put PVFloatArray methods.
FloatArrayData() - Constructor for class org.epics.pvdata.pv.FloatArrayData
 
flushSerializeBuffer() - Method in interface org.epics.pvdata.pv.SerializableControl
Request to flush serialization buffer.
fromByte(PVScalar, byte) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV from a byte
fromByteArray(PVScalarArray, int, int, byte[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array from a byte array.
fromDouble(PVScalar, double) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV from a double
fromDoubleArray(PVScalarArray, int, int, double[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array from a double array.
fromFloat(PVScalar, float) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV from a float
fromFloatArray(PVScalarArray, int, int, float[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array from a float array.
fromInt(PVScalar, int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV from an int
fromIntArray(PVScalarArray, int, int, int[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array from an int array.
fromLong(PVScalar, long) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV from a long
fromLongArray(PVScalarArray, int, int, long[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array from a long array interpreted as unsigned.
fromShort(PVScalar, short) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV from a short
fromShortArray(PVScalarArray, int, int, short[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array from a short array.
fromString(PVScalar, String) - Method in interface org.epics.pvdata.pv.Convert
Convert from a String to a PVScalar
fromString(PVScalarArray, String) - Method in interface org.epics.pvdata.pv.Convert
Convert from a String to a PVScalarArray.
fromStringArray(PVScalarArray, int, int, String[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PVScalarArray from a String array.
fromUByte(PVScalar, byte) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV from a byte interpreted as unsigned
fromUByteArray(PVScalarArray, int, int, byte[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array from a byte array interpreted as unsigned.
fromUInt(PVScalar, int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV from an int interpreted as unsigned
fromUIntArray(PVScalarArray, int, int, int[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array from an int array interpreted as unsigned.
fromULong(PVScalar, long) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV from a long interpreted as unsigned
fromULongArray(PVScalarArray, int, int, long[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array from a long array.
fromUShort(PVScalar, short) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV from a short interpreted as unsigned
fromUShortArray(PVScalarArray, int, int, short[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array from a short array interpreted as unsigned.
function() - Method in interface org.epics.pvdata.misc.TimeFunctionRequester
 

G

get() - Static method in class org.epics.pvdata.accessSecurity.AccessSecurityLevelFactory
 
get() - Method in class org.epics.pvdata.factory.BasePVBoolean
 
get(int, int, BooleanArrayData) - Method in class org.epics.pvdata.factory.BasePVBooleanArray
 
get() - Method in class org.epics.pvdata.factory.BasePVByte
 
get(int, int, ByteArrayData) - Method in class org.epics.pvdata.factory.BasePVByteArray
 
get() - Method in class org.epics.pvdata.factory.BasePVDouble
 
get(int, int, DoubleArrayData) - Method in class org.epics.pvdata.factory.BasePVDoubleArray
 
get() - Method in class org.epics.pvdata.factory.BasePVFloat
 
get(int, int, FloatArrayData) - Method in class org.epics.pvdata.factory.BasePVFloatArray
 
get() - Method in class org.epics.pvdata.factory.BasePVInt
 
get(int, int, IntArrayData) - Method in class org.epics.pvdata.factory.BasePVIntArray
 
get() - Method in class org.epics.pvdata.factory.BasePVLong
 
get(int, int, LongArrayData) - Method in class org.epics.pvdata.factory.BasePVLongArray
 
get() - Method in class org.epics.pvdata.factory.BasePVShort
 
get(int, int, ShortArrayData) - Method in class org.epics.pvdata.factory.BasePVShortArray
 
get() - Method in class org.epics.pvdata.factory.BasePVString
 
get(int, int, StringArrayData) - Method in class org.epics.pvdata.factory.BasePVStringArray
 
get(int, int, StructureArrayData) - Method in class org.epics.pvdata.factory.BasePVStructureArray
 
get() - Method in class org.epics.pvdata.factory.BasePVUByte
 
get(int, int, ByteArrayData) - Method in class org.epics.pvdata.factory.BasePVUByteArray
 
get() - Method in class org.epics.pvdata.factory.BasePVUInt
 
get(int, int, IntArrayData) - Method in class org.epics.pvdata.factory.BasePVUIntArray
 
get() - Method in class org.epics.pvdata.factory.BasePVULong
 
get(int, int, LongArrayData) - Method in class org.epics.pvdata.factory.BasePVULongArray
 
get() - Method in class org.epics.pvdata.factory.BasePVUnion
 
get(Class<T>) - Method in class org.epics.pvdata.factory.BasePVUnion
 
get(int, int, UnionArrayData) - Method in class org.epics.pvdata.factory.BasePVUnionArray
 
get() - Method in class org.epics.pvdata.factory.BasePVUShort
 
get(int, int, ShortArrayData) - Method in class org.epics.pvdata.factory.BasePVUShortArray
 
get(int) - Method in class org.epics.pvdata.misc.BitSet
Returns the value of the bit with the specified index.
get(int, int) - Method in class org.epics.pvdata.misc.BitSet
Returns a new BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (exclusive).
get() - Method in interface org.epics.pvdata.misc.MessageQueue
Get the next message.
get(Alarm) - Method in interface org.epics.pvdata.property.PVAlarm
Get the alarm.
get(Alarm) - Method in class org.epics.pvdata.property.PVAlarmFactory
 
get(Control) - Method in interface org.epics.pvdata.property.PVControl
Get the Control.
get(Control) - Method in class org.epics.pvdata.property.PVControlFactory
 
get(Display) - Method in interface org.epics.pvdata.property.PVDisplay
Get the Display.
get(Display) - Method in class org.epics.pvdata.property.PVDisplayFactory
 
get(TimeStamp) - Method in interface org.epics.pvdata.property.PVTimeStamp
Get the TimeStamp.
get(TimeStamp) - Method in class org.epics.pvdata.property.PVTimeStampFactory
 
get() - Method in interface org.epics.pvdata.pv.PVBoolean
Get the booolean value stored in the field.
get(int, int, BooleanArrayData) - Method in interface org.epics.pvdata.pv.PVBooleanArray
Get values from a PVBooleanArray and put them into boolean[]to.
get() - Method in interface org.epics.pvdata.pv.PVByte
Get the byte value stored in the field.
get(int, int, ByteArrayData) - Method in interface org.epics.pvdata.pv.PVByteArray
Get values from a PVByteArray and put them into byte[]from.
get() - Method in interface org.epics.pvdata.pv.PVDouble
Get the double value stored in the field.
get(int, int, DoubleArrayData) - Method in interface org.epics.pvdata.pv.PVDoubleArray
Get values from a PVDoubleArray and put them into double[]to
get() - Method in interface org.epics.pvdata.pv.PVFloat
Get the float value stored in the field.
get(int, int, FloatArrayData) - Method in interface org.epics.pvdata.pv.PVFloatArray
Get values from a PVFloatArray and put them into float[]to.
get() - Method in interface org.epics.pvdata.pv.PVInt
Get the int value stored in the field.
get(int, int, IntArrayData) - Method in interface org.epics.pvdata.pv.PVIntArray
Get values from a PVIntArray and put them into int[]to.
get() - Method in interface org.epics.pvdata.pv.PVLong
Get the long value stored in the field.
get(int, int, LongArrayData) - Method in interface org.epics.pvdata.pv.PVLongArray
Get values from a PVLongArray and put them into long[]to.
get() - Method in interface org.epics.pvdata.pv.PVShort
Get the short value stored in the field.
get(int, int, ShortArrayData) - Method in interface org.epics.pvdata.pv.PVShortArray
Get values from a PVShortArray and put them into short[]to.
get() - Method in interface org.epics.pvdata.pv.PVString
Get the String value stored in the field.
get(int, int, StringArrayData) - Method in interface org.epics.pvdata.pv.PVStringArray
Get values from a PVStringArray and put them into String[]to.
get(int, int, StructureArrayData) - Method in interface org.epics.pvdata.pv.PVStructureArray
Get values from a PVDoubleArray and put them into double[]to
get() - Method in interface org.epics.pvdata.pv.PVUByte
Get the ubyte value stored in the field.
get(int, int, ByteArrayData) - Method in interface org.epics.pvdata.pv.PVUByteArray
Get values from a PVByteArray and put them into byte[]from.
get() - Method in interface org.epics.pvdata.pv.PVUInt
Get the int value stored in the field.
get(int, int, IntArrayData) - Method in interface org.epics.pvdata.pv.PVUIntArray
Get values from a PVIntArray and put them into int[]to.
get() - Method in interface org.epics.pvdata.pv.PVULong
Get the long value stored in the field.
get(int, int, LongArrayData) - Method in interface org.epics.pvdata.pv.PVULongArray
Get values from a PVLongArray and put them into long[]to.
get() - Method in interface org.epics.pvdata.pv.PVUnion
Get the PVField value stored in the field.
get(Class<T>) - Method in interface org.epics.pvdata.pv.PVUnion
Get the PVField value stored in the field.
get(int, int, UnionArrayData) - Method in interface org.epics.pvdata.pv.PVUnionArray
Get values from a PVUnionArray and put them into PVUnion[]to
get() - Method in interface org.epics.pvdata.pv.PVUShort
Get the short value stored in the field.
get(int, int, ShortArrayData) - Method in interface org.epics.pvdata.pv.PVUShortArray
Get values from a PVShortArray and put them into short[]to.
getAlgorithmName() - Method in interface org.epics.pvdata.monitor.MonitorAlgorithm
Get the name of the algorithm.
getAndSet(int) - Method in class org.epics.pvdata.misc.BitSet
Gets and sets the bit at the specified index to true.
getBitArray() - Method in class org.epics.pvdata.misc.BitSet
Get long[] that represents this BitSet.
getBitMask() - Method in interface org.epics.pvdata.property.MultiChoice
Get the current byte array for the bitMask.
getBooleanField(String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getBooleanField(String) - Method in interface org.epics.pvdata.pv.PVStructure
Find a boolean subfield with the specified fieldName.
getBooleanVector(PVBooleanArray) - Static method in class org.epics.pvdata.util.pvDataHelper.GetHelper
 
getByteField(String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getByteField(String) - Method in interface org.epics.pvdata.pv.PVStructure
Find a byte subfield with the specified fieldName.
getByteVector(PVByteArray) - Static method in class org.epics.pvdata.util.pvDataHelper.GetHelper
 
getCapacity() - Method in class org.epics.pvdata.factory.AbstractPVArray
 
getCapacity() - Method in interface org.epics.pvdata.pv.PVArray
Get the current capacity of the array, i.e.
getCell(int, int) - Method in class org.epics.pvdata.util.namedValues.NamedValuesColumnFormatter
 
getCell(int, int) - Method in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
Thinking of the namedValues system as a matrix of strings, return a given cell's string data
getCell(int, int) - Method in class org.epics.pvdata.util.namedValues.NamedValuesRowFormatter
 
getChangedBitSet() - Method in interface org.epics.pvdata.monitor.MonitorElement
Get the bitSet showing which fields have changed.
getChoice() - Method in interface org.epics.pvdata.property.PVEnumerated
Get the choice corresponding to the current index.
getChoice() - Method in class org.epics.pvdata.property.PVEnumeratedFactory
 
getChoices() - Method in interface org.epics.pvdata.property.MultiChoice.Choices
The current selected set of choices.
getChoices() - Method in interface org.epics.pvdata.property.MultiChoice
Get the current complete set of choices.
getChoices() - Method in interface org.epics.pvdata.property.PVEnumerated
Get the current choices.
getChoices() - Method in class org.epics.pvdata.property.PVEnumeratedFactory
 
getClearOverrun() - Method in interface org.epics.pvdata.misc.MessageQueue
Get the number of calls to replaceFirst and/or replaceLast since the last call.
getColumnWidth(int) - Method in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
Finds the widest cell of the given column and returns its width.
getCompressBitSet() - Static method in class org.epics.pvdata.misc.BitSetUtilFactory
Get the interface for BitSetUtil.
getConvert() - Static method in class org.epics.pvdata.factory.ConvertFactory
Implements Convert.
getCurrentTime() - Method in interface org.epics.pvdata.property.TimeStamp
Get the current time.
getCurrentTime() - Method in class org.epics.pvdata.property.TimeStampFactory
 
getDoubleField(String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getDoubleField(String) - Method in interface org.epics.pvdata.pv.PVStructure
Find a double subfield with the specified fieldName.
getDoubleVector(PVDoubleArray) - Static method in class org.epics.pvdata.util.pvDataHelper.GetHelper
 
getElementType() - Method in class org.epics.pvdata.factory.BaseScalarArray
 
getElementType() - Method in interface org.epics.pvdata.pv.ScalarArray
Get the element type for the array.
getEpicsSecondsPastEpoch() - Method in interface org.epics.pvdata.property.TimeStamp
Get the number of seconds since the January 1, 1990, 00:00:00 UTC
getEpicsSecondsPastEpoch() - Method in class org.epics.pvdata.property.TimeStampFactory
 
getExtendsStructureName() - Method in class org.epics.pvdata.factory.BasePVStructure
 
getExtendsStructureName() - Method in interface org.epics.pvdata.pv.PVStructure
Get the name of structure that this structure extends.
getField() - Method in class org.epics.pvdata.factory.AbstractPVField
 
getField(String) - Method in class org.epics.pvdata.factory.BaseStructure
 
getField(int) - Method in class org.epics.pvdata.factory.BaseStructure
 
getField(String) - Method in class org.epics.pvdata.factory.BaseUnion
 
getField(int) - Method in class org.epics.pvdata.factory.BaseUnion
 
getField() - Method in interface org.epics.pvdata.pv.PVField
Get the Field that describes the field.
getField(String) - Method in interface org.epics.pvdata.pv.Structure
Get the Field for the specified fieldName
getField(int) - Method in interface org.epics.pvdata.pv.Structure
Get a sub fields by index.
getField(String) - Method in interface org.epics.pvdata.pv.Union
Get the Field for the specified fieldName
getField(int) - Method in interface org.epics.pvdata.pv.Union
Get a sub fields by index.
getFieldCreate() - Static method in class org.epics.pvdata.factory.FieldFactory
Get the FieldCreate interface.
getFieldIndex(String) - Method in class org.epics.pvdata.factory.BaseStructure
 
getFieldIndex(String) - Method in class org.epics.pvdata.factory.BaseUnion
 
getFieldIndex(String) - Method in interface org.epics.pvdata.pv.Structure
Get the index of the specified field.
getFieldIndex(String) - Method in interface org.epics.pvdata.pv.Union
Get the index of the specified field.
getFieldName() - Method in class org.epics.pvdata.factory.AbstractPVField
 
getFieldName(int) - Method in class org.epics.pvdata.factory.BaseStructure
 
getFieldName(int) - Method in class org.epics.pvdata.factory.BaseUnion
 
getFieldName() - Method in interface org.epics.pvdata.pv.PVField
Get the fieldName for this field.
getFieldName(int) - Method in interface org.epics.pvdata.pv.Structure
Get the name of the subfield by index.
getFieldName(int) - Method in interface org.epics.pvdata.pv.Union
Get the name of the subfield by index.
getFieldNames() - Method in class org.epics.pvdata.factory.BaseStructure
 
getFieldNames() - Method in class org.epics.pvdata.factory.BaseUnion
 
getFieldNames() - Method in interface org.epics.pvdata.pv.Structure
Get the array of the subfield names.
getFieldNames() - Method in interface org.epics.pvdata.pv.Union
Get the array of the subfield names.
getFieldOffset() - Method in class org.epics.pvdata.factory.AbstractPVField
 
getFieldOffset() - Method in interface org.epics.pvdata.pv.PVField
Get offset of the PVField field within top level structure.
getFields() - Method in class org.epics.pvdata.factory.BaseStructure
 
getFields() - Method in class org.epics.pvdata.factory.BaseUnion
 
getFields() - Method in interface org.epics.pvdata.pv.Structure
Get all the subfields of the structure.
getFields() - Method in interface org.epics.pvdata.pv.Union
Get a list of union fields (members).
getFloatField(String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getFloatField(String) - Method in interface org.epics.pvdata.pv.PVStructure
Find a float subfield with the specified fieldName.
getFormattedCell(int, int, String) - Method in class org.epics.pvdata.util.namedValues.NamedValuesColumnFormatter
 
getFormattedCell(int, int, String) - Method in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
Thinking of the namedValues system as a matrix of strings, return a given cell's string data formatted in a string according to whether the system as a whole would be printed in column or row formatting.
getFormattedCell(int, int, String) - Method in class org.epics.pvdata.util.namedValues.NamedValuesRowFormatter
 
getFree() - Method in interface org.epics.pvdata.misc.Queue
Get the next free element.
getFree() - Method in interface org.epics.pvdata.monitor.MonitorQueue
Get the next free element.
getFullFieldName(StringBuilder, PVField) - Method in interface org.epics.pvdata.pv.Convert
Get the full fieldName for the pvField.
getHead() - Method in interface org.epics.pvdata.misc.LinkedList
Get the node at the head of the list.
GetHelper - Class in org.epics.pvdata.util.pvDataHelper
GetHelper is a utility class with methods to help copy the contents of PVData types out to more general types.
GetHelper() - Constructor for class org.epics.pvdata.util.pvDataHelper.GetHelper
 
getHigh() - Method in class org.epics.pvdata.property.Control
Get control high.
getID() - Method in class org.epics.pvdata.factory.BaseScalar
 
getID() - Method in class org.epics.pvdata.factory.BaseScalarArray
 
getID() - Method in class org.epics.pvdata.factory.BaseStructure
 
getID() - Method in class org.epics.pvdata.factory.BaseStructureArray
 
getID() - Method in class org.epics.pvdata.factory.BaseUnion
 
getID() - Method in class org.epics.pvdata.factory.BaseUnionArray
 
getID() - Method in interface org.epics.pvdata.pv.Field
Get the identification string.
getIndex() - Method in interface org.epics.pvdata.property.PVEnumerated
Get the current index.
getIndex() - Method in class org.epics.pvdata.property.PVEnumeratedFactory
 
getInfo(String) - Method in class org.epics.pvdata.factory.BasePVAuxInfo
 
getInfo(String) - Method in interface org.epics.pvdata.pv.PVAuxInfo
Get a single auxiliary item..
getInfos() - Method in class org.epics.pvdata.factory.BasePVAuxInfo
 
getInfos() - Method in interface org.epics.pvdata.pv.PVAuxInfo
Get a map of the current auxiliary items.
getIntField(String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getIntField(String) - Method in interface org.epics.pvdata.pv.PVStructure
Find an int subfield with the specified fieldName.
getJavaPriority() - Method in enum org.epics.pvdata.misc.ThreadPriority
Get the Java priority for this ScanPriority.
getJavaPriority(ThreadPriority) - Static method in enum org.epics.pvdata.misc.ThreadPriority
Get the javaPriority for a given scanPriority.
getLabels() - Method in class org.epics.pvdata.util.namedValues.NamedValues
Gets all the names in the named/values system at once, as an array of Strings.
getLength() - Method in class org.epics.pvdata.factory.AbstractPVArray
 
getLength() - Method in interface org.epics.pvdata.misc.LinkedList
 
getLength() - Method in interface org.epics.pvdata.misc.LinkedListArray
The number of non-null elements in the array returned by getNodes.
getLength() - Method in interface org.epics.pvdata.pv.PVArray
Get the current length of the array.
getLevel(String) - Method in interface org.epics.pvdata.accessSecurity.AccessSecurityLevel
Get the access security level with the specified name.
getLongField(String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getLongField(String) - Method in interface org.epics.pvdata.pv.PVStructure
Find a long subfield with the specified fieldName.
getLongVector(PVLongArray) - Static method in class org.epics.pvdata.util.pvDataHelper.GetHelper
 
getLow() - Method in class org.epics.pvdata.property.Control
Get control low.
getMessage() - Method in class org.epics.pvdata.property.Alarm
Get the alarm message.
getMessage() - Method in interface org.epics.pvdata.pv.Status
Get error message describing an error.
getMilliSeconds() - Method in interface org.epics.pvdata.property.TimeStamp
Get the number of milliSeconds since the January 1, 1970, 00:00:00 UTC
getMilliSeconds() - Method in class org.epics.pvdata.property.TimeStampFactory
 
getMultiChoice(PVField) - Static method in class org.epics.pvdata.property.MultiChoiceFactory
 
getName(int) - Method in interface org.epics.pvdata.accessSecurity.AccessSecurityLevel
Get the name associated with an access security level.
getNames() - Method in interface org.epics.pvdata.accessSecurity.AccessSecurityLevel
Get an array of names for each access security level.
getNanoSeconds() - Method in interface org.epics.pvdata.property.TimeStamp
Get the number of nanoseconds within the second.
getNanoSeconds() - Method in class org.epics.pvdata.property.TimeStampFactory
 
getNext(LinkedListNode<T>) - Method in interface org.epics.pvdata.misc.LinkedList
Get the node after listNode.
getNextFieldOffset() - Method in class org.epics.pvdata.factory.AbstractPVField
 
getNextFieldOffset() - Method in interface org.epics.pvdata.pv.PVField
Get the next offset.
getNodes() - Method in interface org.epics.pvdata.misc.LinkedListArray
The LinkedListNode array as set by the last call to setNodes.
getNumberChoices() - Method in interface org.epics.pvdata.property.MultiChoice.Choices
Get the number of choices currently selected.
getNumberFields() - Method in class org.epics.pvdata.factory.AbstractPVField
 
getNumberFields() - Method in interface org.epics.pvdata.pv.PVField
Get the total number of fields in this field.
getNumberFree() - Method in interface org.epics.pvdata.misc.Queue
Get the number of free queue elements.
getNumberFree() - Method in interface org.epics.pvdata.monitor.MonitorQueue
Get the number of free queue elements.
getObject() - Method in interface org.epics.pvdata.misc.LinkedListNode
Get the object passed to LinkedListCreate.createNode();
getObject() - Method in interface org.epics.pvdata.misc.QueueElement
Get the object passed to QueueCreate.createElement();
getOverrunBitSet() - Method in interface org.epics.pvdata.monitor.MonitorElement
Get the bitSet showing which fields have been changed more than once.
getParent() - Method in class org.epics.pvdata.factory.AbstractPVField
 
getParent() - Method in interface org.epics.pvdata.pv.PVField
Get the parent of this field.
getPrev(LinkedListNode<T>) - Method in interface org.epics.pvdata.misc.LinkedList
Get the node before listNode.
getPropertyNames(PVField) - Method in interface org.epics.pvdata.property.PVProperty
Get the names of all the properties for this PVField.
getPVAuxInfo() - Method in class org.epics.pvdata.factory.AbstractPVField
 
getPVAuxInfo() - Method in interface org.epics.pvdata.pv.PVField
Get the PVAuxInfo interface for the PVField.
getPVDataCreate() - Static method in class org.epics.pvdata.factory.PVDataFactory
Get the interface for PVDataCreate.
getPVField() - Method in class org.epics.pvdata.factory.BasePVAuxInfo
 
getPVField() - Method in interface org.epics.pvdata.pv.PVAuxInfo
Get the PVField with which this PVAuxInfo is associated
getPVFieldArrayClass() - Method in class org.epics.pvdata.pv.PVScalarType
 
getPVFieldClass() - Method in class org.epics.pvdata.pv.PVScalarType
 
getPVFields() - Method in class org.epics.pvdata.factory.BasePVStructure
 
getPVFields() - Method in interface org.epics.pvdata.pv.PVStructure
Get the PVField array for the nodes of the structure.
getPVProperty() - Static method in class org.epics.pvdata.property.PVPropertyFactory
Get the interface for PVProperty.
getPVStructure() - Method in interface org.epics.pvdata.monitor.MonitorElement
Get the PVStructure.
getRequesterName() - Method in class org.epics.pvdata.factory.AbstractPVField
 
getRequesterName() - Method in interface org.epics.pvdata.pv.Requester
Get the name of the requester.
getScalar() - Method in class org.epics.pvdata.factory.AbstractPVScalar
 
getScalar() - Method in interface org.epics.pvdata.pv.PVScalar
Get the Scalar reflection interface.
getScalarArray() - Method in class org.epics.pvdata.factory.AbstractPVScalarArray
 
getScalarArray() - Method in interface org.epics.pvdata.pv.PVScalarArray
Get the Array introspection interface.
getScalarArrayField(String, ScalarType) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getScalarArrayField(String, ScalarType) - Method in interface org.epics.pvdata.pv.PVStructure
Find an array subfield with the specified fieldName and elementType.
getScalarType() - Method in class org.epics.pvdata.factory.BaseScalar
 
getScalarType() - Method in class org.epics.pvdata.pv.PVScalarType
 
getScalarType() - Method in interface org.epics.pvdata.pv.Scalar
Get the ScalarType.
getScalarType(String) - Static method in enum org.epics.pvdata.pv.ScalarType
Get the ScalarType for a string defining the type.
getSecondsPastEpoch() - Method in interface org.epics.pvdata.property.TimeStamp
Get the number of seconds since the January 1, 1970, 00:00:00 UTC
getSecondsPastEpoch() - Method in class org.epics.pvdata.property.TimeStampFactory
 
getSelectedChoices() - Method in interface org.epics.pvdata.property.MultiChoice
Get the currently selected set of bits.
getSelectedFieldName() - Method in class org.epics.pvdata.factory.BasePVUnion
 
getSelectedFieldName() - Method in interface org.epics.pvdata.pv.PVUnion
Get selected field name.
getSelectedIndex() - Method in class org.epics.pvdata.factory.BasePVUnion
 
getSelectedIndex() - Method in interface org.epics.pvdata.pv.PVUnion
Get selected field index.
getSeverity() - Method in class org.epics.pvdata.property.Alarm
Get the alarm severity.
getSeverity(int) - Static method in enum org.epics.pvdata.property.AlarmSeverity
get the alarm severity.
getSeverityNames() - Static method in enum org.epics.pvdata.property.AlarmSeverity
 
getShortField(String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getShortField(String) - Method in interface org.epics.pvdata.pv.PVStructure
Find a short subfield with the specified fieldName.
getStackDump() - Method in interface org.epics.pvdata.pv.Status
Get stack dump where error (exception) happened.
getStandardField() - Static method in class org.epics.pvdata.factory.StandardFieldFactory
 
getStandardPVField() - Static method in class org.epics.pvdata.factory.StandardPVFieldFactory
 
getStatus() - Method in class org.epics.pvdata.property.Alarm
Get the alarm status.
getStatus(int) - Static method in enum org.epics.pvdata.property.AlarmStatus
get the alarm status.
getStatusCreate() - Static method in class org.epics.pvdata.factory.StatusFactory
Get the StatusCreate interface.
getStatusNames() - Static method in enum org.epics.pvdata.property.AlarmStatus
 
getStatusOK() - Method in interface org.epics.pvdata.pv.StatusCreate
Get OK status.
getString(StringBuilder, PVField, int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PVField to a string.
getString(StringBuilder, PVField) - Method in interface org.epics.pvdata.pv.Convert
Convert a PVField to a string.
getStringField(String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getStringField(String) - Method in interface org.epics.pvdata.pv.PVStructure
Find a string subfield with the specified fieldName.
getStringVector(PVStringArray) - Static method in class org.epics.pvdata.util.pvDataHelper.GetHelper
 
getStructure() - Method in class org.epics.pvdata.factory.BasePVStructure
 
getStructure() - Method in class org.epics.pvdata.factory.BaseStructureArray
 
getStructure() - Method in interface org.epics.pvdata.pv.PVStructure
Get the Structure introspection interface.
getStructure() - Method in interface org.epics.pvdata.pv.StructureArray
Get the structure interface for an array element.
getStructureArray() - Method in class org.epics.pvdata.factory.BasePVStructureArray
 
getStructureArray() - Method in interface org.epics.pvdata.pv.PVStructureArray
Get the introspection interface.
getStructureArrayField(String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getStructureArrayField(String) - Method in interface org.epics.pvdata.pv.PVStructure
Find a structureArray subfield with the specified fieldName.
getStructureField(String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getStructureField(String) - Method in interface org.epics.pvdata.pv.PVStructure
Find a structure subfield with the specified fieldName The fieldName is of the form name.name...
getSubField(String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getSubField(int) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getSubField(Class<T>, String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getSubField(Class<T>, int) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getSubField(String) - Method in interface org.epics.pvdata.pv.PVStructure
Get the PVField subfield with name fieldName.
getSubField(int) - Method in interface org.epics.pvdata.pv.PVStructure
Get the PVField with the specified offset.
getSubField(Class<T>, String) - Method in interface org.epics.pvdata.pv.PVStructure
Get the PVField subfield with name fieldName.
getSubField(Class<T>, int) - Method in interface org.epics.pvdata.pv.PVStructure
Get the PVField with the specified offset.
getTail() - Method in interface org.epics.pvdata.misc.LinkedList
Get the node at the end of the list.
getThreadCreate() - Static method in class org.epics.pvdata.misc.ThreadCreateFactory
 
getThreads() - Method in interface org.epics.pvdata.misc.ThreadCreate
Get an array of all the active threads.
getType() - Method in class org.epics.pvdata.factory.BaseField
 
getType() - Method in interface org.epics.pvdata.pv.Field
Get the field type.
getType() - Method in interface org.epics.pvdata.pv.Status
Get status type.
getUnion() - Method in class org.epics.pvdata.factory.BasePVUnion
 
getUnion() - Method in class org.epics.pvdata.factory.BaseUnionArray
 
getUnion() - Method in interface org.epics.pvdata.pv.PVUnion
Get the union introspection interface.
getUnion() - Method in interface org.epics.pvdata.pv.UnionArray
Get the union interface for an array element.
getUnionArray() - Method in class org.epics.pvdata.factory.BasePVUnionArray
 
getUnionArray() - Method in interface org.epics.pvdata.pv.PVUnionArray
Get the introspection interface.
getUnionArrayField(String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getUnionArrayField(String) - Method in interface org.epics.pvdata.pv.PVStructure
Find a unionArray subfield with the specified fieldName.
getUnionField(String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
getUnionField(String) - Method in interface org.epics.pvdata.pv.PVStructure
Find a unon subfield with the specified fieldName.
getUsed() - Method in interface org.epics.pvdata.misc.Queue
Get the oldest used element.
getUsed() - Method in interface org.epics.pvdata.monitor.MonitorQueue
Get the oldest used element.
getUserTag() - Method in interface org.epics.pvdata.property.TimeStamp
Get the userTag.
getUserTag() - Method in class org.epics.pvdata.property.TimeStampFactory
 
getValues() - Method in class org.epics.pvdata.util.namedValues.NamedValues
Gets all the values in the named/values system.
getWhetherDisplayLabels() - Method in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
Returns boolean indicating if the printed output will include headings.

H

hashCode() - Method in class org.epics.pvdata.factory.BasePVBoolean
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVBooleanArray
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVByte
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVByteArray
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVDouble
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVDoubleArray
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVFloat
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVFloatArray
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVInt
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVIntArray
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVLong
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVLongArray
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVShort
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVShortArray
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVString
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVStringArray
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVStructure
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVStructureArray
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVUByte
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVUByteArray
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVUInt
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVUIntArray
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVULong
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVULongArray
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVUnion
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVUnionArray
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVUShort
 
hashCode() - Method in class org.epics.pvdata.factory.BasePVUShortArray
 
hashCode() - Method in class org.epics.pvdata.factory.BaseScalar
 
hashCode() - Method in class org.epics.pvdata.factory.BaseScalarArray
 
hashCode() - Method in class org.epics.pvdata.factory.BaseStructure
 
hashCode() - Method in class org.epics.pvdata.factory.BaseStructureArray
 
hashCode() - Method in class org.epics.pvdata.factory.BaseUnion
 
hashCode() - Method in class org.epics.pvdata.factory.BaseUnionArray
 
hashCode() - Method in class org.epics.pvdata.misc.BitSet
Returns the hash code value for this bit set.

I

insertAfter(LinkedListNode<T>, LinkedListNode<T>) - Method in interface org.epics.pvdata.misc.LinkedList
Add a node after a node that is already on the list.
insertBefore(LinkedListNode<T>, LinkedListNode<T>) - Method in interface org.epics.pvdata.misc.LinkedList
Add a node before a node that is already on the list.
intAlarm() - Method in interface org.epics.pvdata.pv.StandardField
 
IntArrayData - Class in org.epics.pvdata.pv
Class required by get/put PVIntArray methods.
IntArrayData() - Constructor for class org.epics.pvdata.pv.IntArrayData
 
intersects(BitSet) - Method in class org.epics.pvdata.misc.BitSet
Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
isAttached() - Method in interface org.epics.pvdata.property.PVAlarm
Is this attached to an alarm structure.
isAttached() - Method in class org.epics.pvdata.property.PVAlarmFactory
 
isAttached() - Method in interface org.epics.pvdata.property.PVControl
Is this attached to a control structure.
isAttached() - Method in class org.epics.pvdata.property.PVControlFactory
 
isAttached() - Method in interface org.epics.pvdata.property.PVDisplay
Is this attached to a display structure.
isAttached() - Method in class org.epics.pvdata.property.PVDisplayFactory
 
isAttached() - Method in interface org.epics.pvdata.property.PVEnumerated
Is this attached to an enumerated structure.
isAttached() - Method in class org.epics.pvdata.property.PVEnumeratedFactory
 
isAttached() - Method in interface org.epics.pvdata.property.PVTimeStamp
Is this attached to a timeStamp structure.
isAttached() - Method in class org.epics.pvdata.property.PVTimeStampFactory
 
isCapacityMutable() - Method in class org.epics.pvdata.factory.AbstractPVArray
 
isCapacityMutable() - Method in interface org.epics.pvdata.pv.PVArray
Can the capacity be changed?
isCopyCompatible(Field, Field) - Method in interface org.epics.pvdata.pv.Convert
Are from and to valid arguments to copy.
isCopyScalarArrayCompatible(ScalarArray, ScalarArray) - Method in interface org.epics.pvdata.pv.Convert
Are from and to valid arguments to copyArray.
isCopyScalarCompatible(Scalar, Scalar) - Method in interface org.epics.pvdata.pv.Convert
Are from and to valid arguments to copyScalar.
isCopyStructureArrayCompatible(StructureArray, StructureArray) - Method in interface org.epics.pvdata.pv.Convert
Are from and to valid for copyStructureArray.
isCopyStructureCompatible(Structure, Structure) - Method in interface org.epics.pvdata.pv.Convert
Are from and to valid arguments for copyStructure.
isCopyUnionArrayCompatible(UnionArray, UnionArray) - Method in interface org.epics.pvdata.pv.Convert
Are from and to valid for copyUnionArray.
isCopyUnionCompatible(Union, Union) - Method in interface org.epics.pvdata.pv.Convert
Are from and to valid arguments for copyUnion.
isEmpty() - Method in class org.epics.pvdata.misc.BitSet
Returns true if this BitSet contains no bits that are set to true.
isEmpty() - Method in interface org.epics.pvdata.misc.LinkedList
Is the list empty?
isEmpty() - Method in interface org.epics.pvdata.misc.MessageQueue
Is the message queue empty?
isFull() - Method in interface org.epics.pvdata.misc.MessageQueue
Is the queue full?
isImmutable() - Method in class org.epics.pvdata.factory.AbstractPVField
 
isImmutable() - Method in interface org.epics.pvdata.pv.PVField
Is the field immutable, i.e.
isInteger() - Method in enum org.epics.pvdata.pv.ScalarType
Is this an integer (signed or unsigned).
isLabelCell(int, int) - Method in class org.epics.pvdata.util.namedValues.NamedValuesColumnFormatter
 
isLabelCell(int, int) - Method in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
Thinking of the namedValues system as a matrix of strings, return whether the given cell is a label cell or not.
isLabelCell(int, int) - Method in class org.epics.pvdata.util.namedValues.NamedValuesRowFormatter
 
isNumeric() - Method in enum org.epics.pvdata.pv.ScalarType
Is this a Java numeric type?
isOK() - Method in interface org.epics.pvdata.pv.Status
Convenient OK test.
isOnList() - Method in interface org.epics.pvdata.misc.LinkedListNode
Is this node on a list?
isPrimitive() - Method in enum org.epics.pvdata.pv.ScalarType
Is this a Java primitive type?
isScheduled() - Method in interface org.epics.pvdata.misc.Timer.TimerNode
Check if this TimerNode is being scheduled.
isSuccess() - Method in interface org.epics.pvdata.pv.Status
Check if operation succeeded.
isUInteger() - Method in enum org.epics.pvdata.pv.ScalarType
Is this an unsigned integer.
isVariant() - Method in class org.epics.pvdata.factory.BaseUnion
 
isVariant() - Method in interface org.epics.pvdata.pv.Union
Check if this union is variant union (aka any type).

J

javaPriority - Static variable in enum org.epics.pvdata.misc.ThreadPriority
Get the java priority corresponding to each ScanPriority.

L

labels - Variable in class org.epics.pvdata.util.namedValues.NamedValues
 
labels - Variable in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
 
le(TimeStamp) - Method in interface org.epics.pvdata.property.TimeStamp
Is the time for this timeStamp earlier than or equal to the other.
le(TimeStamp) - Method in class org.epics.pvdata.property.TimeStampFactory
 
leftJustifyText(String, String) - Static method in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
Returns the given "text" overlaid and to the left of the space string.
length - Variable in class org.epics.pvdata.factory.AbstractPVArray
For use by derived classes.
length() - Method in class org.epics.pvdata.misc.BitSet
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
LinkedList<T> - Interface in org.epics.pvdata.misc
Linked List with user supplied storage for node.
LinkedListArray<T> - Interface in org.epics.pvdata.misc
Convert a LinkedList to a LinkedListNode array.
LinkedListCreate<T> - Class in org.epics.pvdata.misc
Create LinkedList, LinkedListNode, and LinkedListArray.
LinkedListCreate() - Constructor for class org.epics.pvdata.misc.LinkedListCreate
 
LinkedListNode<T> - Interface in org.epics.pvdata.misc
Interface for a LinkedListNode.
longAlarm() - Method in interface org.epics.pvdata.pv.StandardField
 
LongArrayData - Class in org.epics.pvdata.pv
Class required by get/put PVLongArray methods.
LongArrayData() - Constructor for class org.epics.pvdata.pv.LongArrayData
 
lt(TimeStamp) - Method in interface org.epics.pvdata.property.TimeStamp
Is the time for this timeStamp earlier than for the other.
lt(TimeStamp) - Method in class org.epics.pvdata.property.TimeStampFactory
 

M

message(String, MessageType) - Method in class org.epics.pvdata.factory.AbstractPVField
 
message - Variable in class org.epics.pvdata.misc.MessageNode
The message.
message(String, MessageType) - Method in interface org.epics.pvdata.pv.Requester
Report a message.
MessageNode - Class in org.epics.pvdata.misc
Node for a MessageQueue.
MessageNode() - Constructor for class org.epics.pvdata.misc.MessageNode
 
MessageQueue - Interface in org.epics.pvdata.misc
A queue for Requester messages.
MessageQueueFactory - Class in org.epics.pvdata.misc
A factory that implements messageQueues.
MessageQueueFactory() - Constructor for class org.epics.pvdata.misc.MessageQueueFactory
 
messageType - Variable in class org.epics.pvdata.misc.MessageNode
The message type.
MessageType - Enum in org.epics.pvdata.pv
Types for messages.
microSecPerSec - Static variable in interface org.epics.pvdata.property.TimeStamp
 
milliSecPerSec - Static variable in interface org.epics.pvdata.property.TimeStamp
 
Monitor - Interface in org.epics.pvdata.monitor
Interface for Monitor.
MonitorAlgorithm - Interface in org.epics.pvdata.monitor
The algorithm for monitoring.
monitorConnect(Status, Monitor, Structure) - Method in interface org.epics.pvdata.monitor.MonitorRequester
The client and server have both completed the createMonitor request.
MonitorElement - Interface in org.epics.pvdata.monitor
 
monitorEvent(Monitor) - Method in interface org.epics.pvdata.monitor.MonitorRequester
A monitor event has occurred.
monitorIssued() - Method in interface org.epics.pvdata.monitor.MonitorAlgorithm
A monitor was raised.
MonitorQueue - Interface in org.epics.pvdata.monitor
A queue for monitors.
MonitorQueueFactory - Class in org.epics.pvdata.monitor
Factory that creates a MonitorQueue.
MonitorQueueFactory() - Constructor for class org.epics.pvdata.monitor.MonitorQueueFactory
 
MonitorRequester - Interface in org.epics.pvdata.monitor
Requester for ChannelMonitor.
MultiChoice - Interface in org.epics.pvdata.property
Interface for multiple choice data.
MultiChoice.Choices - Interface in org.epics.pvdata.property
The interface returned by getSelectedChoices;
MultiChoiceFactory - Class in org.epics.pvdata.property
Factory for an enumerated structure.
MultiChoiceFactory() - Constructor for class org.epics.pvdata.property.MultiChoiceFactory
 

N

NamedValues - Class in org.epics.pvdata.util.namedValues
NamedValues is a particular implementation of a named value system, in which the value in each name/value pair is itself specifically a vector of values.
NamedValues() - Constructor for class org.epics.pvdata.util.namedValues.NamedValues
 
NamedValuesColumnFormatter - Class in org.epics.pvdata.util.namedValues
NamedValuesColumnFormatter is utility class for printing the values in a NamedValues instance as a table.
NamedValuesColumnFormatter() - Constructor for class org.epics.pvdata.util.namedValues.NamedValuesColumnFormatter
 
NamedValuesFormatter - Class in org.epics.pvdata.util.namedValues
NamedValuesFormatter is a base class for the classes which provide support for printing the values in a NamedValues instance.
NamedValuesFormatter() - Constructor for class org.epics.pvdata.util.namedValues.NamedValuesFormatter
 
NamedValuesRowFormatter - Class in org.epics.pvdata.util.namedValues
 
NamedValuesRowFormatter() - Constructor for class org.epics.pvdata.util.namedValues.NamedValuesRowFormatter
 
nanoSecPerSec - Static variable in interface org.epics.pvdata.property.TimeStamp
 
NEW_LINE - Static variable in class org.epics.pvdata.factory.StatusFactory
 
newLine(StringBuilder, int) - Method in interface org.epics.pvdata.pv.Convert
Convenience method for implementing toString.
nextClearBit(int) - Method in class org.epics.pvdata.misc.BitSet
Returns the index of the first bit that is set to false that occurs on or after the specified starting index.
nextSetBit(int) - Method in class org.epics.pvdata.misc.BitSet
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
normalize() - Method in interface org.epics.pvdata.property.TimeStamp
Adjust secs and nanoSeconds so that 0<=nanoSeconds
normalize() - Method in class org.epics.pvdata.property.TimeStampFactory
 
numCols - Variable in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
 
numRows - Variable in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
 

O

offset - Variable in class org.epics.pvdata.pv.BooleanArrayData
The offset.
offset - Variable in class org.epics.pvdata.pv.ByteArrayData
The offset.
offset - Variable in class org.epics.pvdata.pv.DoubleArrayData
The offset.
offset - Variable in class org.epics.pvdata.pv.FloatArrayData
The offset.
offset - Variable in class org.epics.pvdata.pv.IntArrayData
The offset.
offset - Variable in class org.epics.pvdata.pv.LongArrayData
The offset.
offset - Variable in class org.epics.pvdata.pv.ShortArrayData
The offset.
offset - Variable in class org.epics.pvdata.pv.StringArrayData
The offset.
offset - Variable in class org.epics.pvdata.pv.StructureArrayData
The offset.
offset - Variable in class org.epics.pvdata.pv.UnionArrayData
The offset.
or(BitSet) - Method in class org.epics.pvdata.misc.BitSet
Performs a logical OR of this bit set with the bit set argument.
or_and(BitSet, BitSet) - Method in class org.epics.pvdata.misc.BitSet
Perform AND operation on set1 and set2, and OR on result and this instance.
org.epics.pvdata.accessSecurity - package org.epics.pvdata.accessSecurity
pvData does not currently implement access security.
org.epics.pvdata.factory - package org.epics.pvdata.factory
This package implements the interfaces defined in org.epics.pvdata.pv.
org.epics.pvdata.misc - package org.epics.pvdata.misc
This package provides a number of utility classes that are used by pvData code.
org.epics.pvdata.monitor - package org.epics.pvdata.monitor
This package has the interface and class definitions for code to monitor changes to fields in a pvData structure.
org.epics.pvdata.property - package org.epics.pvdata.property
This package contains interfaces and code for standard pvData structure fields.
org.epics.pvdata.pv - package org.epics.pvdata.pv
This package contains the interface definitions for the Java implementation of pvData.
org.epics.pvdata.util.namedValues - package org.epics.pvdata.util.namedValues
 
org.epics.pvdata.util.pvDataHelper - package org.epics.pvdata.util.pvDataHelper
 

P

poll() - Method in interface org.epics.pvdata.monitor.Monitor
If monitor has occurred return data.
posixEpochAtEpicsEpoch - Static variable in interface org.epics.pvdata.property.TimeStamp
 
PostHandler - Interface in org.epics.pvdata.pv
Inytrerface for PostHandler.
postPut() - Method in class org.epics.pvdata.factory.AbstractPVField
 
postPut() - Method in interface org.epics.pvdata.pv.PostHandler
 
postPut() - Method in interface org.epics.pvdata.pv.PVField
postPut.
previousClearBit(int) - Method in class org.epics.pvdata.misc.BitSet
Returns the index of the nearest bit that is set to false that occurs on or before the specified starting index.
previousSetBit(int) - Method in class org.epics.pvdata.misc.BitSet
Returns the index of the nearest bit that is set to true that occurs on or before the specified starting index.
put(boolean) - Method in class org.epics.pvdata.factory.BasePVBoolean
 
put(int, int, boolean[], int) - Method in class org.epics.pvdata.factory.BasePVBooleanArray
 
put(byte) - Method in class org.epics.pvdata.factory.BasePVByte
 
put(int, int, byte[], int) - Method in class org.epics.pvdata.factory.BasePVByteArray
 
put(double) - Method in class org.epics.pvdata.factory.BasePVDouble
 
put(int, int, double[], int) - Method in class org.epics.pvdata.factory.BasePVDoubleArray
 
put(float) - Method in class org.epics.pvdata.factory.BasePVFloat
 
put(int, int, float[], int) - Method in class org.epics.pvdata.factory.BasePVFloatArray
 
put(int) - Method in class org.epics.pvdata.factory.BasePVInt
 
put(int, int, int[], int) - Method in class org.epics.pvdata.factory.BasePVIntArray
 
put(long) - Method in class org.epics.pvdata.factory.BasePVLong
 
put(int, int, long[], int) - Method in class org.epics.pvdata.factory.BasePVLongArray
 
put(short) - Method in class org.epics.pvdata.factory.BasePVShort
 
put(int, int, short[], int) - Method in class org.epics.pvdata.factory.BasePVShortArray
 
put(String) - Method in class org.epics.pvdata.factory.BasePVString
 
put(int, int, String[], int) - Method in class org.epics.pvdata.factory.BasePVStringArray
 
put(int, int, PVStructure[], int) - Method in class org.epics.pvdata.factory.BasePVStructureArray
 
put(byte) - Method in class org.epics.pvdata.factory.BasePVUByte
 
put(int, int, byte[], int) - Method in class org.epics.pvdata.factory.BasePVUByteArray
 
put(int) - Method in class org.epics.pvdata.factory.BasePVUInt
 
put(int, int, int[], int) - Method in class org.epics.pvdata.factory.BasePVUIntArray
 
put(long) - Method in class org.epics.pvdata.factory.BasePVULong
 
put(int, int, long[], int) - Method in class org.epics.pvdata.factory.BasePVULongArray
 
put(int, int, PVUnion[], int) - Method in class org.epics.pvdata.factory.BasePVUnionArray
 
put(short) - Method in class org.epics.pvdata.factory.BasePVUShort
 
put(int, int, short[], int) - Method in class org.epics.pvdata.factory.BasePVUShortArray
 
put(String, MessageType, boolean) - Method in interface org.epics.pvdata.misc.MessageQueue
PutFactory a new message into the queue.
put(long, int) - Method in interface org.epics.pvdata.property.TimeStamp
Put the time.
put(long) - Method in interface org.epics.pvdata.property.TimeStamp
Put the time in milliSeconds since January 1, 1970, 00:00:00 UTC
put(long, int) - Method in class org.epics.pvdata.property.TimeStampFactory
 
put(long) - Method in class org.epics.pvdata.property.TimeStampFactory
 
put(boolean) - Method in interface org.epics.pvdata.pv.PVBoolean
Put the field from a boolean value.
put(int, int, boolean[], int) - Method in interface org.epics.pvdata.pv.PVBooleanArray
Put values into a PVBooleanArray from boolean[]from.
put(byte) - Method in interface org.epics.pvdata.pv.PVByte
Put the byte value into the field.
put(int, int, byte[], int) - Method in interface org.epics.pvdata.pv.PVByteArray
Put values into a PVByteArray from byte[]to.
put(double) - Method in interface org.epics.pvdata.pv.PVDouble
Put the double value into the field.
put(int, int, double[], int) - Method in interface org.epics.pvdata.pv.PVDoubleArray
Put values into a PVDoubleArray from double[]from
put(float) - Method in interface org.epics.pvdata.pv.PVFloat
Put the float value into the field.
put(int, int, float[], int) - Method in interface org.epics.pvdata.pv.PVFloatArray
Put values into a PVFloatArray from float[]from.
put(int) - Method in interface org.epics.pvdata.pv.PVInt
Put the int value into the field.
put(int, int, int[], int) - Method in interface org.epics.pvdata.pv.PVIntArray
Put values into a PVIntArray from int[]from.
put(long) - Method in interface org.epics.pvdata.pv.PVLong
Put the long value into the field.
put(int, int, long[], int) - Method in interface org.epics.pvdata.pv.PVLongArray
Put values into a PVLongArray from long[]from.
put(short) - Method in interface org.epics.pvdata.pv.PVShort
Put the short value into the field.
put(int, int, short[], int) - Method in interface org.epics.pvdata.pv.PVShortArray
Put values into a PVShortArray from short[]from.
put(String) - Method in interface org.epics.pvdata.pv.PVString
Put the String value into the field.
put(int, int, String[], int) - Method in interface org.epics.pvdata.pv.PVStringArray
Put values into a PVStringArray from String[]from.
put(int, int, PVStructure[], int) - Method in interface org.epics.pvdata.pv.PVStructureArray
Put values into a PVStructureArray from PVStructure[]from
put(byte) - Method in interface org.epics.pvdata.pv.PVUByte
Put the byte value into the field.
put(int, int, byte[], int) - Method in interface org.epics.pvdata.pv.PVUByteArray
Put values into a PVByteArray from byte[]to.
put(int) - Method in interface org.epics.pvdata.pv.PVUInt
Put the int value into the field.
put(int, int, int[], int) - Method in interface org.epics.pvdata.pv.PVUIntArray
Put values into a PVIntArray from int[]from.
put(long) - Method in interface org.epics.pvdata.pv.PVULong
Put the long value into the field.
put(int, int, long[], int) - Method in interface org.epics.pvdata.pv.PVULongArray
Put values into a PVLongArray from long[]from.
put(int, int, PVUnion[], int) - Method in interface org.epics.pvdata.pv.PVUnionArray
Put values into a PVUnionArray from PVUnion[]from
put(short) - Method in interface org.epics.pvdata.pv.PVUShort
Put the short value into the field.
put(int, int, short[], int) - Method in interface org.epics.pvdata.pv.PVUShortArray
Put values into a PVShortArray from short[]from.
putExtendsStructureName(String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
putExtendsStructureName(String) - Method in interface org.epics.pvdata.pv.PVStructure
Specify the structure that this structure extends.
PVAlarm - Interface in org.epics.pvdata.property
PVAlarm.
PVAlarmFactory - Class in org.epics.pvdata.property
 
PVAlarmFactory() - Constructor for class org.epics.pvdata.property.PVAlarmFactory
 
PVArray - Interface in org.epics.pvdata.pv
Base interface for array data.
PVAuxInfo - Interface in org.epics.pvdata.pv
Auxiliary information for a field.
PVBoolean - Interface in org.epics.pvdata.pv
get/put boolean data
pvBoolean - Static variable in class org.epics.pvdata.pv.PVScalarType
 
PVBooleanArray - Interface in org.epics.pvdata.pv
get/put a boolean array.
PVByte - Interface in org.epics.pvdata.pv
get/put byte data.
pvByte - Static variable in class org.epics.pvdata.pv.PVScalarType
 
PVByteArray - Interface in org.epics.pvdata.pv
Get/put a byte array.
PVControl - Interface in org.epics.pvdata.property
Interface for attaching a Control to a control structure.
PVControlFactory - Class in org.epics.pvdata.property
 
PVControlFactory() - Constructor for class org.epics.pvdata.property.PVControlFactory
 
PVDataCreate - Interface in org.epics.pvdata.pv
Create PVField field implementations.
PVDataFactory - Class in org.epics.pvdata.factory
Factory to create default implementations for PVField objects.
pvDescription - Variable in class org.epics.pvdata.property.PVDisplayFactory
 
PVDisplay - Interface in org.epics.pvdata.property
Interface for attaching a Display to a display structure.
PVDisplayFactory - Class in org.epics.pvdata.property
 
PVDisplayFactory() - Constructor for class org.epics.pvdata.property.PVDisplayFactory
 
PVDouble - Interface in org.epics.pvdata.pv
Get/put double data
pvDouble - Static variable in class org.epics.pvdata.pv.PVScalarType
 
PVDoubleArray - Interface in org.epics.pvdata.pv
Get/put a double array.
PVEnumerated - Interface in org.epics.pvdata.property
PVEnumerated.
PVEnumeratedFactory - Class in org.epics.pvdata.property
 
PVEnumeratedFactory() - Constructor for class org.epics.pvdata.property.PVEnumeratedFactory
 
PVField - Interface in org.epics.pvdata.pv
PVField is the base class for each PVData field.
PVFloat - Interface in org.epics.pvdata.pv
Get/put float data.
pvFloat - Static variable in class org.epics.pvdata.pv.PVScalarType
 
PVFloatArray - Interface in org.epics.pvdata.pv
Get/put a float array.
pvFormat - Variable in class org.epics.pvdata.property.PVDisplayFactory
 
pvHigh - Variable in class org.epics.pvdata.property.PVDisplayFactory
 
PVInt - Interface in org.epics.pvdata.pv
Get/put int data.
pvInt - Static variable in class org.epics.pvdata.pv.PVScalarType
 
PVIntArray - Interface in org.epics.pvdata.pv
Get/put a int array.
PVLong - Interface in org.epics.pvdata.pv
Get/put long data.
pvLong - Static variable in class org.epics.pvdata.pv.PVScalarType
 
PVLongArray - Interface in org.epics.pvdata.pv
Get/put a long array.
pvLow - Variable in class org.epics.pvdata.property.PVDisplayFactory
 
PVProperty - Interface in org.epics.pvdata.property
 
PVPropertyFactory - Class in org.epics.pvdata.property
Factory that implements PVProperty.
PVScalar - Interface in org.epics.pvdata.pv
PVScalar extends PVField for a scalar field.
PVScalarArray - Interface in org.epics.pvdata.pv
Base interface for array data.
PVScalarType<T extends PVScalar,TA extends PVScalarArray> - Class in org.epics.pvdata.pv
PV scalar and scalar array type metadata class.
PVScalarType(ScalarType, Class<T>, Class<TA>) - Constructor for class org.epics.pvdata.pv.PVScalarType
 
pvShort - Static variable in class org.epics.pvdata.pv.PVScalarType
 
PVShort - Interface in org.epics.pvdata.pv
Get/put short data.
PVShortArray - Interface in org.epics.pvdata.pv
Get/put a short array.
pvString - Static variable in class org.epics.pvdata.pv.PVScalarType
 
PVString - Interface in org.epics.pvdata.pv
Get/put string data.
PVStringArray - Interface in org.epics.pvdata.pv
Get/put a String array.
PVStructure - Interface in org.epics.pvdata.pv
PVStructure interface.
PVStructureArray - Interface in org.epics.pvdata.pv
Get/put a structure array.
PVTimeStamp - Interface in org.epics.pvdata.property
Interface for attaching a TimeStamp to a timeStamp structure.
PVTimeStampFactory - Class in org.epics.pvdata.property
 
PVTimeStampFactory() - Constructor for class org.epics.pvdata.property.PVTimeStampFactory
 
pvUByte - Static variable in class org.epics.pvdata.pv.PVScalarType
 
PVUByte - Interface in org.epics.pvdata.pv
get/put ubyte data.
PVUByteArray - Interface in org.epics.pvdata.pv
Get/put a byte array.
pvUInt - Static variable in class org.epics.pvdata.pv.PVScalarType
 
PVUInt - Interface in org.epics.pvdata.pv
Get/put int data.
PVUIntArray - Interface in org.epics.pvdata.pv
Get/put a int array.
pvULong - Static variable in class org.epics.pvdata.pv.PVScalarType
 
PVULong - Interface in org.epics.pvdata.pv
Get/put long data.
PVULongArray - Interface in org.epics.pvdata.pv
Get/put a long array.
PVUnion - Interface in org.epics.pvdata.pv
PVUnion interface.
PVUnionArray - Interface in org.epics.pvdata.pv
Get/put a union array.
pvUnits - Variable in class org.epics.pvdata.property.PVDisplayFactory
 
pvUShort - Static variable in class org.epics.pvdata.pv.PVScalarType
 
PVUShort - Interface in org.epics.pvdata.pv
Get/put short data.
PVUShortArray - Interface in org.epics.pvdata.pv
Get/put a short array.

Q

Queue<T> - Interface in org.epics.pvdata.misc
 
QueueCreate<T> - Class in org.epics.pvdata.misc
 
QueueCreate() - Constructor for class org.epics.pvdata.misc.QueueCreate
 
QueueElement<T> - Interface in org.epics.pvdata.misc
Interface for a QueueElement.

R

readSize(ByteBuffer, DeserializableControl) - Static method in class org.epics.pvdata.misc.SerializeHelper
Deserialize array size.
readSize(ByteBuffer) - Static method in class org.epics.pvdata.misc.SerializeHelper
Deserialize array size.
ready() - Method in interface org.epics.pvdata.misc.ThreadReady
Called by RunnableReady.run when it is ready.
registerChoice(String) - Method in interface org.epics.pvdata.property.MultiChoice
Register a new choice string.
release(MonitorElement) - Method in interface org.epics.pvdata.monitor.Monitor
Release a MonitorElement that was returned by poll.
releaseUsed(QueueElement<T>) - Method in interface org.epics.pvdata.misc.Queue
Release the getUsed structure.
releaseUsed(MonitorElement) - Method in interface org.epics.pvdata.monitor.MonitorQueue
Release the getUsed structure.
remove(LinkedListNode<T>) - Method in interface org.epics.pvdata.misc.LinkedList
Remove the listNode from the list.
remove(T) - Method in interface org.epics.pvdata.misc.LinkedList
Remove the object from the list.
removeHead() - Method in interface org.epics.pvdata.misc.LinkedList
Remove and return the LinkedListNode that is at the head of the list.
removePVField(String) - Method in class org.epics.pvdata.factory.BasePVStructure
 
removePVField(String) - Method in interface org.epics.pvdata.pv.PVStructure
Remove a field.
removeTail() - Method in interface org.epics.pvdata.misc.LinkedList
Remove and return the LinkedListNode that is at the end of the list.
renameField(String) - Method in class org.epics.pvdata.factory.AbstractPVField
 
renameField(String) - Method in interface org.epics.pvdata.pv.PVField
Rename the field name.
replacePVField(PVField, PVField) - Method in class org.epics.pvdata.factory.BasePVStructure
 
replacePVField(PVField, PVField) - Method in interface org.epics.pvdata.pv.PVStructure
Replace a field with a new field.
Requester - Interface in org.epics.pvdata.pv
Base interface for requesters.
rightJustifyText(String, String) - Static method in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
Returns the given "text" overlaid and to the right of the space string.
run(ThreadReady) - Method in interface org.epics.pvdata.misc.RunnableReady
The run method.
RunnableReady - Interface in org.epics.pvdata.misc
The run method implemented by code that calls ThreadCreate.create;

S

Scalar - Interface in org.epics.pvdata.pv
Reflection interface for a scalar field.
scalar(ScalarType, String) - Method in interface org.epics.pvdata.pv.StandardField
Create a Scalar field with additional properties.
scalar(ScalarType, String) - Method in interface org.epics.pvdata.pv.StandardPVField
Create a PVStructure with a scalar value field.
ScalarArray - Interface in org.epics.pvdata.pv
Base interface for array field reflection.
scalarArray(ScalarType, String) - Method in interface org.epics.pvdata.pv.StandardField
Create a ScalarArray with additional properties.
scalarArray(ScalarType, String) - Method in interface org.epics.pvdata.pv.StandardPVField
Create a PVStructure with a scalarArray value field.
ScalarType - Enum in org.epics.pvdata.pv
Process Variable Scalar Data Type.
scheduleAfterDelay(Timer.TimerNode, double) - Method in interface org.epics.pvdata.misc.Timer
Scheduler a call back after a specified delay.
schedulePeriodic(Timer.TimerNode, double, double) - Method in interface org.epics.pvdata.misc.Timer
Schedule a periodic call back.
select(int) - Method in class org.epics.pvdata.factory.BasePVUnion
 
select(String) - Method in class org.epics.pvdata.factory.BasePVUnion
 
select(Class<T>, int) - Method in class org.epics.pvdata.factory.BasePVUnion
 
select(Class<T>, String) - Method in class org.epics.pvdata.factory.BasePVUnion
 
select(int) - Method in interface org.epics.pvdata.pv.PVUnion
Select field (set index) and get the field at the index.
select(Class<T>, int) - Method in interface org.epics.pvdata.pv.PVUnion
Select field (set index) and get the field at the index.
select(String) - Method in interface org.epics.pvdata.pv.PVUnion
Select field (set index) and get the field by given name.
select(Class<T>, String) - Method in interface org.epics.pvdata.pv.PVUnion
Select field (set index) and get the field by given name.
Serializable - Interface in org.epics.pvdata.pv
Base interface for serializaion.
SerializableArray - Interface in org.epics.pvdata.pv
Base interface for array serializaion.
SerializableControl - Interface in org.epics.pvdata.pv
Flush control interface.
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.AbstractPVArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BasePVBoolean
 
serialize(ByteBuffer, SerializableControl, int, int) - Method in class org.epics.pvdata.factory.BasePVBooleanArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BasePVByte
 
serialize(ByteBuffer, SerializableControl, int, int) - Method in class org.epics.pvdata.factory.BasePVByteArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BasePVDouble
 
serialize(ByteBuffer, SerializableControl, int, int) - Method in class org.epics.pvdata.factory.BasePVDoubleArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BasePVFloat
 
serialize(ByteBuffer, SerializableControl, int, int) - Method in class org.epics.pvdata.factory.BasePVFloatArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BasePVInt
 
serialize(ByteBuffer, SerializableControl, int, int) - Method in class org.epics.pvdata.factory.BasePVIntArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BasePVLong
 
serialize(ByteBuffer, SerializableControl, int, int) - Method in class org.epics.pvdata.factory.BasePVLongArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BasePVShort
 
serialize(ByteBuffer, SerializableControl, int, int) - Method in class org.epics.pvdata.factory.BasePVShortArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BasePVString
 
serialize(ByteBuffer, SerializableControl, int, int) - Method in class org.epics.pvdata.factory.BasePVString
 
serialize(ByteBuffer, SerializableControl, int, int) - Method in class org.epics.pvdata.factory.BasePVStringArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BasePVStructure
 
serialize(ByteBuffer, SerializableControl, BitSet) - Method in class org.epics.pvdata.factory.BasePVStructure
 
serialize(ByteBuffer, SerializableControl, int, int) - Method in class org.epics.pvdata.factory.BasePVStructureArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BasePVUByte
 
serialize(ByteBuffer, SerializableControl, int, int) - Method in class org.epics.pvdata.factory.BasePVUByteArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BasePVUInt
 
serialize(ByteBuffer, SerializableControl, int, int) - Method in class org.epics.pvdata.factory.BasePVUIntArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BasePVULong
 
serialize(ByteBuffer, SerializableControl, int, int) - Method in class org.epics.pvdata.factory.BasePVULongArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BasePVUnion
 
serialize(ByteBuffer, SerializableControl, int, int) - Method in class org.epics.pvdata.factory.BasePVUnionArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BasePVUShort
 
serialize(ByteBuffer, SerializableControl, int, int) - Method in class org.epics.pvdata.factory.BasePVUShortArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BaseScalar
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BaseScalarArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BaseStructure
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BaseStructureArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BaseUnion
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.factory.BaseUnionArray
 
serialize(ByteBuffer, SerializableControl) - Method in class org.epics.pvdata.misc.BitSet
NOTE: word is atomic unit here; some bytes might be saved, but it's not worth it.
serialize(ByteBuffer, SerializableControl, BitSet) - Method in interface org.epics.pvdata.pv.BitSetSerializable
Serialize field into given buffer.
serialize(ByteBuffer, SerializableControl) - Method in interface org.epics.pvdata.pv.Serializable
Serialize field into given buffer.
serialize(ByteBuffer, SerializableControl, int, int) - Method in interface org.epics.pvdata.pv.SerializableArray
Serialize field into given buffer.
SerializeHelper - Class in org.epics.pvdata.misc
Serialization helper.
SerializeHelper() - Constructor for class org.epics.pvdata.misc.SerializeHelper
 
serializeString(String, ByteBuffer, SerializableControl) - Static method in class org.epics.pvdata.misc.SerializeHelper
String serialization helper method.
serializeString(String, ByteBuffer) - Static method in class org.epics.pvdata.misc.SerializeHelper
String serialization helper method.
serializeSubstring(String, int, int, ByteBuffer, SerializableControl) - Static method in class org.epics.pvdata.misc.SerializeHelper
String serialization helper method.
set(PVField) - Method in class org.epics.pvdata.factory.BasePVUnion
 
set(int, PVField) - Method in class org.epics.pvdata.factory.BasePVUnion
 
set(String, PVField) - Method in class org.epics.pvdata.factory.BasePVUnion
 
set(int) - Method in class org.epics.pvdata.misc.BitSet
Sets the bit at the specified index to true.
set(BitSet) - Method in class org.epics.pvdata.misc.BitSet
Fast copy operation.
set(int, boolean) - Method in class org.epics.pvdata.misc.BitSet
Sets the bit at the specified index to the specified value.
set(int, int) - Method in class org.epics.pvdata.misc.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
set(int, int, boolean) - Method in class org.epics.pvdata.misc.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the specified value.
set(Alarm) - Method in interface org.epics.pvdata.property.PVAlarm
Set the alarm.
set(Alarm) - Method in class org.epics.pvdata.property.PVAlarmFactory
 
set(Control) - Method in interface org.epics.pvdata.property.PVControl
Set the control.
set(Control) - Method in class org.epics.pvdata.property.PVControlFactory
 
set(Display) - Method in interface org.epics.pvdata.property.PVDisplay
Set the display.
set(Display) - Method in class org.epics.pvdata.property.PVDisplayFactory
 
set(TimeStamp) - Method in interface org.epics.pvdata.property.PVTimeStamp
Set the timeStamp.
set(TimeStamp) - Method in class org.epics.pvdata.property.PVTimeStampFactory
 
set(PVField) - Method in interface org.epics.pvdata.pv.PVUnion
Set the PVField (by reference!) as selected field.
set(int, PVField) - Method in interface org.epics.pvdata.pv.PVUnion
Set the PVField (by reference!) as field at given index.
set(String, PVField) - Method in interface org.epics.pvdata.pv.PVUnion
Set the PVField (by reference!) as field by given name.
setBit(int) - Method in interface org.epics.pvdata.property.MultiChoice
Set a selected bit.
setCapacity(int) - Method in class org.epics.pvdata.factory.AbstractPVArray
 
setCapacity(int) - Method in class org.epics.pvdata.factory.BasePVBooleanArray
 
setCapacity(int) - Method in class org.epics.pvdata.factory.BasePVByteArray
 
setCapacity(int) - Method in class org.epics.pvdata.factory.BasePVDoubleArray
 
setCapacity(int) - Method in class org.epics.pvdata.factory.BasePVFloatArray
 
setCapacity(int) - Method in class org.epics.pvdata.factory.BasePVIntArray
 
setCapacity(int) - Method in class org.epics.pvdata.factory.BasePVLongArray
 
setCapacity(int) - Method in class org.epics.pvdata.factory.BasePVShortArray
 
setCapacity(int) - Method in class org.epics.pvdata.factory.BasePVStringArray
 
setCapacity(int) - Method in class org.epics.pvdata.factory.BasePVStructureArray
 
setCapacity(int) - Method in class org.epics.pvdata.factory.BasePVUByteArray
 
setCapacity(int) - Method in class org.epics.pvdata.factory.BasePVUIntArray
 
setCapacity(int) - Method in class org.epics.pvdata.factory.BasePVULongArray
 
setCapacity(int) - Method in class org.epics.pvdata.factory.BasePVUnionArray
 
setCapacity(int) - Method in class org.epics.pvdata.factory.BasePVUShortArray
 
setCapacity(int) - Method in interface org.epics.pvdata.pv.PVArray
Set the capacity.
setCapacityMutable(boolean) - Method in class org.epics.pvdata.factory.AbstractPVArray
 
setCapacityMutable(boolean) - Method in interface org.epics.pvdata.pv.PVArray
Set capacityMutable.
setChoices(String[]) - Method in interface org.epics.pvdata.property.PVEnumerated
Set the choices.
setChoices(String[]) - Method in class org.epics.pvdata.property.PVEnumeratedFactory
 
setData(Field, PVStructure, String) - Method in class org.epics.pvdata.factory.AbstractPVField
 
setHigh(double) - Method in class org.epics.pvdata.property.Control
Set control high.
setId(String) - Method in class org.epics.pvdata.factory.BaseFieldBuilder
 
setId(String) - Method in interface org.epics.pvdata.pv.FieldBuilder
Set ID of an object to be created.
setImmutable() - Method in class org.epics.pvdata.factory.AbstractPVArray
 
setImmutable() - Method in class org.epics.pvdata.factory.AbstractPVField
 
setImmutable() - Method in class org.epics.pvdata.factory.BasePVStructure
 
setImmutable() - Method in interface org.epics.pvdata.pv.PVField
Set the field to be immutable, i.
setIndex(int) - Method in interface org.epics.pvdata.property.PVEnumerated
Set the index.
setIndex(int) - Method in class org.epics.pvdata.property.PVEnumeratedFactory
 
setLength(int) - Method in class org.epics.pvdata.factory.AbstractPVArray
 
setLength(int) - Method in interface org.epics.pvdata.pv.PVArray
Set the length of the array.
setLow(double) - Method in class org.epics.pvdata.property.Control
Set control low.
setMessage(String) - Method in class org.epics.pvdata.property.Alarm
Set the alarm message.
setNodes(LinkedList<T>) - Method in interface org.epics.pvdata.misc.LinkedListArray
Set the LinkNode array from linkedList.
setPostHandler(PostHandler) - Method in class org.epics.pvdata.factory.AbstractPVField
 
setPostHandler(PostHandler) - Method in interface org.epics.pvdata.pv.PVField
Set the handler for postPut.
setRequester(Requester) - Method in class org.epics.pvdata.factory.AbstractPVField
 
setRequester(Requester) - Method in interface org.epics.pvdata.pv.PVField
Register the message requester.
setSeverity(AlarmSeverity) - Method in class org.epics.pvdata.property.Alarm
Set the alarm severity.
setStatus(AlarmStatus) - Method in class org.epics.pvdata.property.Alarm
Set the alarm status.
setUsed(QueueElement<T>) - Method in interface org.epics.pvdata.misc.Queue
Set the getFree element to used;
setUsed(MonitorElement) - Method in interface org.epics.pvdata.monitor.MonitorQueue
Set the getFree element to used;
setUserTag(int) - Method in interface org.epics.pvdata.property.TimeStamp
set the userTag.
setUserTag(int) - Method in class org.epics.pvdata.property.TimeStampFactory
 
setWhetherDisplayLabels(boolean) - Method in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
Sets whether or not headings will be printed with the data.
shareData(boolean[]) - Method in class org.epics.pvdata.factory.BasePVBooleanArray
 
shareData(byte[]) - Method in class org.epics.pvdata.factory.BasePVByteArray
 
shareData(double[]) - Method in class org.epics.pvdata.factory.BasePVDoubleArray
 
shareData(float[]) - Method in class org.epics.pvdata.factory.BasePVFloatArray
 
shareData(int[]) - Method in class org.epics.pvdata.factory.BasePVIntArray
 
shareData(long[]) - Method in class org.epics.pvdata.factory.BasePVLongArray
 
shareData(short[]) - Method in class org.epics.pvdata.factory.BasePVShortArray
 
shareData(String[]) - Method in class org.epics.pvdata.factory.BasePVStringArray
 
shareData(PVStructure[]) - Method in class org.epics.pvdata.factory.BasePVStructureArray
 
shareData(byte[]) - Method in class org.epics.pvdata.factory.BasePVUByteArray
 
shareData(int[]) - Method in class org.epics.pvdata.factory.BasePVUIntArray
 
shareData(long[]) - Method in class org.epics.pvdata.factory.BasePVULongArray
 
shareData(PVUnion[]) - Method in class org.epics.pvdata.factory.BasePVUnionArray
 
shareData(short[]) - Method in class org.epics.pvdata.factory.BasePVUShortArray
 
shareData(boolean[]) - Method in interface org.epics.pvdata.pv.PVBooleanArray
Share the data from caller.
shareData(byte[]) - Method in interface org.epics.pvdata.pv.PVByteArray
Share the data from caller.
shareData(double[]) - Method in interface org.epics.pvdata.pv.PVDoubleArray
Share the data from caller.
shareData(float[]) - Method in interface org.epics.pvdata.pv.PVFloatArray
Share the data from caller.
shareData(int[]) - Method in interface org.epics.pvdata.pv.PVIntArray
Share the data from caller.
shareData(long[]) - Method in interface org.epics.pvdata.pv.PVLongArray
Share the data from caller.
shareData(short[]) - Method in interface org.epics.pvdata.pv.PVShortArray
Share the data from caller.
shareData(String[]) - Method in interface org.epics.pvdata.pv.PVStringArray
Share the data from caller.
shareData(PVStructure[]) - Method in interface org.epics.pvdata.pv.PVStructureArray
Share the data from caller.
shareData(byte[]) - Method in interface org.epics.pvdata.pv.PVUByteArray
Share the data from caller.
shareData(int[]) - Method in interface org.epics.pvdata.pv.PVUIntArray
Share the data from caller.
shareData(long[]) - Method in interface org.epics.pvdata.pv.PVULongArray
Share the data from caller.
shareData(PVUnion[]) - Method in interface org.epics.pvdata.pv.PVUnionArray
Share the data from caller.
shareData(short[]) - Method in interface org.epics.pvdata.pv.PVUShortArray
Share the data from caller.
shortAlarm() - Method in interface org.epics.pvdata.pv.StandardField
 
ShortArrayData - Class in org.epics.pvdata.pv
Class required by get/put PVShortArray methods.
ShortArrayData() - Constructor for class org.epics.pvdata.pv.ShortArrayData
 
size() - Method in class org.epics.pvdata.misc.BitSet
Returns the number of bits of space actually in use by this BitSet to represent bit values.
StandardField - Interface in org.epics.pvdata.pv
Generate introspection object for standard fields.
StandardFieldFactory - Class in org.epics.pvdata.factory
Generate introspection object for standard fields.
StandardFieldFactory() - Constructor for class org.epics.pvdata.factory.StandardFieldFactory
 
StandardPVField - Interface in org.epics.pvdata.pv
 
StandardPVFieldFactory - Class in org.epics.pvdata.factory
 
StandardPVFieldFactory() - Constructor for class org.epics.pvdata.factory.StandardPVFieldFactory
 
start() - Method in interface org.epics.pvdata.monitor.Monitor
Start monitoring.
Status - Interface in org.epics.pvdata.pv
Status interface.
Status.StatusType - Enum in org.epics.pvdata.pv
Status type enum.
StatusCreate - Interface in org.epics.pvdata.pv
Interface for creating status.
StatusFactory - Class in org.epics.pvdata.factory
StatusFactory creates Status instances.
stop() - Method in interface org.epics.pvdata.misc.Executor
Stop the executor.
stop() - Method in interface org.epics.pvdata.misc.Timer
Stop the timer.
stop() - Method in interface org.epics.pvdata.monitor.Monitor
Stop Monitoring.
StringArrayData - Class in org.epics.pvdata.pv
Class required by get/put PVStringArray methods.
StringArrayData() - Constructor for class org.epics.pvdata.pv.StringArrayData
 
Structure - Interface in org.epics.pvdata.pv
Reflection interface for structure field.
structureArray - Variable in class org.epics.pvdata.factory.BasePVStructureArray
 
structureArray(Structure, String) - Method in interface org.epics.pvdata.pv.StandardField
Create a StructureArray.
structureArray(Structure, String) - Method in interface org.epics.pvdata.pv.StandardPVField
Create a PVStructure with a structureArray value field.
StructureArray - Interface in org.epics.pvdata.pv
Base interface for array field reflection.
StructureArrayData - Class in org.epics.pvdata.pv
Class required by get/put PVDoubleArray methods.
StructureArrayData() - Constructor for class org.epics.pvdata.pv.StructureArrayData
 
STYLE_COLUMNS - Static variable in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
To create a NamedValuesFormatter that prints NamedValues as a table, 1 name and its values in a column.
STYLE_ROWS - Static variable in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
To create a NamedValuesFormatter that prints NamedValues as 1 name and its values on 1 row.

T

ThreadCreate - Interface in org.epics.pvdata.misc
ThreadCreate : Create a thread.
ThreadCreateFactory - Class in org.epics.pvdata.misc
 
ThreadCreateFactory() - Constructor for class org.epics.pvdata.misc.ThreadCreateFactory
 
ThreadPriority - Enum in org.epics.pvdata.misc
The scan priorities for a record instance that is event or periodically scanned.
ThreadReady - Interface in org.epics.pvdata.misc
Interface implemented by ThreadCreate
timeCall() - Method in interface org.epics.pvdata.misc.TimeFunction
Time the call.
TimeFunction - Interface in org.epics.pvdata.misc
Time a function call.
TimeFunctionFactory - Class in org.epics.pvdata.misc
Factory to create a TimeFunction, which computes that average number of seconds a function call requires.
TimeFunctionFactory() - Constructor for class org.epics.pvdata.misc.TimeFunctionFactory
 
TimeFunctionRequester - Interface in org.epics.pvdata.misc
 
Timer - Interface in org.epics.pvdata.misc
Schedule a callback to be called via a timer thread.
Timer.TimerCallback - Interface in org.epics.pvdata.misc
An interface implemented by requester.
Timer.TimerNode - Interface in org.epics.pvdata.misc
An interface implemented by TimerFactory.
TimerFactory - Class in org.epics.pvdata.misc
Factory that creates a Timer.
TimerFactory() - Constructor for class org.epics.pvdata.misc.TimerFactory
 
timerStopped() - Method in interface org.epics.pvdata.misc.Timer.TimerCallback
The timer was stopped.
TimeStamp - Interface in org.epics.pvdata.property
Interface TimeStamp.
timeStamp() - Method in interface org.epics.pvdata.pv.StandardField
 
TimeStampFactory - Class in org.epics.pvdata.property
 
TimeStampFactory() - Constructor for class org.epics.pvdata.property.TimeStampFactory
 
toByte(PVScalar) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV to a .
toByteArray() - Method in class org.epics.pvdata.misc.BitSet
Returns a new byte array containing all the bits in this bit set.
toByteArray(PVScalarArray, int, int, byte[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array to a byte array.
toDouble(PVScalar) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV to a double
toDoubleArray(PVScalarArray, int, int, double[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array to a double array.
toFloat(PVScalar) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV to a float
toFloatArray(PVScalarArray, int, int, float[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array to a float array.
toInt(PVScalar) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV to an int
toIntArray(PVScalarArray, int, int, int[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array to an int array.
toLong(PVScalar) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV to a long
toLongArray() - Method in class org.epics.pvdata.misc.BitSet
Returns a new long array containing all the bits in this bit set.
toLongArray(PVScalarArray, int, int, long[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array to a long array.
toShort(PVScalar) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV to a short.
toShortArray(PVScalarArray, int, int, short[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV array to a short array.
toString(StringBuilder) - Method in class org.epics.pvdata.factory.AbstractPVField
 
toString(StringBuilder, int) - Method in class org.epics.pvdata.factory.AbstractPVField
 
toString() - Method in class org.epics.pvdata.factory.AbstractPVField
 
toString(StringBuilder, int) - Method in class org.epics.pvdata.factory.BaseField
 
toString(StringBuilder) - Method in class org.epics.pvdata.factory.BaseField
 
toString() - Method in class org.epics.pvdata.factory.BaseField
 
toString(StringBuilder, int) - Method in class org.epics.pvdata.factory.BasePVAuxInfo
 
toString(StringBuilder) - Method in class org.epics.pvdata.factory.BasePVAuxInfo
 
toString(StringBuilder, int) - Method in class org.epics.pvdata.factory.BaseScalar
 
toString(StringBuilder, int) - Method in class org.epics.pvdata.factory.BaseScalarArray
 
toString(StringBuilder, int) - Method in class org.epics.pvdata.factory.BaseStructure
 
toString(StringBuilder, int) - Method in class org.epics.pvdata.factory.BaseStructureArray
 
toString(StringBuilder, int) - Method in class org.epics.pvdata.factory.BaseUnion
 
toString(StringBuilder, int) - Method in class org.epics.pvdata.factory.BaseUnionArray
 
toString() - Method in class org.epics.pvdata.misc.BitSet
Returns a string representation of this bit set.
toString(PVScalar) - Method in interface org.epics.pvdata.pv.Convert
Convert a PV to a String
toString(StringBuilder) - Method in interface org.epics.pvdata.pv.Field
Convert to a string
toString(StringBuilder, int) - Method in interface org.epics.pvdata.pv.Field
Convert to a string
toString() - Method in interface org.epics.pvdata.pv.Field
Implement standard toString().
toString(StringBuilder) - Method in interface org.epics.pvdata.pv.PVAuxInfo
Generate a string describing the auxiliary information.
toString(StringBuilder, int) - Method in interface org.epics.pvdata.pv.PVAuxInfo
Generate a string describing the auxiliary information.
toString(StringBuilder) - Method in interface org.epics.pvdata.pv.PVField
Convert the PVField to a string.
toString(StringBuilder, int) - Method in interface org.epics.pvdata.pv.PVField
Convert the PVField to a string.
toString() - Method in interface org.epics.pvdata.pv.PVField
Implement standard toString().
toString() - Method in enum org.epics.pvdata.pv.ScalarType
 
toStringArray(PVScalarArray, int, int, String[], int) - Method in interface org.epics.pvdata.pv.Convert
Convert a PVScalarArray to a String array.
Type - Enum in org.epics.pvdata.pv
Process Variable Data Type.
typeCodeLUT - Static variable in class org.epics.pvdata.factory.BaseScalar
 

U

UNDEFINED_INDEX - Static variable in interface org.epics.pvdata.pv.PVUnion
Undefined index.
Union - Interface in org.epics.pvdata.pv
Reflection interface for an union field.
unionArray - Variable in class org.epics.pvdata.factory.BasePVUnionArray
 
UnionArray - Interface in org.epics.pvdata.pv
Base interface for array field reflection.
UnionArrayData - Class in org.epics.pvdata.pv
Class required by get/put PVUnionArray methods.
UnionArrayData() - Constructor for class org.epics.pvdata.pv.UnionArrayData
 
unlisten(Monitor) - Method in interface org.epics.pvdata.monitor.MonitorRequester
The data source is no longer available.
updateDimensions() - Method in class org.epics.pvdata.util.namedValues.NamedValuesColumnFormatter
 
updateDimensions() - Method in class org.epics.pvdata.util.namedValues.NamedValuesFormatter
Thinking of the namedValues system as a matrix of strings, reset the internal row and column count based on things like whether labels would be printed (if not, that's one less row).
updateDimensions() - Method in class org.epics.pvdata.util.namedValues.NamedValuesRowFormatter
 

V

value - Variable in class org.epics.pvdata.factory.BasePVBoolean
 
value - Variable in class org.epics.pvdata.factory.BasePVBooleanArray
 
value - Variable in class org.epics.pvdata.factory.BasePVByte
 
value - Variable in class org.epics.pvdata.factory.BasePVByteArray
 
value - Variable in class org.epics.pvdata.factory.BasePVDouble
 
value - Variable in class org.epics.pvdata.factory.BasePVDoubleArray
 
value - Variable in class org.epics.pvdata.factory.BasePVFloat
 
value - Variable in class org.epics.pvdata.factory.BasePVFloatArray
 
value - Variable in class org.epics.pvdata.factory.BasePVInt
 
value - Variable in class org.epics.pvdata.factory.BasePVIntArray
 
value - Variable in class org.epics.pvdata.factory.BasePVLong
 
value - Variable in class org.epics.pvdata.factory.BasePVLongArray
 
value - Variable in class org.epics.pvdata.factory.BasePVShort
 
value - Variable in class org.epics.pvdata.factory.BasePVShortArray
 
value - Variable in class org.epics.pvdata.factory.BasePVString
 
value - Variable in class org.epics.pvdata.factory.BasePVStringArray
 
value - Variable in class org.epics.pvdata.factory.BasePVStructureArray
 
value - Variable in class org.epics.pvdata.factory.BasePVUByte
 
value - Variable in class org.epics.pvdata.factory.BasePVUByteArray
 
value - Variable in class org.epics.pvdata.factory.BasePVUInt
 
value - Variable in class org.epics.pvdata.factory.BasePVUIntArray
 
value - Variable in class org.epics.pvdata.factory.BasePVULong
 
value - Variable in class org.epics.pvdata.factory.BasePVULongArray
 
value - Variable in class org.epics.pvdata.factory.BasePVUnionArray
 
value - Variable in class org.epics.pvdata.factory.BasePVUShort
 
value - Variable in class org.epics.pvdata.factory.BasePVUShortArray
 
valueOf(long[]) - Static method in class org.epics.pvdata.misc.BitSet
Returns a new bit set containing all the bits in the given long array.
valueOf(LongBuffer) - Static method in class org.epics.pvdata.misc.BitSet
Returns a new bit set containing all the bits in the given long buffer between its position and limit.
valueOf(byte[]) - Static method in class org.epics.pvdata.misc.BitSet
Returns a new bit set containing all the bits in the given byte array.
valueOf(ByteBuffer) - Static method in class org.epics.pvdata.misc.BitSet
Returns a new bit set containing all the bits in the given byte buffer between its position and limit.
valueOf(String) - Static method in enum org.epics.pvdata.misc.ThreadPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.epics.pvdata.property.AlarmSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.epics.pvdata.property.AlarmStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.epics.pvdata.pv.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.epics.pvdata.pv.ScalarType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.epics.pvdata.pv.Status.StatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.epics.pvdata.pv.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.epics.pvdata.misc.ThreadPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.epics.pvdata.property.AlarmSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.epics.pvdata.property.AlarmStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.epics.pvdata.pv.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.epics.pvdata.pv.ScalarType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.epics.pvdata.pv.Status.StatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.epics.pvdata.pv.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.epics.pvdata.util.namedValues.NamedValues
 

W

writeSize(int, ByteBuffer, SerializableControl) - Static method in class org.epics.pvdata.misc.SerializeHelper
Serialize array size.

X

xor(BitSet) - Method in class org.epics.pvdata.misc.BitSet
Performs a logical XOR of this bit set with the bit set argument.
A B C D E F G H I J L M N O P Q R S T U V W X 

Copyright © 2014. All Rights Reserved.