comparison 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
comparison
equal deleted inserted replaced
655:56f8a9c99194 656:7d6e5807504a
424 424
425 [asyncGetParamA] 425 [asyncGetParamA]
426 async= 426 async=
427 type=method 427 type=method
428 category=core 428 category=core
429 sig_in=ssss 429 sig_in=sssis
430 sig_out=s 430 sig_out=s
431 param_2_default="value" 431 param_2_default="value"
432 param_3_default="@DEFAULT@" 432 param_3_default=-1
433 param_4_default="@DEFAULT@"
433 doc=Helper method to get a parameter's attribute 434 doc=Helper method to get a parameter's attribute
434 doc_param_0=name: as for [setParam] 435 doc_param_0=name: as for [setParam]
435 doc_param_1=category: as for [setParam] 436 doc_param_1=category: as for [setParam]
436 doc_param_2=attribute: Name of the attribute 437 doc_param_2=attribute: Name of the attribute
437 doc_param_3=%(doc_profile_key)s 438 doc_param_3=security_limit: -1 means no security then the higher the most secure
439 doc_param_4=%(doc_profile_key)s
438 440
439 [getParamsUI] 441 [getParamsUI]
440 async= 442 async=
441 type=method 443 type=method
442 category=core 444 category=core