| Package | Description |
|---|---|
| com.cosylab.epics.caj | |
| com.cosylab.epics.caj.cas.util | |
| com.cosylab.epics.caj.cas.util.examples | |
| gov.aps.jca | |
| gov.aps.jca.cas | |
| gov.aps.jca.dbr | |
| gov.aps.jca.event |
| Modifier and Type | Field and Description |
|---|---|
protected DBRType |
CAJMonitor.type
Monitored value type.
|
protected DBRType |
CAJChannel.type
Channel data type.
|
| Modifier and Type | Method and Description |
|---|---|
DBRType |
CAJChannel.getFieldType() |
DBRType |
CAJMonitor.getType() |
| Modifier and Type | Method and Description |
|---|---|
Monitor |
CAJChannel.addMonitor(DBRType type,
int count,
int mask,
MonitorListener l) |
DBR |
CAJChannel.get(DBR preallocatedDBR,
DBRType type,
int count) |
DBR |
CAJChannel.get(DBRType type,
int count) |
void |
CAJChannel.get(DBRType type,
int count,
GetListener l) |
void |
CAJChannel.put(DBRType type,
int count,
Object value)
Put value.
|
void |
CAJChannel.put(DBRType type,
int count,
Object value,
PutListener l)
Put value.
|
| Constructor and Description |
|---|
CAJMonitor(CAJContext context,
DBRType type,
int count,
CAJChannel channel,
MonitorListener listener,
int mask)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected DBRType |
MemoryProcessVariable.type
PV type.
|
| Modifier and Type | Method and Description |
|---|---|
DBRType |
StringProcessVariable.getType()
Return
DBRType.STRING type as native type. |
DBRType |
MemoryProcessVariable.getType() |
DBRType |
EnumProcessVariable.getType()
Return
DBRType.ENUM type as native type. |
| Modifier and Type | Method and Description |
|---|---|
MemoryProcessVariable |
DefaultServerImpl.createMemoryProcessVariable(String name,
DBRType type,
Object initialValue)
Convenience method to create and register new in-memory process variables.
|
| Constructor and Description |
|---|
MemoryProcessVariable(String name,
ProcessVariableEventCallback eventCallback,
DBRType type,
Object initialValue)
Constructor of memory process variable.
|
| Modifier and Type | Method and Description |
|---|---|
DBRType |
CounterProcessVariable.getType()
Return
DBRType.INT type as native type. |
| Modifier and Type | Method and Description |
|---|---|
abstract DBRType |
Channel.getFieldType()
Returns the DBR type of this Channel.
|
abstract DBRType |
Monitor.getType() |
| Modifier and Type | Method and Description |
|---|---|
Monitor |
Channel.addMonitor(DBRType type,
int count,
int mask)
Add a monitor to this channel.
|
abstract Monitor |
Channel.addMonitor(DBRType type,
int count,
int mask,
MonitorListener l)
Adds a monitor to this Channel.
|
protected void |
Channel.checkMonitorSize(DBRType type,
int count,
int maxArrayBytes)
Checks whether the size of this monitor is greater than maxArrayBytes,
and throws an exception if it is.
|
abstract DBR |
Channel.get(DBRType type,
int count)
Synchronously Reads a specified number of elements of a specified type from this Channel.
|
abstract void |
Channel.get(DBRType type,
int count,
GetListener l)
Asynchronously reads a specified number of elements of a specified type from this Channel
|
| Modifier and Type | Method and Description |
|---|---|
abstract DBRType |
ProcessVariable.getType()
The best type for clients to use when accessing the value of the PV.
|
| Modifier and Type | Field and Description |
|---|---|
static DBRType |
DBRType.BYTE |
static DBRType |
DBRType.CTRL_BYTE |
static DBRType |
DBRType.CTRL_DOUBLE |
static DBRType |
DBRType.CTRL_ENUM |
static DBRType |
DBRType.CTRL_FLOAT |
static DBRType |
DBRType.CTRL_INT |
static DBRType |
DBRType.CTRL_SHORT |
static DBRType |
DBRType.CTRL_STRING |
static DBRType |
DBRType.DOUBLE |
static DBRType |
DBRType.ENUM |
static DBRType |
DBRType.FLOAT |
static DBRType |
DBRType.GR_BYTE |
static DBRType |
DBRType.GR_DOUBLE |
static DBRType |
DBRType.GR_FLOAT |
static DBRType |
DBRType.GR_INT |
static DBRType |
DBRType.GR_SHORT |
static DBRType |
DBRType.GR_STRING |
static DBRType |
DBRType.INT |
static DBRType |
DBRType.LABELS_ENUM |
static DBRType |
DBRType.PUT_ACKS |
static DBRType |
DBRType.PUT_ACKT |
static DBRType |
DBRType.SHORT |
static DBRType |
DBRType.STRING |
static DBRType |
DBRType.STS_BYTE |
static DBRType |
DBRType.STS_DOUBLE |
static DBRType |
DBRType.STS_ENUM |
static DBRType |
DBRType.STS_FLOAT |
static DBRType |
DBRType.STS_INT |
static DBRType |
DBRType.STS_SHORT |
static DBRType |
DBRType.STS_STRING |
static DBRType |
DBRType.STSACK_STRING |
static DBRType |
DBRType.TIME_BYTE |
static DBRType |
DBRType.TIME_DOUBLE |
static DBRType |
DBRType.TIME_ENUM |
static DBRType |
DBRType.TIME_FLOAT |
static DBRType |
DBRType.TIME_INT |
static DBRType |
DBRType.TIME_SHORT |
static DBRType |
DBRType.TIME_STRING |
static DBRType |
DBR_TIME_String.TYPE |
static DBRType |
DBR_TIME_Short.TYPE |
static DBRType |
DBR_TIME_Int.TYPE |
static DBRType |
DBR_TIME_Float.TYPE |
static DBRType |
DBR_TIME_Enum.TYPE |
static DBRType |
DBR_TIME_Double.TYPE |
static DBRType |
DBR_TIME_Byte.TYPE |
static DBRType |
DBR_STS_String.TYPE |
static DBRType |
DBR_STS_Short.TYPE |
static DBRType |
DBR_STS_Int.TYPE |
static DBRType |
DBR_STS_Float.TYPE |
static DBRType |
DBR_STS_Enum.TYPE |
static DBRType |
DBR_STS_Double.TYPE |
static DBRType |
DBR_STS_Byte.TYPE |
static DBRType |
DBR_STSACK_String.TYPE |
static DBRType |
DBR_String.TYPE |
static DBRType |
DBR_Short.TYPE |
static DBRType |
DBR_PutAckT.TYPE |
static DBRType |
DBR_PutAckS.TYPE |
static DBRType |
DBR_LABELS_Enum.TYPE |
static DBRType |
DBR_Int.TYPE |
static DBRType |
DBR_GR_String.TYPE |
static DBRType |
DBR_GR_Short.TYPE |
static DBRType |
DBR_GR_Int.TYPE |
static DBRType |
DBR_GR_Float.TYPE |
static DBRType |
DBR_GR_Double.TYPE |
static DBRType |
DBR_GR_Byte.TYPE |
static DBRType |
DBR_Float.TYPE |
static DBRType |
DBR_Enum.TYPE |
static DBRType |
DBR_Double.TYPE |
static DBRType |
DBR_CTRL_String.TYPE |
static DBRType |
DBR_CTRL_Short.TYPE |
static DBRType |
DBR_CTRL_Int.TYPE |
static DBRType |
DBR_CTRL_Float.TYPE |
static DBRType |
DBR_CTRL_Enum.TYPE |
static DBRType |
DBR_CTRL_Double.TYPE |
static DBRType |
DBR_CTRL_Byte.TYPE |
static DBRType |
DBR_Byte.TYPE |
static DBRType |
DBR.TYPE |
static DBRType |
DBRType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static DBRType |
DBRType.forName(String name) |
static DBRType |
DBRType.forValue(int value) |
DBRType |
DBR_TIME_String.getType() |
DBRType |
DBR_TIME_Short.getType() |
DBRType |
DBR_TIME_Int.getType() |
DBRType |
DBR_TIME_Float.getType() |
DBRType |
DBR_TIME_Enum.getType() |
DBRType |
DBR_TIME_Double.getType() |
DBRType |
DBR_TIME_Byte.getType() |
DBRType |
DBR_STS_String.getType() |
DBRType |
DBR_STS_Short.getType() |
DBRType |
DBR_STS_Int.getType() |
DBRType |
DBR_STS_Float.getType() |
DBRType |
DBR_STS_Enum.getType() |
DBRType |
DBR_STS_Double.getType() |
DBRType |
DBR_STS_Byte.getType() |
DBRType |
DBR_STSACK_String.getType() |
DBRType |
DBR_String.getType() |
DBRType |
DBR_Short.getType() |
DBRType |
DBR_PutAckT.getType() |
DBRType |
DBR_PutAckS.getType() |
DBRType |
DBR_LABELS_Enum.getType() |
DBRType |
DBR_Int.getType() |
DBRType |
DBR_GR_String.getType() |
DBRType |
DBR_GR_Short.getType() |
DBRType |
DBR_GR_Int.getType() |
DBRType |
DBR_GR_Float.getType() |
DBRType |
DBR_GR_Double.getType() |
DBRType |
DBR_GR_Byte.getType() |
DBRType |
DBR_Float.getType() |
DBRType |
DBR_Enum.getType() |
DBRType |
DBR_Double.getType() |
DBRType |
DBR_CTRL_String.getType() |
DBRType |
DBR_CTRL_Short.getType() |
DBRType |
DBR_CTRL_Int.getType() |
DBRType |
DBR_CTRL_Float.getType() |
DBRType |
DBR_CTRL_Enum.getType() |
DBRType |
DBR_CTRL_Double.getType() |
DBRType |
DBR_CTRL_Byte.getType() |
DBRType |
DBR_Byte.getType() |
DBRType |
DBR.getType() |
| Modifier and Type | Method and Description |
|---|---|
DBR |
DBR_TIME_String.convert(DBRType convertType) |
DBR |
DBR_TIME_Short.convert(DBRType convertType) |
DBR |
DBR_TIME_LABELS_Enum.convert(DBRType convertType) |
DBR |
DBR_TIME_Int.convert(DBRType convertType) |
DBR |
DBR_TIME_Float.convert(DBRType convertType) |
DBR |
DBR_TIME_Enum.convert(DBRType convertType) |
DBR |
DBR_TIME_Double.convert(DBRType convertType) |
DBR |
DBR_TIME_Byte.convert(DBRType convertType) |
DBR |
DBR_STS_String.convert(DBRType convertType) |
DBR |
DBR_STS_Short.convert(DBRType convertType) |
DBR |
DBR_STS_Int.convert(DBRType convertType) |
DBR |
DBR_STS_Float.convert(DBRType convertType) |
DBR |
DBR_STS_Enum.convert(DBRType convertType) |
DBR |
DBR_STS_Double.convert(DBRType convertType) |
DBR |
DBR_STS_Byte.convert(DBRType convertType) |
DBR |
DBR_STSACK_String.convert(DBRType convertType) |
DBR |
DBR_String.convert(DBRType convertType) |
DBR |
DBR_Short.convert(DBRType convertType) |
DBR |
DBR_PutAckT.convert(DBRType convertType) |
DBR |
DBR_PutAckS.convert(DBRType convertType) |
DBR |
DBR_PRECISION_Float.convert(DBRType convertType) |
DBR |
DBR_PRECISION_Double.convert(DBRType convertType) |
DBR |
DBR_LABELS_Enum.convert(DBRType convertType) |
DBR |
DBR_Int.convert(DBRType convertType) |
DBR |
DBR_GR_Short.convert(DBRType convertType) |
DBR |
DBR_GR_Int.convert(DBRType convertType) |
DBR |
DBR_GR_Float.convert(DBRType convertType) |
DBR |
DBR_GR_Double.convert(DBRType convertType) |
DBR |
DBR_GR_Byte.convert(DBRType convertType) |
DBR |
DBR_Float.convert(DBRType convertType) |
DBR |
DBR_Enum.convert(DBRType convertType) |
DBR |
DBR_Double.convert(DBRType convertType) |
DBR |
DBR_CTRL_Short.convert(DBRType convertType) |
DBR |
DBR_CTRL_Int.convert(DBRType convertType) |
DBR |
DBR_CTRL_Float.convert(DBRType convertType) |
DBR |
DBR_CTRL_Double.convert(DBRType convertType) |
DBR |
DBR_CTRL_Byte.convert(DBRType convertType) |
DBR |
DBR_Byte.convert(DBRType convertType) |
abstract DBR |
DBR.convert(DBRType convertType) |
DBR |
DBR_String.convert(DBRType convertType,
Object params) |
DBR |
DBR.convert(DBRType convertType,
Object params) |
static DBR |
DBRFactory.create(DBRType type,
int count) |
| Modifier and Type | Field and Description |
|---|---|
protected DBRType |
PutEvent._type |
| Modifier and Type | Method and Description |
|---|---|
DBRType |
ContextExceptionEvent.getDBRType()
Returns the type of the request when the failure occured.
|
DBRType |
PutEvent.getType()
Returns the type of the put request.
|
| Constructor and Description |
|---|
ContextExceptionEvent(Context ctxt,
Channel ch,
DBRType dbrType,
int count,
DBR dbr,
String msg) |
PutEvent(Channel channel,
DBRType type,
int count,
CAStatus status) |
Copyright © 2004-2020 EPICS. All Rights Reserved.