|
fwDeviceEditorNavigator
8.4.0
|
| fwDeviceEditorNavigator_openRootModule (dyn_string &exceptionInfo, int offsetX=0, int offsetY=0) | |
| fwDeviceEditorNavigator_callCommand (string command, dyn_string selectedNode, dyn_string &exceptionInfo) | |
| fwDeviceEditorNavigator_executeCommand (string dpe1, string command, string dpe2, dyn_string selectedNode) | |
| _fwDeviceEditorNavigator_getStatus (string device, dyn_bool &status, dyn_string &exceptionInfo) | |
| fwDeviceEditorNavigator_pasteLogical (dyn_string destDevice, dyn_string pastedDevice, dyn_string &exceptionInfo) | |
This library contains the functions needed by the Device Editor and Navigator. The tool displays all the devices of the system in a hierarchical way. It also allows to browse through them to display operation and configuration information.
| fwDeviceEditorNavigator_openRootModule | ( | dyn_string & | exceptionInfo, |
| int | offsetX = 0, |
||
| int | offsetY = 0 |
||
| ) |
Modification History:
| exceptionInfo | returns details of any exceptions |
| offsetX | offset in the x direction to place device module |
| offsetY | offset in the y direction to place device module |
| fwDeviceEditorNavigator_callCommand | ( | string | command, |
| dyn_string | selectedNode, | ||
| dyn_string & | exceptionInfo | ||
| ) |
| command | |
| selectedNode | |
| exceptionInfo | returns details of any exceptions |
| fwDeviceEditorNavigator_executeCommand | ( | string | dpe1, |
| string | command, | ||
| string | dpe2, | ||
| dyn_string | selectedNode | ||
| ) |
| _fwDeviceEditorNavigator_getStatus | ( | string | device, |
| dyn_bool & | status, | ||
| dyn_string & | exceptionInfo | ||
| ) |
Returns current status of the Device Editor & Navigator.
Currently this comprises: -whether a local or a remote system is selected -whether edit is possible Also the global variable (g_fwDEN_selectedSystem) with the current selected system is updated.
| device | device dp name or dp alias |
| status | array with current status -status[fwDEN_STATUS_LOCAL]: whether we are in the local system or not -status[fwDEN_STATUS_EDIT]: whether we are in Editor mode or not. |
| exceptionInfo | details of any exceptions are returned here |
| fwDeviceEditorNavigator_pasteLogical | ( | dyn_string | destDevice, |
| dyn_string | pastedDevice, | ||
| dyn_string & | exceptionInfo | ||
| ) |
Function to paste a device (pastedDevice) and its children as
child of another device (destDevice) in the logical hierarchy
| destDevice | destination device object |
| pastedDevice | pasted device object |
| exceptionInfo | details of any exceptions are returned here |