diff src/bridge/bridge_constructor/bridge_template.ini @ 656:7d6e5807504a

bridge, memory: added the parameter security_limit to asyncGetParamA so it can be used from libervia. refactorization in memory.py are related to that.
author souliane <souliane@mailoo.org>
date Wed, 02 Oct 2013 20:25:19 +0200
parents a5ad628c3cbf
children ffb716804580
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini	Wed Oct 02 17:38:29 2013 +0200
+++ b/src/bridge/bridge_constructor/bridge_template.ini	Wed Oct 02 20:25:19 2013 +0200
@@ -426,15 +426,17 @@
 async=
 type=method
 category=core
-sig_in=ssss
+sig_in=sssis
 sig_out=s
 param_2_default="value"
-param_3_default="@DEFAULT@"
+param_3_default=-1
+param_4_default="@DEFAULT@"
 doc=Helper method to get a parameter's attribute
 doc_param_0=name: as for [setParam]
 doc_param_1=category: as for [setParam]
 doc_param_2=attribute: Name of the attribute
-doc_param_3=%(doc_profile_key)s
+doc_param_3=security_limit: -1 means no security then the higher the most secure
+doc_param_4=%(doc_profile_key)s
 
 [getParamsUI]
 async=