Uses of Class
gov.aps.jca.dbr.DBRType
-
Packages that use DBRType 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 -
-
Uses of DBRType in com.cosylab.epics.caj
Fields in com.cosylab.epics.caj declared as DBRType Modifier and Type Field Description protected DBRTypeCAJChannel. typeChannel data type.protected DBRTypeCAJMonitor. typeMonitored value type.Methods in com.cosylab.epics.caj that return DBRType Modifier and Type Method Description DBRTypeCAJChannel. getFieldType()DBRTypeCAJMonitor. getType()Methods in com.cosylab.epics.caj with parameters of type DBRType Modifier and Type Method Description MonitorCAJChannel. addMonitor(DBRType type, int count, int mask, MonitorListener l)DBRCAJChannel. get(DBR preallocatedDBR, DBRType type, int count)DBRCAJChannel. get(DBRType type, int count)voidCAJChannel. get(DBRType type, int count, GetListener l)voidCAJChannel. put(DBRType type, int count, Object value)Put value.voidCAJChannel. put(DBRType type, int count, Object value, PutListener l)Put value.Constructors in com.cosylab.epics.caj with parameters of type DBRType Constructor Description CAJMonitor(CAJContext context, DBRType type, int count, CAJChannel channel, MonitorListener listener, int mask)Constructor. -
Uses of DBRType in com.cosylab.epics.caj.cas.util
Fields in com.cosylab.epics.caj.cas.util declared as DBRType Modifier and Type Field Description protected DBRTypeMemoryProcessVariable. typePV type.Methods in com.cosylab.epics.caj.cas.util that return DBRType Modifier and Type Method Description DBRTypeEnumProcessVariable. getType()ReturnDBRType.ENUMtype as native type.DBRTypeMemoryProcessVariable. getType()DBRTypeStringProcessVariable. getType()ReturnDBRType.STRINGtype as native type.Methods in com.cosylab.epics.caj.cas.util with parameters of type DBRType Modifier and Type Method Description MemoryProcessVariableDefaultServerImpl. createMemoryProcessVariable(String name, DBRType type, Object initialValue)Convenience method to create and register new in-memory process variables.Constructors in com.cosylab.epics.caj.cas.util with parameters of type DBRType Constructor Description MemoryProcessVariable(String name, ProcessVariableEventCallback eventCallback, DBRType type, Object initialValue)Constructor of memory process variable. -
Uses of DBRType in com.cosylab.epics.caj.cas.util.examples
Methods in com.cosylab.epics.caj.cas.util.examples that return DBRType Modifier and Type Method Description DBRTypeCounterProcessVariable. getType()ReturnDBRType.INTtype as native type. -
Uses of DBRType in gov.aps.jca
Methods in gov.aps.jca that return DBRType Modifier and Type Method Description abstract DBRTypeChannel. getFieldType()Returns the DBR type of this Channel.abstract DBRTypeMonitor. getType()Methods in gov.aps.jca with parameters of type DBRType Modifier and Type Method Description MonitorChannel. addMonitor(DBRType type, int count, int mask)Add a monitor to this channel.abstract MonitorChannel. addMonitor(DBRType type, int count, int mask, MonitorListener l)Adds a monitor to this Channel.protected voidChannel. 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 DBRChannel. get(DBRType type, int count)Synchronously Reads a specified number of elements of a specified type from this Channel.abstract voidChannel. get(DBRType type, int count, GetListener l)Asynchronously reads a specified number of elements of a specified type from this Channel -
Uses of DBRType in gov.aps.jca.cas
Methods in gov.aps.jca.cas that return DBRType Modifier and Type Method Description abstract DBRTypeProcessVariable. getType()The best type for clients to use when accessing the value of the PV. -
Uses of DBRType in gov.aps.jca.dbr
Fields in gov.aps.jca.dbr declared as DBRType Modifier and Type Field Description static DBRTypeDBRType. BYTEstatic DBRTypeDBRType. CTRL_BYTEstatic DBRTypeDBRType. CTRL_DOUBLEstatic DBRTypeDBRType. CTRL_ENUMstatic DBRTypeDBRType. CTRL_FLOATstatic DBRTypeDBRType. CTRL_INTstatic DBRTypeDBRType. CTRL_SHORTstatic DBRTypeDBRType. CTRL_STRINGstatic DBRTypeDBRType. DOUBLEstatic DBRTypeDBRType. ENUMstatic DBRTypeDBRType. FLOATstatic DBRTypeDBRType. GR_BYTEstatic DBRTypeDBRType. GR_DOUBLEstatic DBRTypeDBRType. GR_FLOATstatic DBRTypeDBRType. GR_INTstatic DBRTypeDBRType. GR_SHORTstatic DBRTypeDBRType. GR_STRINGstatic DBRTypeDBRType. INTstatic DBRTypeDBRType. LABELS_ENUMstatic DBRTypeDBRType. PUT_ACKSstatic DBRTypeDBRType. PUT_ACKTstatic DBRTypeDBRType. SHORTstatic DBRTypeDBRType. STRINGstatic DBRTypeDBRType. STS_BYTEstatic DBRTypeDBRType. STS_DOUBLEstatic DBRTypeDBRType. STS_ENUMstatic DBRTypeDBRType. STS_FLOATstatic DBRTypeDBRType. STS_INTstatic DBRTypeDBRType. STS_SHORTstatic DBRTypeDBRType. STS_STRINGstatic DBRTypeDBRType. STSACK_STRINGstatic DBRTypeDBRType. TIME_BYTEstatic DBRTypeDBRType. TIME_DOUBLEstatic DBRTypeDBRType. TIME_ENUMstatic DBRTypeDBRType. TIME_FLOATstatic DBRTypeDBRType. TIME_INTstatic DBRTypeDBRType. TIME_SHORTstatic DBRTypeDBRType. TIME_STRINGstatic DBRTypeDBR_Byte. TYPEstatic DBRTypeDBR_CTRL_Byte. TYPEstatic DBRTypeDBR_CTRL_Double. TYPEstatic DBRTypeDBR_CTRL_Enum. TYPEstatic DBRTypeDBR_CTRL_Float. TYPEstatic DBRTypeDBR_CTRL_Int. TYPEstatic DBRTypeDBR_CTRL_Short. TYPEstatic DBRTypeDBR_CTRL_String. TYPEstatic DBRTypeDBR_Double. TYPEstatic DBRTypeDBR_Enum. TYPEstatic DBRTypeDBR_Float. TYPEstatic DBRTypeDBR_GR_Byte. TYPEstatic DBRTypeDBR_GR_Double. TYPEstatic DBRTypeDBR_GR_Float. TYPEstatic DBRTypeDBR_GR_Int. TYPEstatic DBRTypeDBR_GR_Short. TYPEstatic DBRTypeDBR_GR_String. TYPEstatic DBRTypeDBR_Int. TYPEstatic DBRTypeDBR_LABELS_Enum. TYPEstatic DBRTypeDBR_PutAckS. TYPEstatic DBRTypeDBR_PutAckT. TYPEstatic DBRTypeDBR_Short. TYPEstatic DBRTypeDBR_String. TYPEstatic DBRTypeDBR_STS_Byte. TYPEstatic DBRTypeDBR_STS_Double. TYPEstatic DBRTypeDBR_STS_Enum. TYPEstatic DBRTypeDBR_STS_Float. TYPEstatic DBRTypeDBR_STS_Int. TYPEstatic DBRTypeDBR_STS_Short. TYPEstatic DBRTypeDBR_STS_String. TYPEstatic DBRTypeDBR_STSACK_String. TYPEstatic DBRTypeDBR_TIME_Byte. TYPEstatic DBRTypeDBR_TIME_Double. TYPEstatic DBRTypeDBR_TIME_Enum. TYPEstatic DBRTypeDBR_TIME_Float. TYPEstatic DBRTypeDBR_TIME_Int. TYPEstatic DBRTypeDBR_TIME_Short. TYPEstatic DBRTypeDBR_TIME_String. TYPEstatic DBRTypeDBR. TYPEstatic DBRTypeDBRType. UNKNOWNMethods in gov.aps.jca.dbr that return DBRType Modifier and Type Method Description static DBRTypeDBRType. forName(String name)static DBRTypeDBRType. forValue(int value)DBRTypeDBR_Byte. getType()DBRTypeDBR_CTRL_Byte. getType()DBRTypeDBR_CTRL_Double. getType()DBRTypeDBR_CTRL_Enum. getType()DBRTypeDBR_CTRL_Float. getType()DBRTypeDBR_CTRL_Int. getType()DBRTypeDBR_CTRL_Short. getType()DBRTypeDBR_CTRL_String. getType()DBRTypeDBR_Double. getType()DBRTypeDBR_Enum. getType()DBRTypeDBR_Float. getType()DBRTypeDBR_GR_Byte. getType()DBRTypeDBR_GR_Double. getType()DBRTypeDBR_GR_Float. getType()DBRTypeDBR_GR_Int. getType()DBRTypeDBR_GR_Short. getType()DBRTypeDBR_GR_String. getType()DBRTypeDBR_Int. getType()DBRTypeDBR_LABELS_Enum. getType()DBRTypeDBR_PutAckS. getType()DBRTypeDBR_PutAckT. getType()DBRTypeDBR_Short. getType()DBRTypeDBR_String. getType()DBRTypeDBR_STS_Byte. getType()DBRTypeDBR_STS_Double. getType()DBRTypeDBR_STS_Enum. getType()DBRTypeDBR_STS_Float. getType()DBRTypeDBR_STS_Int. getType()DBRTypeDBR_STS_Short. getType()DBRTypeDBR_STS_String. getType()DBRTypeDBR_STSACK_String. getType()DBRTypeDBR_TIME_Byte. getType()DBRTypeDBR_TIME_Double. getType()DBRTypeDBR_TIME_Enum. getType()DBRTypeDBR_TIME_Float. getType()DBRTypeDBR_TIME_Int. getType()DBRTypeDBR_TIME_Short. getType()DBRTypeDBR_TIME_String. getType()DBRTypeDBR. getType()Methods in gov.aps.jca.dbr with parameters of type DBRType Modifier and Type Method Description DBRDBR_Byte. convert(DBRType convertType)DBRDBR_CTRL_Byte. convert(DBRType convertType)DBRDBR_CTRL_Double. convert(DBRType convertType)DBRDBR_CTRL_Float. convert(DBRType convertType)DBRDBR_CTRL_Int. convert(DBRType convertType)DBRDBR_CTRL_Short. convert(DBRType convertType)DBRDBR_Double. convert(DBRType convertType)DBRDBR_Enum. convert(DBRType convertType)DBRDBR_Float. convert(DBRType convertType)DBRDBR_GR_Byte. convert(DBRType convertType)DBRDBR_GR_Double. convert(DBRType convertType)DBRDBR_GR_Float. convert(DBRType convertType)DBRDBR_GR_Int. convert(DBRType convertType)DBRDBR_GR_Short. convert(DBRType convertType)DBRDBR_Int. convert(DBRType convertType)DBRDBR_LABELS_Enum. convert(DBRType convertType)DBRDBR_PRECISION_Double. convert(DBRType convertType)DBRDBR_PRECISION_Float. convert(DBRType convertType)DBRDBR_PutAckS. convert(DBRType convertType)DBRDBR_PutAckT. convert(DBRType convertType)DBRDBR_Short. convert(DBRType convertType)DBRDBR_String. convert(DBRType convertType)DBRDBR_String. convert(DBRType convertType, Object params)DBRDBR_STS_Byte. convert(DBRType convertType)DBRDBR_STS_Double. convert(DBRType convertType)DBRDBR_STS_Enum. convert(DBRType convertType)DBRDBR_STS_Float. convert(DBRType convertType)DBRDBR_STS_Int. convert(DBRType convertType)DBRDBR_STS_Short. convert(DBRType convertType)DBRDBR_STS_String. convert(DBRType convertType)DBRDBR_STSACK_String. convert(DBRType convertType)DBRDBR_TIME_Byte. convert(DBRType convertType)DBRDBR_TIME_Double. convert(DBRType convertType)DBRDBR_TIME_Enum. convert(DBRType convertType)DBRDBR_TIME_Float. convert(DBRType convertType)DBRDBR_TIME_Int. convert(DBRType convertType)DBRDBR_TIME_LABELS_Enum. convert(DBRType convertType)DBRDBR_TIME_Short. convert(DBRType convertType)DBRDBR_TIME_String. convert(DBRType convertType)abstract DBRDBR. convert(DBRType convertType)DBRDBR. convert(DBRType convertType, Object params)static DBRDBRFactory. create(DBRType type, int count) -
Uses of DBRType in gov.aps.jca.event
Fields in gov.aps.jca.event declared as DBRType Modifier and Type Field Description protected DBRTypePutEvent. _typeMethods in gov.aps.jca.event that return DBRType Modifier and Type Method Description DBRTypeContextExceptionEvent. getDBRType()Returns the type of the request when the failure occured.DBRTypePutEvent. getType()Returns the type of the put request.Constructors in gov.aps.jca.event with parameters of type DBRType Constructor Description ContextExceptionEvent(Context ctxt, Channel ch, DBRType dbrType, int count, DBR dbr, String msg)PutEvent(Channel channel, DBRType type, int count, CAStatus status)
-