Uses of Class
gov.aps.jca.cas.ProcessVariable
-
Packages that use ProcessVariable Package Description com.cosylab.epics.caj.cas com.cosylab.epics.caj.cas.handlers com.cosylab.epics.caj.cas.util com.cosylab.epics.caj.cas.util.examples gov.aps.jca.cas -
-
Uses of ProcessVariable in com.cosylab.epics.caj.cas
Fields in com.cosylab.epics.caj.cas declared as ProcessVariable Modifier and Type Field Description protected ProcessVariableProcessVariableEventDispatcher. processVariablePV to dispatch for.Methods in com.cosylab.epics.caj.cas that return ProcessVariable Modifier and Type Method Description ProcessVariableProcessVariableEventDispatcher. getProcessVariable()Get served PV.Methods in com.cosylab.epics.caj.cas with parameters of type ProcessVariable Modifier and Type Method Description voidProcessVariableEventDispatcher. setProcessVariable(ProcessVariable processVariable)Set served PV (allow PV to be set later to avoid chicken-egg problem).Constructors in com.cosylab.epics.caj.cas with parameters of type ProcessVariable Constructor Description ProcessVariableEventDispatcher(ProcessVariable processVariable)Constructor. -
Uses of ProcessVariable in com.cosylab.epics.caj.cas.handlers
Methods in com.cosylab.epics.caj.cas.handlers with parameters of type ProcessVariable 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).voidEventAddResponse. eventResponse(ProcessVariable processVariable, Transport transport, short dataType, int dataCount, int sid, int ioid, DBR value) -
Uses of ProcessVariable in com.cosylab.epics.caj.cas.util
Subclasses of ProcessVariable in com.cosylab.epics.caj.cas.util Modifier and Type Class Description classEnumProcessVariableAbstract convenient enumeration process variable implementation.classFloatingDecimalProcessVariableAbstract convenient floating decimal process variable implementation.classMemoryProcessVariableMemory (what you write is what you get) process variable implementation.classNumericProcessVariableEnum process variable implementation.classStringProcessVariableAbstract convenient string process variable implementation.Methods in com.cosylab.epics.caj.cas.util that return ProcessVariable Modifier and Type Method Description ProcessVariableDefaultServerImpl. processVariableAttach(String aliasName, ProcessVariableEventCallback eventCallback, ProcessVariableAttachCallback asyncCompletionCallback)ProcessVariableDefaultServerImpl. unregisterProcessVariable(String aliasName)Unregister process variable.Methods in com.cosylab.epics.caj.cas.util with parameters of type ProcessVariable Modifier and Type Method Description voidDefaultServerImpl. registerProcessVariable(ProcessVariable pv)Register process variable.voidDefaultServerImpl. registerProcessVariable(String aliasName, ProcessVariable pv)Register process variable. -
Uses of ProcessVariable in com.cosylab.epics.caj.cas.util.examples
Subclasses of ProcessVariable in com.cosylab.epics.caj.cas.util.examples Modifier and Type Class Description classCounterProcessVariableExample implementation of process variable - counter. -
Uses of ProcessVariable in gov.aps.jca.cas
Fields in gov.aps.jca.cas declared as ProcessVariable Modifier and Type Field Description protected ProcessVariableServerChannel. processVariableProcess variable.Methods in gov.aps.jca.cas that return ProcessVariable Modifier and Type Method Description ProcessVariableServerChannel. getProcessVariable()Get process variable.ProcessVariableServer. processVariableAttach(String aliasName, ProcessVariableEventCallback eventCallback, ProcessVariableAttachCallback asyncCompletionCallback)This function is called every time that a client attaches to the PV.Methods in gov.aps.jca.cas with parameters of type ProcessVariable Modifier and Type Method Description voidProcessVariableAttachCallback. processVariableAttachCompleted(ProcessVariable processVariable)Notify about process variable existance.Constructors in gov.aps.jca.cas with parameters of type ProcessVariable Constructor Description ServerChannel(ProcessVariable processVariable, int cid, int sid, String userName, String hostName)Create server channel for given process variable.
-