Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/TAD_Sim
/ _pystr2cstr
Function
_pystr2cstr
simcore/framework/src/api/python/txsim_module.py:296–297 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
294
295
296
def
_pystr2cstr(s):
297
return
c_char_p(s.encode(
'utf-8'
))
298
299
300
_tadsim_install_dir = os.getenv(
"TADSIM"
)
Callers
15
serve
Method · 0.85
get_parameter
Method · 0.85
subscribe
Method · 0.85
publish
Method · 0.85
subscribe_shmem
Method · 0.85
publish_shmem
Method · 0.85
get_subscribed_message
Method · 0.85
publish_message
Method · 0.85
stop_scenario
Method · 0.85
get_subscribed_shmem_data
Method · 0.85
get_published_shmem_buffer
Method · 0.85
set_feedback
Method · 0.85
Calls
1
encode
Method · 0.80
Tested by
no test coverage detected