Functions | |
CPC_WordParameter_ObjectListGetValueTime (string deviceName, string deviceType, dyn_string &dsReturnData) | |
CPC_WordParameter_MenuConfiguration (string deviceName, string dpType, dyn_string dsAccessOk, dyn_string &menuList) | |
CPC_WordParameter_HandleMenu (string deviceName, string dpType, dyn_string menuList, int menuAnswer) | |
CPC_WordParameter_WidgetRegisterCB (string sDp, bool bSystemConnected) | |
CPC_WordParameter_WidgetInitStatics (string deviceName) | |
CPC_WordParameter_WidgetDPEs (string deviceName, dyn_string &dpes) | |
CPC_WordParameter_WidgetAnimation (dyn_string dpes, dyn_anytype values, string widgetType) | |
CPC_WordParameter_WidgetDisconnection (string sWidgetType) | |
mapping | CPC_WordParameter_ButtonConfig (string deviceName) |
CPC_WordParameter_ButtonSetState (string deviceName, string dpType, dyn_string dsUserAccess, dyn_string dsData) | |
CPC_WordParameter_FaceplateInitStatics (string deviceName) | |
CPC_WordParameter_FaceplateDPEs (string deviceName, dyn_string &dpes) | |
CPC_WordParameter_FaceplateStatusAnimationCB (dyn_string dpes, dyn_anytype values) |
cpcWordParameter.ctl This library contains the widget, faceplate, etc. functions of WordParameter.
©Copyright CERN 2013 - all rights reserved
CPC_WordParameter_ObjectListGetValueTime | ( | string | deviceName, | |
string | deviceType, | |||
dyn_string & | dsReturnData | |||
) |
Function called from snapshot utility of the treeDeviceOverview to get the time and value
deviceName | input, device name | |
deviceType | input, device type | |
dsReturnData | output, return data, array of 5 strings |
CPC_WordParameter_MenuConfiguration | ( | string | deviceName, | |
string | dpType, | |||
dyn_string | dsAccessOk, | |||
dyn_string & | menuList | |||
) |
pop-up menu
deviceName | input, device DP name | |
dpType | input, device type | |
dsAccessOk | input, the access control | |
menuList | output, pop-up menu to show, dyn_string to be given to the popupMenu function |
References cpcGenericObject_addDefaultUnicosActionToMenu(), cpcGenericObject_addTrendActionToMenu(), and cpcGenericObject_addUnicosActionToMenu().
CPC_WordParameter_HandleMenu | ( | string | deviceName, | |
string | dpType, | |||
dyn_string | menuList, | |||
int | menuAnswer | |||
) |
handle the answer of the popup menu
deviceName | input, device DP name | |
dpType | input, device type | |
menuList | input, the access control | |
menuAnswer | input, selected menu value |
References cpcGenericObject_HandleUnicosMenu().
CPC_WordParameter_WidgetRegisterCB | ( | string | sDp, | |
bool | bSystemConnected | |||
) |
widget register callback
sDp | input, the DistributedControl system name DP name | |
bSystemConnected | input, the state of the system name |
References CPC_WordParameter_WidgetDisconnection(), cpcGenericAnimation_WidgetConnect(), cpcGenericAnimation_WidgetDisconnect(), and cpcGenericAnimation_WidgetLockDPEs().
CPC_WordParameter_WidgetInitStatics | ( | string | deviceName | ) |
Init static values which are used in widget animation
deviceName | input, the device name |
References cpcGenericObject_StringToMapping().
CPC_WordParameter_WidgetDPEs | ( | string | deviceName, | |
dyn_string & | dpes | |||
) |
Returns the list of WordParameter DPEs which should be connected on widget animation
deviceName | input, the device name | |
dpes | input/output, dpe list |
CPC_WordParameter_WidgetAnimation | ( | dyn_string | dpes, | |
dyn_anytype | values, | |||
string | widgetType | |||
) |
callback function on the device data
dpes | input, the dpe names | |
values | input, the dpe values |
References cpcGenericObject_FormatValueWithUnit(), and cpcGenericObject_WidgetValidnessAnimation().
CPC_WordParameter_WidgetDisconnection | ( | string | sWidgetType | ) |
Disconnect function for the widget data
Parameters:
Usage: Internal
PVSS manager usage: NG, NV
Constraints: . Global variables defined in OnOff faceplate . PVSS version: 2.12.1 . operating system: NT and W2000, but tested only under W2000. . distributed system: yes.
Referenced by CPC_WordParameter_WidgetRegisterCB().
mapping CPC_WordParameter_ButtonConfig | ( | string | deviceName | ) |
Return button configuration including access level
References CPC_ACCESS_RIGHTS_EXPERT, CPC_ACCESS_RIGHTS_OPERATOR, and CPC_FACEPLATE_BUTTON_PARAMETER_SET_VALUE.
CPC_WordParameter_ButtonSetState | ( | string | deviceName, | |
string | dpType, | |||
dyn_string | dsUserAccess, | |||
dyn_string | dsData | |||
) |
Set the state of the contextual button of the device
deviceName | input, the device DP name | |
dpType | input, the device type | |
dsUserAccess | input, list of allowed action on the device | |
dsData | input, the device data [1] = lock state, [2] = lock by, [3] .. [6] device data |
References cpcButton_setButtonState(), and cpcGenericAnimation_ButtonList().
CPC_WordParameter_FaceplateInitStatics | ( | string | deviceName | ) |
Init static values which are used in faceplate animation
deviceName | input, the device name |
References cpcGenericObject_StringToMapping().
CPC_WordParameter_FaceplateDPEs | ( | string | deviceName, | |
dyn_string & | dpes | |||
) |
Returns the list of WordParameter DPEs which should be connected on faceplate animation
deviceName | input, the device name | |
dpes | input/output, dpe list |
CPC_WordParameter_FaceplateStatusAnimationCB | ( | dyn_string | dpes, | |
dyn_anytype | values | |||
) |
callback function on the device data
dpes | input, the dpe names | |
values | input, the dpe values |
References cpcFaceplate_animateMaskEvent(), cpcFaceplate_animateRange(), cpcFaceplate_animateStsRegBit(), and cpcFaceplate_animateTranslatedValue().