int fwDim_subscribeServices(string config, dyn_string service_names, dyn_string dp_names, dyn_string defaults = makeDynString(), dyn_int timeouts= makeDynInt(), dyn_int flags = makeDynInt(), dyn_int immediate_updates = makeDynInt(), int save_now = 0, int secs = 1)

Subscribe to several new DIM Services

Documentation

Subscribe to several new DIM Services.

Usage: JCOP framework internal, public

PVSS manager usage: VISION, CTRL

Parameters:
config - : To which config should these services be added
service_names - : List of DIM Service Names
dp_names - : Data points (or DP elements) that receives the DIM service contents
default_values - (optional): The default values if the service is not available or empty string (default)
timeouts - (optional): The time intervals in seconds for periodic reception - 0 for on change (default)
flags - (optional): quality and time-stamp flags - 1 for quality (default), 2 for time-stamp, 3 for both
immediate_updates - (optional): 1 means update value when first connected (default)
save_now - (optional): 1 means save DimConfig immediately, 0 means optimize, i.e. wait to see if more changes comming (default)

Alphabetic index HTML hierarchy of classes or Java



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