mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 04:50:29 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			539 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			539 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| DaemonSinkSettings:
 | |
|   description: "Daemon channel sink settings"
 | |
|   properties:
 | |
|     nbFECBlocks:
 | |
|       description: "Number of FEC blocks per frame"
 | |
|       type: integer
 | |
|     dataAddress:
 | |
|       description: "Receiving USB data address"
 | |
|       type: string
 | |
|     dataPort:
 | |
|       description: "Receiving USB data port"
 | |
|       type: integer
 | |
|     txDelay:
 | |
|       description: "Minimum delay in ms between consecutive USB blocks transmissions"
 | |
|       type: integer
 | |
|     rgbColor:
 | |
|       type: integer                  
 | |
|     title:
 | |
|       type: string      
 |