readme

来自「软件无线电的平台」· 代码 · 共 43 行

TXT
43
字号
sink---- Works as a display of what has been received. There are different inputsto deserve different sources:input 0: U8input 1: SYMBOL_COMPLEXinput 2: DOUBLEinput 3: DOUBLE_COMPLEX Just by connecting to the appropriate port, you will activate the displayof this given port. Additionaly one can set the 'size' in small chains where no module hasgiven any size yet.Inputs:	U8	SYMBOL_COMPLEX	DOUBLE	DOUBLE_COMPLEXConfig:	flag<int>: 0		0 - no output, 1 - wrstr, 2 - count occurences, 3 - output hex	flag_complex<int>: 0		0 - no output, 1 - write complex symbols	flag_double<int>: 0		0 - no output, 1 - write doubles, 8 in a line	flag_double_complex<int>: 0		0 - no output, 1 - write double_complexess, 8 in a line	size<int>: 0		Gives the input-port sizeStats:	tot_in<int>:		The total bytes/symbols/double/complex doubles received

⌨️ 快捷键说明

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