Uses of Class
org.yamcs.studio.data.IPV
Packages that use IPV
Package
Description
-
Uses of IPV in org.csstudio.opibuilder.editparts
Methods in org.csstudio.opibuilder.editparts that return IPVModifier and TypeMethodDescriptionAbstractPVWidgetEditPart.getControlPV()IPVWidgetEditpart.getControlPV()PVWidgetEditpartDelegate.getControlPV()AbstractPVWidgetEditPart.getPV()Get the PV corresponding to thePV Nameproperty.Get the pv by PV property id.IPVWidgetEditpart.getPV()Get the pv by PV property id.PVWidgetEditpartDelegate.getPV()Get the PV corresponding to thePV Nameproperty.Get the pv by PV property id.AbstractBaseEditPart.getPVByName(String pvName) Get PV attached to this widget by pv name.Methods in org.csstudio.opibuilder.editparts that return types with arguments of type IPVMethods in org.csstudio.opibuilder.editparts with parameters of type IPVModifier and TypeMethodDescriptionvoidAdd a PV to this handler, so its connection event can be handled.protected voidAbstractBaseEditPart.addToConnectionHandler(String pvName, IPV pv) protected voidConnectionHandler.markWidgetAsDisconnected(IPV pv) Mark a widget as disconnected.protected voidPVWidgetConnectionHandler.markWidgetAsDisconnected(IPV pv) protected voidConnectionHandler.widgetConnectionRecovered(IPV pv, boolean valueChangedFromNull) Update the widget when a PV' connection is recovered. -
Uses of IPV in org.csstudio.opibuilder.script
Methods in org.csstudio.opibuilder.script that return IPVMethods in org.csstudio.opibuilder.script with parameters of type IPVModifier and TypeMethodDescriptionprotected abstract voidAbstractScriptStore.execScript(IPV triggerPV) Execute the script with script engine.protected voidJavaScriptStore.execScript(IPV triggerPV) protected voidJythonScriptStore.execScript(IPV triggerPV) static AbstractScriptStoreScriptStoreFactory.getScriptStore(ScriptData scriptData, AbstractBaseEditPart editpart, IPV[] pvArray) This method must be called in UI Thread!voidScriptService.registerScript(ScriptData scriptData, AbstractBaseEditPart editpart, IPV[] pvArray) Register the script in the script service, so that it could be executed afterwards.Constructors in org.csstudio.opibuilder.script with parameters of type IPVModifierConstructorDescriptionAbstractScriptStore(ScriptData scriptData, AbstractBaseEditPart editpart, IPV[] pvArray) JavaScriptStore(ScriptData scriptData, AbstractBaseEditPart editpart, IPV[] pvArray) JythonScriptStore(ScriptData scriptData, AbstractBaseEditPart editpart, IPV[] pvArray) -
Uses of IPV in org.csstudio.opibuilder.util
Methods in org.csstudio.opibuilder.util that return IPV -
Uses of IPV in org.csstudio.opibuilder.widgets.editparts
Methods in org.csstudio.opibuilder.widgets.editparts that return IPV -
Uses of IPV in org.yamcs.studio.css.core
Methods in org.yamcs.studio.css.core that return IPVConstructors in org.yamcs.studio.css.core with parameters of type IPV -
Uses of IPV in org.yamcs.studio.data
Methods in org.yamcs.studio.data that return IPVModifier and TypeMethodDescriptionPVFactory.createPV(String name, boolean readOnly, Executor notificationThread, ExceptionHandler exceptionHandler) Create a PV.Methods in org.yamcs.studio.data that return types with arguments of type IPVMethods in org.yamcs.studio.data with parameters of type IPVModifier and TypeMethodDescriptionvoidFormulaData.connectionChanged(IPV input) default voidIPVListener.connectionChanged(IPV pv) Will be called when connection state changed.voidFormulaData.exceptionOccurred(IPV input, Exception exception) default voidIPVListener.exceptionOccurred(IPV pv, Exception exception) If noExceptionHandlerwas given to the PV, this method will be called when exception happened.booleanDatasource.isConnected(IPV pv) booleanFormulaDatasource.isConnected(IPV pv) booleanLocalDatasource.isConnected(IPV pv) booleanParameterDatasource.isConnected(IPV pv) booleanSimDatasource.isConnected(IPV pv) booleanStateDatasource.isConnected(IPV pv) booleanSysDatasource.isConnected(IPV pv) booleanDatasource.isWriteAllowed(IPV pv) booleanFormulaDatasource.isWriteAllowed(IPV pv) booleanLocalDatasource.isWriteAllowed(IPV pv) booleanParameterDatasource.isWriteAllowed(IPV pv) booleanSimDatasource.isWriteAllowed(IPV pv) booleanStateDatasource.isWriteAllowed(IPV pv) booleanSysDatasource.isWriteAllowed(IPV pv) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidFormulaData.valueChanged(IPV input) default voidIPVListener.valueChanged(IPV pv) Will be called when PV value changed.voidFormulaData.writeFinished(IPV input, boolean isWriteSucceeded) default voidIPVListener.writeFinished(IPV pv, boolean isWriteSucceeded) Will be called when a write is finished.voidFormulaData.writePermissionChanged(IPV input) default voidIPVListener.writePermissionChanged(IPV pv) Will be called when write permission may have changed.voidDatasource.writeValue(IPV pv, Object value, WriteCallback callback) voidFormulaDatasource.writeValue(IPV pv, Object value, WriteCallback callback) voidLocalDatasource.writeValue(IPV pv, Object value, WriteCallback callback) voidParameterDatasource.writeValue(IPV pv, Object value, WriteCallback callback) voidSimDatasource.writeValue(IPV pv, Object value, WriteCallback callback) voidStateDatasource.writeValue(IPV pv, Object value, WriteCallback callback) voidSysDatasource.writeValue(IPV pv, Object value, WriteCallback callback) -
Uses of IPV in org.yamcs.studio.data.yamcs
Methods in org.yamcs.studio.data.yamcs with parameters of type IPVModifier and TypeMethodDescriptionvoidAsync adds a Yamcs PV for receiving updates.voidYamcsSubscriptionService.unregister(IPV pv) Async removes a Yamcs PV from receiving updates. -
Uses of IPV in org.yamcs.studio.script
Methods in org.yamcs.studio.script that return IPVModifier and TypeMethodDescriptionstatic final IPVPVUtil.createPV(String name, AbstractBaseEditPart widget) Create a PV and start it.Methods in org.yamcs.studio.script with parameters of type IPVModifier and TypeMethodDescriptionstatic VTypePVUtil.checkPVValue(IPV pv) Check PV for valuestatic StringYamcs.getAcquisitionStatus(IPV pv) static final doubleTry to get a double number from the PV.static final doubleTry to get a double-typed array element from the Value.static final double[]PVUtil.getDoubleArray(IPV pv) Try to get a double-typed array from the pv.static StringYamcs.getGenerationTime(IPV pv) Returns an ISO-8601 stringstatic final String[]Get the list of Enum valuesstatic final LongTry to get a long integer number from the PV.static final long[]PVUtil.getLongArray(IPV pv) Try to get an integer-typed array from the pv.static StringYamcs.getMonitoringResult(IPV pv) Returns the "monitoring result" of a Yamcs parameter.static ParameterInfoYamcs.getParameterInfo(IPV pv) static StringYamcs.getReceptionTime(IPV pv) Returns an ISO-8601 stringstatic final intPVUtil.getSeverity(IPV pv) Get severity of the pv as an integer value.static final StringPVUtil.getSeverityString(IPV pv) Get severity of the PV as a string.static final doubleGet the size of the pv's valuestatic final StringGet the status text that might describe the severity specific to the type of PV.static final StringConverts the given pv's value into a string representation.static final String[]PVUtil.getStringArray(IPV pv) Get string array from pv.static final doublePVUtil.getTimeInMilliseconds(IPV pv) Get milliseconds since epoch, i.e. 1 January 1970 0:00 UTC.static final StringPVUtil.getTimeString(IPV pv) Get the timestamp string of the pvstatic final StringPVUtil.getTimeString(IPV pv, String formatPattern) Get the timestamp string of the pvstatic StringTry to get the units from the PV.