Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 272:1d2e0dfe7114
bridge: core & frontend sides of bridge are now generated
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 24 Jan 2011 22:05:04 +0100 |
parents | bdcd535e179e |
children | c1ad04586edf |
comparison
equal
deleted
inserted
replaced
271:0288f97334f2 | 272:1d2e0dfe7114 |
---|---|
321 doc_param_3=%(doc_profile_key)s | 321 doc_param_3=%(doc_profile_key)s |
322 | 322 |
323 [getParamA] | 323 [getParamA] |
324 type=method | 324 type=method |
325 category=communication | 325 category=communication |
326 sig_in=sss | 326 sig_in=ssss |
327 sig_out=s | 327 sig_out=s |
328 param_2_default="@DEFAULT@" | 328 param_2_default="value" |
329 param_3_default="@DEFAULT@" | |
329 doc=Helper method to get a parameter's attribute | 330 doc=Helper method to get a parameter's attribute |
330 doc_param_0=name: as for [setParam] | 331 doc_param_0=name: as for [setParam] |
331 doc_param_1=category: as for [setParam] | 332 doc_param_1=category: as for [setParam] |
332 doc_param_2=%(doc_profile_key)s | 333 doc_param_2=attribute: Name of the attribute |
334 doc_param_3=%(doc_profile_key)s | |
333 | 335 |
334 [getParamsUI] | 336 [getParamsUI] |
335 type=method | 337 type=method |
336 category=communication | 338 category=communication |
337 sig_in=s | 339 sig_in=s |