|
This function checks if given dpe exists, and then if it exists, it checks whether it has the original value. It is suggested to check dpes this way before publishing
|
|
Check to see if the dpes in a list are already subscribed
|
|
Check to see if a dpe is already subscribed
|
|
Check to see if a DIP item is already published
|
|
Checks if necessary SIM driver is running to access the DIP address configs
|
|
Construct entry for publisher config dp
|
|
Deconstruct entry for publisher config dp
|
|
Search for a given set of strings in the DIP configuration. The function will search for configuration entries that contain ALL the searchStrings (AND operation). Entries that only contain some of the searchStrings will not match the search
|
|
This function generates the dummy self-test publication name for the given API manager Modification History: Constraints: Usage: internal PVSS manager usage: VISION,CTRL
|
|
Read address config _reference attribute for a given dpe
|
|
Read config info for a given config dp
|
|
Read address config _reference attribute for a list of dpes
|
|
This function locks the dpe through which requests for querying the API manager are issued.
|
|
Add and remove entries in a config list in one go to remove the need for multiple dpSets
|
|
Moves the DIP configuration from one DP element to another The source is emptied after the configuration has been copied to the target.
|
|
Remove DIP subscription info from config dp
|
|
Replaces all occurances of a given string in the DIP configuration with another replacement string
|
|
Write address config _reference attribute for a given dpe
|
|
Write config info for a given config dp
|
|
Write many address config _reference attributes for a given list of dpes
|
|
Split address into item name and tag
|
|
Split many addresses into item names and tags
|
|
This function checks if the dummy self-test setup had been configured Modification History: Constraints: Usage internal PVSS manager usage: VISION,CTRL
|
|
This function unlocks the dpe through which requests for querying the API manager are issued.
|
|
This function issues the query to the relevant API manager via specified DP It writes the starting address for the API manager and then waits until the results are provided by the API manager or the timeout occurs.
|
|
Get all current DIP publications for a specific config DP (API manager) This returns the data in a organised dyn_dyn_string - use fwDIP_OBJECT_... constants to read data out
|
|
Get all current DIP subscriptions for a specific config DP (API manager) This returns the data in a organised dyn_dyn_string - use fwDIP_OBJECT_... constants to read data out
|
|
Get the current subscription info for a dpe
|
|
Get the current publication info for a given DIP publication
|
|
Checks if the DIP server configuration is active or disabled (copied to the disabled configuration DPE)
|
|
Migrates all DIP configurations in the current system from the old delimeter (0x1a) to the new one (!) If entries in the configuration are found to contain both the old and new delimeter the server configuration is disabled and the user must resolve this issue with the fwDIP panel. There is optional debug output in the log, which is used when called from the postInstall script.
|
|
Migrates a given DIP configuration from the old delimeter (0x1a) to the new one (!) If entries in the configuration are found to contain both the old and new delimeter the server configuration is disabled and the user must resolve this issue with the fwDIP panel. There is optional debug output in the log, which is used when called from the postInstall script.
|
|
Function to publish a primitive DIP publication
|
|
Function to publish a structured DIP publication
|
|
This function checks whether the DIP API manager is running correctly. That is the local publication-subscription mechanism with a dummy publication is working. Modification History: Constraints: WARNING: crash of API manager is not instantly visible. It might take few seconds before the function will return valid information in case of crash. Usage: JCOP Framework PVSS manager usage: VISION,CTRL
|
|
This function setups the closed self-test mechanism. It creates a dummy publication and subscribes an internal dpe to it. It allows to determine whether the API manager is working Modification History: Constraints: Usage: JCOP Framework PVSS manager usage: VISION,CTRL
|
|
Subscribe a single dpe to a DIP publication and tag
|
|
Subscribe many dpes to the given DIP publications and tags
|
|
Function to subscribe a dpe to a primitive DIP publication
|
|
Function to subscribe several dpes to a structured DIP publication
|
|
Function to delete the configuration of a DIP publication
|
|
Unpublish all publications currently configured in the specific DIP configuration DP
|
|
Unsubscribe a single dpe from a DIP publication This function deletes information from the DIP config dp and also clears the address config.
|
|
Unsubscribe all subscriptions currently configured in the specific DIP configuration DP
|
|
Unsubscribe many dpes from DIP publications This function deletes information from the DIP config dp and also clears the address config. You should not unsubscribe many items while the DIP manager is running - doing so may produce a lot of errors in the log. If you need to unsubscribe without stopping the DIP manager it is recommended to use fwDIP_unsubscribe() with a delay between each call.
|
|
This function expands the selected branch of the DIP hierarchy Modification History: Constraints: Usage: JCOP Framework internal PVSS manager usage: VISION
|
|
This function initializes the tree with the first level of DIP hierarchy starting with a specified string. Modification History: Constraints: Must be used from within fwDIPHierarchyBrowser, which in turn obtains the dollar parameters with the data about children and their type. This has been done in order to remove the necessity of performing additional DIP query. Usage: JCOP Framework internal PVSS manager usage: VISION |
|
This function orders the API manager to refresh the browser cache. Modification History: Constraints: Usage: JCOP Framework PVSS manager usage: VISION,CTRL
|
|
This function expands the right-click menu. Right now - no menu Modification History: Constraints: Usage: JCOP Framework internal PVSS manager usage: VISION
|
|
This function is run when user selects any node in the tree. When branch is selected: Add and Details buttons are disabled Address string is cleaned When leaf node is selected: Add and Details buttons are enabled Address string is filled with the publication address Modification History: Constraints: Usage: PVSS manager usage:
|