kopia lustrzana https://github.com/Hamlib/Hamlib
				
				
				
			added get/set_conf for FT1200, FT2000, FT450, FT5000 and FT9000
							rodzic
							
								
									092cad3112
								
							
						
					
					
						commit
						0b900c0b47
					
				|  | @ -163,6 +163,9 @@ const struct rig_caps ft1200_caps = { | |||
|     .rig_open =           newcat_open,     /* port opened */ | ||||
|     .rig_close =          newcat_close,    /* port closed */ | ||||
| 
 | ||||
|     .cfgparams =          newcat_cfg_params, | ||||
|     .set_conf =           newcat_set_conf, | ||||
|     .get_conf =           newcat_get_conf, | ||||
|     .set_freq =           newcat_set_freq, | ||||
|     .get_freq =           newcat_get_freq, | ||||
|     .set_mode =           newcat_set_mode, | ||||
|  |  | |||
|  | @ -162,6 +162,9 @@ const struct rig_caps ft2000_caps = { | |||
|     .rig_open =           newcat_open,     /* port opened */ | ||||
|     .rig_close =          newcat_close,    /* port closed */ | ||||
| 
 | ||||
|     .cfgparams =          newcat_cfg_params, | ||||
|     .set_conf =           newcat_set_conf, | ||||
|     .get_conf =           newcat_get_conf, | ||||
|     .set_freq =           newcat_set_freq, | ||||
|     .get_freq =           newcat_get_freq, | ||||
|     .set_mode =           newcat_set_mode, | ||||
|  | @ -204,4 +207,3 @@ const struct rig_caps ft2000_caps = { | |||
|     .get_channel =        newcat_get_channel, | ||||
| 
 | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
|  | @ -160,7 +160,10 @@ const struct rig_caps ft450_caps = { | |||
|     .rig_cleanup =        newcat_cleanup, | ||||
|     .rig_open =           newcat_open,     /* port opened */ | ||||
|     .rig_close =          newcat_close,    /* port closed */ | ||||
| 
 | ||||
|      | ||||
|     .cfgparams =          newcat_cfg_params, | ||||
|     .set_conf =           newcat_set_conf, | ||||
|     .get_conf =           newcat_get_conf, | ||||
|     .set_freq =           newcat_set_freq, | ||||
|     .get_freq =           newcat_get_freq, | ||||
|     .set_mode =           newcat_set_mode, | ||||
|  | @ -199,4 +202,3 @@ const struct rig_caps ft450_caps = { | |||
|     .get_channel =        newcat_get_channel, | ||||
| 
 | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
|  | @ -162,6 +162,9 @@ const struct rig_caps ftdx5000_caps = { | |||
|     .rig_open =           newcat_open,     /* port opened */ | ||||
|     .rig_close =          newcat_close,    /* port closed */ | ||||
| 
 | ||||
|     .cfgparams =          newcat_cfg_params, | ||||
|     .set_conf =           newcat_set_conf, | ||||
|     .get_conf =           newcat_get_conf, | ||||
|     .set_freq =           newcat_set_freq, | ||||
|     .get_freq =           newcat_get_freq, | ||||
|     .set_mode =           newcat_set_mode, | ||||
|  | @ -204,4 +207,3 @@ const struct rig_caps ftdx5000_caps = { | |||
|     .get_channel =        newcat_get_channel, | ||||
| 
 | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
|  | @ -163,6 +163,9 @@ const struct rig_caps ft9000_caps = { | |||
|     .rig_open =           newcat_open,     /* port opened */ | ||||
|     .rig_close =          newcat_close,    /* port closed */ | ||||
| 
 | ||||
|     .cfgparams =          newcat_cfg_params, | ||||
|     .set_conf =           newcat_set_conf, | ||||
|     .get_conf =           newcat_get_conf, | ||||
|     .set_freq =           newcat_set_freq, | ||||
|     .get_freq =           newcat_get_freq, | ||||
|     .set_mode =           newcat_set_mode, | ||||
|  | @ -205,4 +208,3 @@ const struct rig_caps ft9000_caps = { | |||
|     .get_channel =        newcat_get_channel, | ||||
| 
 | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 dh1tw
						dh1tw