Wykres commitów

1017 Commity (master)

Autor SHA1 Wiadomość Data
Stéphane Fillod, F8CFE 2d6dd6bda0 * added squelch primitives of DCS/CTCSS
* added set/get_RIT and rig_get_info()


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@273 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-28 22:31:40 +00:00
Stéphane Fillod, F8CFE b1a3b27e2d * misc reordering, added Skanti
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@272 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-28 22:28:30 +00:00
Stéphane Fillod, F8CFE 5733b0c984 * misc fix of the size of immediate value (long long)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@255 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-30 21:45:27 +00:00
Stéphane Fillod, F8CFE 39ea3ecee7 * misc cleanup
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@251 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-29 16:29:07 +00:00
Stéphane Fillod, F8CFE 3e2fc349e4 * try to be more exhaustive in the rig list. Any volounteers ?
* cleanup


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@241 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-23 19:55:11 +00:00
Stéphane Fillod, F8CFE e9c6d30233 * added rig_set_bank() to the API
* added struct timeval post_write_date to rig_state, so the post_write_delay
  may not be an active wait loop.
* cleanup


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@240 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-23 19:53:03 +00:00
Stéphane Fillod, F8CFE 5e546f9347 Initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@238 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-22 16:19:06 +00:00
Stéphane Fillod, F8CFE f6f1e008cf * renamed rig_*_rpt_* functions to rig_*_rptr_* to be more uniform
* made use of setting_t type in *_has_* functions
* removed set_volume, get_volume, set_squelch, get_squelch,
  get_squelch_status, set_ant, get_ant, int et_att, get_att,
  set_preamp, get_preamp, set_power, and get_power
  in favor of set_level/get_level.
* set_func takes one more arg for the status (activate or desactivate)


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@233 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-22 16:02:21 +00:00
Stéphane Fillod, F8CFE fa3d2e016b * Replaced rig_?et_volume/rig_?et_squelch/rig_get_squelch_status/rig_get_strength/rig_?et_ant/rig_?et_att/rig_?et_preamp by rig_set_level/rig_get_level. This is a good saving in terms of namespace, but a potential gain in messy backend implementation. Feedback welcome.
* Added rig_has_level/rig_has_set_level (cloned from their *_func cousins)

* Reworked the RIG_MODE_* defines. The filter information (narrow, normal, wide) has been splited for less complexity. Thus adding rig_[sg]et_passband.

* Reworked the vfo_t enum. Main is now an alias for VFO A, Sub for VFO B, Sat for VFO C. I'm almost sure it's a wrong assumption. Could someone tell if Main is or is not VFO A ?

* Coded in a Memory/VFO handling proposal. Access is done through mv_ctl. See mem_vfo_op_e for a list of available operations.

* Renamed [sg]et_tone to [sg]et_dcs and [sg]et_tonesq to [sg]et_ctcss.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@218 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-16 21:58:03 +00:00
Stéphane Fillod, F8CFE f94baa5630 * Added RIG_MODEL_MINISCOUT
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@215 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-16 21:48:48 +00:00
Stéphane Fillod, F8CFE db79d12466 * added [sg]et_rpt_offs to set repeater offset
* added [sg]et_split_freq to set split frequencies
* added [sg]et_split to activate split operation
* added get_squelch_status to get the open/close status of the squelch
* added [sg]et_trn to activate on the run the transceive mode (PCR1000 can do that)


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@207 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-10 22:09:54 +00:00
Stéphane Fillod, F8CFE 6d7a2cff06 added Icom models in the list
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@206 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-10 22:05:23 +00:00
Frank Singleton, VK3FCS a5bcaa48ca added post_write_delay
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@204 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-09 01:17:20 +00:00
Stéphane Fillod, F8CFE c6f8770576 include files moved again (to include/hamlib)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@183 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-08 21:16:45 +00:00
Stéphane Fillod, F8CFE fe1452a35a include files moved again
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@182 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-08 21:15:28 +00:00
Stéphane Fillod, F8CFE 34279c3cd6 Initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@173 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-01 12:52:17 +00:00
Stéphane Fillod, F8CFE c6184212c6 Moved from ../common
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@172 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-01 12:45:21 +00:00