mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 20:40:20 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			57 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| RemoteInputSettings:
 | |
|   description: RemoteInput
 | |
|   properties:
 | |
|     apiAddress:
 | |
|       type: string
 | |
|     apiPort:
 | |
|       type: integer
 | |
|     dataAddress:
 | |
|       type: string
 | |
|     dataPort:
 | |
|       type: integer
 | |
|     dcBlock:
 | |
|       type: integer
 | |
|     iqCorrection:
 | |
|       type: integer
 | |
|     fileRecordName:
 | |
|       type: string
 | |
|     useReverseAPI:
 | |
|       description: Synchronize with reverse API (1 for yes, 0 for no)
 | |
|       type: integer
 | |
|     reverseAPIAddress:
 | |
|       type: string
 | |
|     reverseAPIPort:
 | |
|       type: integer
 | |
|     reverseAPIDeviceIndex:
 | |
|       type: integer
 | |
| 
 | |
| RemoteInputReport:
 | |
|   description: RemoteInput
 | |
|   properties:
 | |
|     centerFrequency:
 | |
|       type: integer
 | |
|       format: uint64
 | |
|     sampleRate:
 | |
|       type: integer
 | |
|     bufferRWBalance:
 | |
|       description: percentage off the mid buffer (positive read leads)
 | |
|       type: integer
 | |
|     remoteTimestamp:
 | |
|       description: string representation of timestamp as sent by the remote instance
 | |
|       type: string
 | |
|     minNbBlocks:
 | |
|       description: Minimum number of blocks retrieved per frame
 | |
|       type: integer
 | |
|     maxNbRecovery:
 | |
|       description: Maximum number of recovery blocks used per frame
 | |
|       type: integer
 | |
| 
 | |
| RemoteInputActions:
 | |
|   description: RemoteInput
 | |
|   properties:
 | |
|     record:
 | |
|       type: integer
 | |
|       description: >
 | |
|         Record IQ stream action
 | |
|           * 0 - stop recording
 | |
|           * 1 - start recording |