Mercurial > libervia-backend
comparison sat/bridge/bridge_constructor/bridge_template.ini @ 2854:eb9fa72eb62b
core: added a "_debug" signal:
this signal is a generic debugging signal which can be implemented in frontends to do specific actions, like printing data dumps.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 10 Mar 2019 18:04:01 +0100 |
parents | da59ff099b32 |
children | 82b781c46841 |
comparison
equal
deleted
inserted
replaced
2853:6901a425d882 | 2854:eb9fa72eb62b |
---|---|
179 category=core | 179 category=core |
180 sig_in=sss | 180 sig_in=sss |
181 doc=There was an error during progressing operation | 181 doc=There was an error during progressing operation |
182 doc_param_0=id: id of the progression operation | 182 doc_param_0=id: id of the progression operation |
183 doc_param_1=error: error message | 183 doc_param_1=error: error message |
184 doc_param_2=%(doc_profile)s | |
185 | |
186 [_debug] | |
187 type=signal | |
188 category=core | |
189 sig_in=sa{ss}s | |
190 doc=Debug method, useful for developers | |
191 doc_param_0=action: action to do | |
192 doc_param_1=params: action parameters | |
184 doc_param_2=%(doc_profile)s | 193 doc_param_2=%(doc_profile)s |
185 | 194 |
186 ;methods | 195 ;methods |
187 | 196 |
188 [getReady] | 197 [getReady] |