Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 1023:8bae81e254a2
core: added a getReady method which can be called by frontends to ensure that backend is fully initialised before doing anything + this ckeck is automatically done in asyncConnect
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 15 May 2014 16:02:16 +0200 |
parents | 6a16ec17a458 |
children | 15f43b54d697 |
comparison
equal
deleted
inserted
replaced
1022:002ee8397208 | 1023:8bae81e254a2 |
---|---|
153 doc_param_1=name: Name of the updated value | 153 doc_param_1=name: Name of the updated value |
154 doc_param_2=value: New value | 154 doc_param_2=value: New value |
155 doc_param_3=%(doc_profile)s | 155 doc_param_3=%(doc_profile)s |
156 | 156 |
157 ;methods | 157 ;methods |
158 | |
159 [getReady] | |
160 async= | |
161 type=method | |
162 category=core | |
163 sig_in= | |
164 sig_out= | |
165 doc=Return when backend is initialised | |
158 | 166 |
159 [getVersion] | 167 [getVersion] |
160 type=method | 168 type=method |
161 category=core | 169 category=core |
162 sig_in= | 170 sig_in= |