Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ put_ann
Method
put_ann
libsigrokdecode4DSL/decoders/example/pd.py:132–133 ·
view source on GitHub ↗
(self, a, b, ann, data)
Source
from the content-addressed store, hash-verified
130
# self.out_ann就是上面注册的消息类型了
131
# self.put是c底层类提供的函数
132
def
put_ann(self, a, b, ann, data):
133
self.put(a, b, self.out_ann, [ann, data])
134
135
# 解码函数,解码任务开始时由c底层代码调用
136
# 这里不断循环等待所有采样数据被处理完成
Callers
1
decode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected