Uses of Class
gov.aps.jca.dbr.DBR
-
-
Uses of DBR in com.cosylab.epics.caj
Methods in com.cosylab.epics.caj that return DBR Modifier and Type Method Description DBRCAJChannel. get(DBR preallocatedDBR, DBRType type, int count)DBRCAJChannel. get(DBRType type, int count)Methods in com.cosylab.epics.caj with parameters of type DBR Modifier and Type Method Description DBRCAJChannel. get(DBR preallocatedDBR, DBRType type, int count) -
Uses of DBR in com.cosylab.epics.caj.cas
Fields in com.cosylab.epics.caj.cas declared as DBR Modifier and Type Field Description protected DBRCASServerMonitor. pendingEventPending event.Methods in com.cosylab.epics.caj.cas with parameters of type DBR Modifier and Type Method Description voidCASServerMonitor. postEvent(int select, DBR event)voidProcessVariableEventDispatcher. postEvent(int select, DBR event) -
Uses of DBR in com.cosylab.epics.caj.cas.handlers
Methods in com.cosylab.epics.caj.cas.handlers that return DBR Modifier and Type Method Description static DBRAbstractCASResponseHandler. createDBRforReading(ProcessVariable processVariable)Create appropriate DBR structure for reading (of PV type).static DBRAbstractCASResponseHandler. createDBRforReading(ProcessVariable processVariable, int dataCount)Create appropriate DBR structure for reading (of PV type).static DBRAbstractCASResponseHandler. createDBRforReading(ProcessVariable processVariable, short dataType, int dataCount)Create appropriate DBR structure for reading (of PV type).Methods in com.cosylab.epics.caj.cas.handlers with parameters of type DBR Modifier and Type Method Description voidEventAddResponse. eventResponse(ProcessVariable processVariable, Transport transport, short dataType, int dataCount, int sid, int ioid, DBR value) -
Uses of DBR in com.cosylab.epics.caj.cas.requests
Constructors in com.cosylab.epics.caj.cas.requests with parameters of type DBR Constructor Description EventAddRequest(Transport transport, int ioid, short dataType, int dataCount, CAStatus status, DBR value)ReadNotifyRequest(Transport transport, int sid, int ioid, int dataType, int dataCount, DBR value) -
Uses of DBR in com.cosylab.epics.caj.cas.util
Methods in com.cosylab.epics.caj.cas.util with parameters of type DBR Modifier and Type Method Description voidFloatingDecimalProcessVariable. fillInDBR(DBR value)Set data (units, limits, ...) and precision to DBR.voidMemoryProcessVariable. fillInDBR(DBR value)Set data (units, limits, ...) to DBR.voidNumericProcessVariable. fillInDBR(DBR value)Set data (units, limits, ...) to DBR.CAStatusEnumProcessVariable. read(DBR value, ProcessVariableReadCallback asyncReadCallback)CastsDBRtoDBR_TIME_LABELS_Enum, sets labels returned bygetEnumLabels()and delegates operation of reading a value toreadValuemethod.CAStatusMemoryProcessVariable. read(DBR value, ProcessVariableReadCallback asyncReadCallback)Read value.CAStatusNumericProcessVariable. read(DBR value, ProcessVariableReadCallback asyncReadCallback)CAStatusStringProcessVariable. read(DBR value, ProcessVariableReadCallback asyncReadCallback)CastsDBRtoDBR_TIME_Stringand delegates operation of reading a value toreadValuemethod.protected abstract CAStatusNumericProcessVariable. readValue(DBR value, ProcessVariableReadCallback asyncReadCallback)Read value.CAStatusEnumProcessVariable. write(DBR value, ProcessVariableWriteCallback asyncWriteCallback)CastsDBRtoDBR_Enumand delegates operation of writing a value towriteValuemethod.CAStatusMemoryProcessVariable. write(DBR value, ProcessVariableWriteCallback asyncWriteCallback)Write value.CAStatusNumericProcessVariable. write(DBR value, ProcessVariableWriteCallback asyncWriteCallback)CAStatusStringProcessVariable. write(DBR value, ProcessVariableWriteCallback asyncWriteCallback)CastsDBRtoDBR_Stringand delegates operation of writing a value towriteValuemethod.protected abstract CAStatusNumericProcessVariable. writeValue(DBR value, ProcessVariableWriteCallback asyncWriteCallback)Write value. -
Uses of DBR in com.cosylab.epics.caj.cas.util.examples
Methods in com.cosylab.epics.caj.cas.util.examples with parameters of type DBR Modifier and Type Method Description protected CAStatusCounterProcessVariable. readValue(DBR value, ProcessVariableReadCallback asyncReadCallback)Read value.protected CAStatusCounterProcessVariable. writeValue(DBR value, ProcessVariableWriteCallback asyncWriteCallback)Write value. -
Uses of DBR in com.cosylab.epics.caj.impl
Methods in com.cosylab.epics.caj.impl that return DBR Modifier and Type Method Description static DBRDBRDecoder. getDBR(DBR inDBR, short dataTypeValue, int dataCount, ByteBuffer dataPayloadBuffer)Get (deserialize) data payload buffer to DBR structure.Methods in com.cosylab.epics.caj.impl with parameters of type DBR Modifier and Type Method Description static DBRDBRDecoder. getDBR(DBR inDBR, short dataTypeValue, int dataCount, ByteBuffer dataPayloadBuffer)Get (deserialize) data payload buffer to DBR structure.static voidDBREncoder. insertPayload(ByteBuffer payloadBuffer, short dataTypeValue, int dataCount, DBR value)Insert DBR payload. -
Uses of DBR in com.cosylab.epics.caj.impl.requests
Fields in com.cosylab.epics.caj.impl.requests declared as DBR Modifier and Type Field Description protected DBRReadNotifyRequest. dbrDBR to be set (sync.Constructors in com.cosylab.epics.caj.impl.requests with parameters of type DBR Constructor Description ReadNotifyRequest(CAJChannel channel, GetListener callback, DBR dbr, Transport transport, int sid, int dataType, int dataCount) -
Uses of DBR in gov.aps.jca
Methods in gov.aps.jca that return DBR Modifier and Type Method Description DBRChannel. get()Synchronously reads this Channel's value using the native DBR type and count.DBRChannel. get(int count)Synchronously Reads a specified number elements from this Channel value using the native DBR type.abstract DBRChannel. get(DBRType type, int count)Synchronously Reads a specified number of elements of a specified type from this Channel. -
Uses of DBR in gov.aps.jca.cas
Methods in gov.aps.jca.cas with parameters of type DBR Modifier and Type Method Description voidProcessVariableEventCallback. postEvent(int select, DBR event)Notify about process variable event.abstract CAStatusProcessVariable. read(DBR value, ProcessVariableReadCallback asyncReadCallback)Read process variable value.CAStatusServerChannel. read(DBR value, ProcessVariableReadCallback asyncReadCallback)Read process variable value.abstract CAStatusProcessVariable. write(DBR value, ProcessVariableWriteCallback asyncWriteCallback)Write process variable value.CAStatusServerChannel. write(DBR value, ProcessVariableWriteCallback asyncWriteCallback)Write process variable value. -
Uses of DBR in gov.aps.jca.dbr
Subclasses of DBR in gov.aps.jca.dbr Modifier and Type Class Description classDBR_ByteclassDBR_CTRL_ByteclassDBR_CTRL_DoubleclassDBR_CTRL_EnumclassDBR_CTRL_FloatclassDBR_CTRL_IntclassDBR_CTRL_ShortclassDBR_CTRL_StringclassDBR_DoubleclassDBR_EnumclassDBR_FloatclassDBR_GR_ByteclassDBR_GR_DoubleclassDBR_GR_FloatclassDBR_GR_IntclassDBR_GR_ShortclassDBR_GR_StringclassDBR_IntclassDBR_LABELS_EnumclassDBR_PRECISION_DoubleThis is an "artificial" DBR type to support TIME type with PRECISION.classDBR_PRECISION_FloatThis is an "artificial" DBR type to support TIME type with PRECISION.classDBR_PutAckSclassDBR_PutAckTclassDBR_ShortclassDBR_StringclassDBR_STS_ByteclassDBR_STS_DoubleclassDBR_STS_EnumclassDBR_STS_FloatclassDBR_STS_IntclassDBR_STS_ShortclassDBR_STS_StringclassDBR_STSACK_StringclassDBR_TIME_ByteclassDBR_TIME_DoubleclassDBR_TIME_EnumclassDBR_TIME_FloatclassDBR_TIME_IntclassDBR_TIME_LABELS_EnumThis is an "artificial" DBR type to support TIME and LABELS type.classDBR_TIME_ShortclassDBR_TIME_StringMethods in gov.aps.jca.dbr that return DBR 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(int type, int count)static DBRDBRFactory. create(DBRType type, int count)DBRDBRType. newInstance(int count)Methods in gov.aps.jca.dbr with parameters of type DBR Modifier and Type Method Description static booleanDBR. isBYTE(DBR dbr)static booleanDBR. isCTRL(DBR dbr)static booleanDBR. isDOUBLE(DBR dbr)static booleanDBR. isENUM(DBR dbr)static booleanDBR. isFLOAT(DBR dbr)static booleanDBR. isGR(DBR dbr)static booleanDBR. isINT(DBR dbr)static booleanDBR. isLABELS(DBR dbr)static booleanDBR. isPRECISION(DBR dbr)static booleanDBR. isSHORT(DBR dbr)static booleanDBR. isSTRING(DBR dbr)static booleanDBR. isSTS(DBR dbr)static booleanDBR. isTIME(DBR dbr) -
Uses of DBR in gov.aps.jca.event
Fields in gov.aps.jca.event declared as DBR Modifier and Type Field Description protected DBRGetEvent. _dbrprotected DBRMonitorEvent. _dbrMethods in gov.aps.jca.event that return DBR Modifier and Type Method Description DBRContextExceptionEvent. getDBR()Returns the DBR object of the request when the failure occured.DBRGetEvent. getDBR()Returns the DBR object containing the requested value.DBRMonitorEvent. getDBR()Constructors in gov.aps.jca.event with parameters of type DBR Constructor Description ContextExceptionEvent(Context ctxt, Channel ch, DBRType dbrType, int count, DBR dbr, String msg)GetEvent(Channel channel, DBR dbr, CAStatus status)MonitorEvent(Channel channel, DBR dbr, CAStatus status)
-