/share/twn_api.json: add new logging funcs
This commit is contained in:
parent
56530f9864
commit
48e3a4c233
@ -349,6 +349,26 @@
|
||||
"restriction": "parameters"
|
||||
},
|
||||
|
||||
"log_string": {
|
||||
"module": "util",
|
||||
"symbol": "log_string",
|
||||
"header": "twn_util.h",
|
||||
"params": [
|
||||
{ "name": "value", "type": "char *" },
|
||||
{ "name": "identity", "type": "char *", "default": {} }
|
||||
]
|
||||
},
|
||||
|
||||
"log_float": {
|
||||
"module": "util",
|
||||
"symbol": "log_float",
|
||||
"header": "twn_util.h",
|
||||
"params": [
|
||||
{ "name": "value", "type": "float" },
|
||||
{ "name": "identity", "type": "char *", "default": {} }
|
||||
]
|
||||
},
|
||||
|
||||
"log_vec2": {
|
||||
"module": "util",
|
||||
"symbol": "log_vec2",
|
||||
|
Loading…
Reference in New Issue
Block a user