mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 13:00:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			801 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			801 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| SDRdaemonSinkSettings:
 | |
|   description: SDRdaemonSink
 | |
|   properties:
 | |
|     centerFrequency:
 | |
|       type: integer
 | |
|       format: uint64
 | |
|     sampleRate:
 | |
|       type: integer
 | |
|     log2Interp:
 | |
|       type: integer
 | |
|     txDelay:
 | |
|       description: minimum delay in ms between two consecutive packets sending
 | |
|       type: number
 | |
|       format: float
 | |
|     nbFECBlocks:
 | |
|       type: integer
 | |
|     address:
 | |
|       type: string
 | |
|     dataPort:
 | |
|       type: integer
 | |
|     controlPort:
 | |
|       type: integer
 | |
|     specificParameters:
 | |
|       type: string
 | |
| 
 | |
| SDRdaemonSinkReport:
 | |
|   description: SDRdaemonSource
 | |
|   properties:
 | |
|     bufferRWBalance:
 | |
|       description: ratio off the mid buffer (positive read leads)
 | |
|       type: number
 | |
|       format: float
 | |
|     sampleCount:
 | |
|       description: count of samples that have been sent
 | |
|       type: integer
 | |
|   |