LIBRARY: fwCU:

Library of functions to get information or to operate Framework Control Units (and their objects/devices), these functions can be used in User Interfaces or Ctrl Scripts

modifications: 05/08/05: New functions added Note: Some functions have changed (details)

20/12/05: Several changes (details)

Usage: JCOP framework internal, public

PVSS manager usage: VISION, CTRL

Author:
C. Gaspar
Version:
creation: 08/05/2003

o fwCU_view
Open the operation panel for a Control Unit, Logical Unit, Device Unit or Internal Object
o fwCU_getState
Get the state of a Control Unit, Logical Unit, Device Unit or Internal Object
o fwCU_connectState
Connect to state changes of a Control Unit, Logical Unit, Device Unit or Internal Object
o fwCU_disconnectState
Disconnect from state changes of a Control Unit, Logical Unit, Device Unit or Internal Object
o fwCU_getParameter
Get the value of a parameter defined for a Control Unit, Logical Unit, Device Unit or Internal Object
o fwCU_getStateColor
Get the color of a state defined for a Control Unit, Logical Unit, Device Unit or Internal Object
o fwCU_getOperationMode
Get the operational mode of a Control Unit, Logical Unit, Device Unit or Internal Object
o fwCU_connectOperationMode
Connect to the operational mode of a Control Unit, Logical Unit, Device Unit or Internal Object
o fwCU_disconnectOperationMode
Disconnect from the operational mode of a Control Unit, Logical Unit, Device Unit or Internal Object
o fwCU_getAlarmState
Get the alarm state of a Control Unit, Logical Unit, Device Unit or Internal Object
o fwCU_connectAlarmState
Connect to alarm state changes of a Control Unit, Logical Unit, Device Unit or Internal Object
o fwCU_disconnectAlarmState
Disconnect from alarm state changes of a Control Unit, Logical Unit, Device Unit or Internal Object
o fwCU_sendCommand
Send a command (optionally with parameters) to a Control Unit, Logical Unit, Device Unit or Internal Object
o fwCU_enableObj
Enable an object or device in a Control Unit/Logical Unit
o fwCU_disableObj
Disable an object or device in a Control Unit/Logical Unit
o fwCU_takeTree
Take control of a subtree starting from a certain Control Unit
o fwCU_releaseTree
Release control of a subtree starting from a certain Control Unit
o fwCU_releaseFullTree
Release control of a subtree recursively starting from a certain Control Unit
o fwCU_shareTree
Set a subtree starting from a certain Control Unit into shared mode
o fwCU_exclusiveTree
Set a subtree starting from a certain Control Unit into exclusive mode
o fwCU_excludeTree
Exclude a subtree from a certain Control Unit
o fwCU_excludeFullTree
Exclude a subtree recursively from a certain Control Unit
o fwCU_includeTree
Include a subtree into a certain Control Unit
o fwCU_delegateTree
Set a subtree of a certain Control Unit in Manual mode (no commands sent)
o fwCU_ignoreTree
Ignore the states of a subtree of a certain Control Unit
o fwCU_getChildren
Get the list of children of this Control Unit or Logical Unit
o fwCU_getParent
Get the Parent of this Control Unit, Logical Unit Object or Device Unit
o fwCU_getIncludedChildren
Get the list of Included/Enabled children of this Control Unit or Logical Unit
o fwCU_getIncludedTreeDevices
Get the list of included and enabled devices in a subtree
o fwCU_getType
Get the FSM Type of a Control Unit, Logical Unit, Device Unit or Internal Object
o fwCU_getDp
Get the FSM internal datapoint name of a Control Unit, Logical Unit, Device Unit or Internal Object
o fwCU_getDevDp
Get the Datapoint name of a Device Unit from its Object name
o fwCU_getDevName
Get the name of a Device Unit (from its Datapoint name) inside a Control Unit

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.