|
Opens confirmation dialog panel, and returns result user selection
|
|
Opens the datapoint type selector panel and return the user selection
|
|
Converts a dyn_string to a string with the chosen separator.
|
|
Fills in the a dynamic string with the selected value (null by default) until it has at least the required length. If the initial length of the dynamic string is equal or more than the requested length, then it is not changed.
|
|
Returns a list with the dpes in a dp or a dp type. The method used is a workaround, because the function dpTypeGet doesn't return the dpes when there is a reference to another type.
|
|
Returns the a list of dynamic types for dpes
|
|
Returns the value of a global variable
|
|
Removes the system name from the passed name. name can be a DP name or a DP alias. dpSubStr is not used because it only works if the dp exists.
|
|
Returns ipAddress and hostName where the PVSS system with name systemName is running.
|
|
Gets the system name from the passed name. name can be a DP name or a DP alias. dpSubStr is not used because it only works if the dp exists.
|
|
Initializes global constants provided by the library
|
|
Returns whether the dpe type is dyn or not
|
|
Opens the details panel for a given datapoint element
|
|
Opens a message panel with the specified message. If it is used as a dialog (onlyInfo = FALSE) it will return whether the user pressed Ok or not. If it is used as information panel it will just display the panel and wait for the user to press Ok.
|
|
Opens a panel to select one or several of the items in a list
|
|
Sets the value of a global variable
|
|
Converts a string to a dyn_string with the chosen separator.
|