key auto_variables for probes
Posted: Tue Feb 13, 2018 3:02 pm
Hi,
The documentation says that the key 'auto_variables' can be modified using cs_probe_set_option. However, it seems to be missing from the list of available keys. Any chance to restrict the number of variables written by a probe?
(I was able to add some values on top of the default ones using 'cs_post_write_probe_values' inside 'cs_user_postprocess_values' but I don't want to have the default ones)
Thanks,
CF
EDIT: the set of probes is created with an array and associated with CS_POST_WRITER_PROFILES
EDIT2: It seems that the function 'cs_probe_set_auto_var' does exactly this job
The documentation says that the key 'auto_variables' can be modified using cs_probe_set_option. However, it seems to be missing from the list of available keys. Any chance to restrict the number of variables written by a probe?
(I was able to add some values on top of the default ones using 'cs_post_write_probe_values' inside 'cs_user_postprocess_values' but I don't want to have the default ones)
Thanks,
CF
EDIT: the set of probes is created with an array and associated with CS_POST_WRITER_PROFILES
EDIT2: It seems that the function 'cs_probe_set_auto_var' does exactly this job