readme

来自「This a framework to test new ideas in tr」· 代码 · 共 34 行

TXT
34
字号
This is the debugging interface. It acts as a directory under/proc, namely /proc/swr, and all modules will appear underthis structure. More details: cdb/ - holds all signal processing classes registered in the system. A class being in here doesn't necessarily have it's instantiation.   x/inputs - 'x' is the class, while inputs is another directory   describing the inputs of this class:        nbr - how many inputs     type - comma-seperated list of types of inputs     size - comma-seperated list of sizes. Most will be 0   x/outputs - same as x/inputs   x/config - the configuration entries of the module 'x'     y - the name of the configuration entry, holds two comma-     seperated values: type and index   x/stats - the statistical entries of the module 'x'     y - the name of the statistical entry, holds two comma-     seperated values: type and index sdb/ - holds all instantiated subsystems.   x/inputs - the same as the entry under cdb/, but this   time with the actual values, most importantly of   'size'

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?