Wykres commitów

161 Commity (Hamlib-1.2.4)

Autor SHA1 Wiadomość Data
Stéphane Fillod, F8CFE c4e37e428f unexport functions and make them static
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1968 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-03 19:27:59 +00:00
Stéphane Fillod, F8CFE cda3d6bb86 removed non used functions, which are emulated by the frontend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1965 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-03 18:57:28 +00:00
Stéphane Fillod, F8CFE 96097e762a typo
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1964 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-03 18:37:09 +00:00
Stéphane Fillod, F8CFE de6fb60b06 implemented TOGGLE, LEVEL_SWR, LEVEL_RAWSTR, split. Made ft857 functions unexported
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1948 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-03-26 13:03:27 +00:00
Stéphane Fillod, F8CFE aedd1bf002 patch from Jacob Heder
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1943 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-03-13 18:30:44 +00:00
Stéphane Fillod, F8CFE 39aff6f6ad added yaesu probe rigs
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1938 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-26 23:44:41 +00:00
Stéphane Fillod, F8CFE 57b1781fc1 new VR-5000 and FT1000MP's entries
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1937 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-26 23:13:48 +00:00
Stéphane Fillod, F8CFE e40ca60a02 cloned FT1000MP entries
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1936 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-26 23:13:12 +00:00
Stéphane Fillod, F8CFE 5a42c04e31 initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1935 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-26 23:11:32 +00:00
Stéphane Fillod, F8CFE 236200bae2 new yeasu entries
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1934 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-26 22:31:46 +00:00
Stéphane Fillod, F8CFE f9af9e4d0d fix bug in mode setting
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1933 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-26 22:30:55 +00:00
Berndt Josef Wulf, VK5ABN 2c49efc1dd Fixed erroneous return value
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1930 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-25 11:32:31 +00:00
Stéphane Fillod, F8CFE cccf1318ce second pass at getting rid of "ll" immediate literal format (64bit int)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1904 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-01-25 00:22:14 +00:00
Stéphane Fillod, F8CFE 23369a0c25 * abstract 64bit int format type to cope with portability issues.
introduce PRIll (printf format) and SCNll (scanf) in misc.h.
  This needs to have config.h included beforehand.
* do likewise with freq_t type (double) in rig.h
  FREQFMT is deprecated.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1903 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-01-24 23:04:35 +00:00
Nate Bargmann, N0NB e02795f58c 20050118:
Update:
		src/locator.c -- Applied patch from Dave Hines M1CXW
		yaesu/ft920.* -- Format cleanup


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1899 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-01-18 23:06:51 +00:00
Stéphane Fillod, F8CFE b341d5dc5d fix USB/LSB set_mode, from Tapio report
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1878 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-11-17 22:02:03 +00:00
Stéphane Fillod, F8CFE 0643474a1f fix a comment, rough guess at str_cal waiting for real measurement
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1873 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-11-15 15:21:11 +00:00
Stéphane Fillod, F8CFE db7f077d5e memset is more portable than bzero
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1855 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-09-26 17:36:42 +00:00
Stéphane Fillod, F8CFE fe10198f27 remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1853 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-09-26 08:35:05 +00:00
Berndt Josef Wulf, VK5ABN 92b8283754 ft990_get_mem(): Fixed bug that prevented the reporting of current channel
number when vfo != RIG_VFO_MEM

ft990_get_channel(): Revised implementation of the get_channel() function.
                 Initialisation of the "channel_t chan" data structure
                 as not every data field is supported by the FT990 rig. It
		 should be the responsibility of the frontend to initialize
		 this data structure prior to passing it to the backend.

ft990_get_update_data(): Revised the implementation of this local utility
                 responsible for the retrival of the rig's data structures.
		 The 3rd argument of this function is now used to pass
		 the channel number for memory channel related queries.

Several bug fixes and source code cleanup


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1848 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-09-22 13:56:50 +00:00
Stéphane Fillod, F8CFE 4e38224cad quick fix has reported from DReaM user, more to be done along the line of FT100
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1825 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-26 20:56:24 +00:00
Stéphane Fillod, F8CFE 1385617c85 Cloned the FT1000D from the FT990, since they are similar. Test needed.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1811 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-17 20:07:20 +00:00
Stéphane Fillod, F8CFE 712112009a Initial support for FT736R, FRG100 and FRG9600
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1797 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-10 21:10:36 +00:00
Stéphane Fillod, F8CFE 7386e39a7d guess at ptt_type, better validity check in get_level
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1796 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-10 21:03:56 +00:00
Stéphane Fillod, F8CFE 623ba09ca8 resolve win32 header compatibility issue: no more HANDLE/timeval specific types
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1794 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-10 21:00:13 +00:00
Stéphane Fillod, F8CFE 2181458976 added FT757GXII initial support and reworked the FT757GX common backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1784 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-08 19:15:31 +00:00
Stéphane Fillod, F8CFE 66360b4f14 Prefixed misc str* and parse_* calls with rig_ to export them in rig.h
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1738 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-05-17 21:09:45 +00:00
Stéphane Fillod, F8CFE c930934e0f Initial release of FRG-8800
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1735 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-05-16 07:32:57 +00:00
Stéphane Fillod, F8CFE 74964a1afb Initial FT757GX release, contribution from David L Norris
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1726 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-04-24 13:01:00 +00:00
Berndt Josef Wulf, VK5ABN 88831ea3f0 ft990_get_ptt() now uses the FT990_SF_XMIT instead of FT990_SF_PTT.
FT990_SF_PTT only returns status of PTT activated by CAT commands,
whereas FT990_SF_XMIT reports the actual status of the ptt line.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1714 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-04-04 04:57:35 +00:00
Stéphane Fillod, F8CFE 72097cdbf3 URL update
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1690 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-16 21:38:59 +00:00
Berndt Josef Wulf, VK5ABN 02319983dd Changed debug message format for freq_t from long long to double
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1685 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-12 21:39:48 +00:00
Stéphane Fillod, F8CFE e30748c4bf initial support for FT-897 (cloned from ft857)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1665 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-08 17:08:46 +00:00
Stéphane Fillod, F8CFE fb681ae3ca little bugfixes from Mikko OH2MMY
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1658 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-01 22:29:23 +00:00
Stéphane Fillod, F8CFE 523b084f86 misc portability fix
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1644 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-01-15 22:52:13 +00:00
Stéphane Fillod, F8CFE 64d539acd9 be freq_t and setting_t type agnostic
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1641 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-01-15 22:43:59 +00:00
Berndt Josef Wulf, VK5ABN 0b8e1f63d4 Implemented RIG_MODE_PKTFM and RIG_MODE_PKTLSB modes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1637 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-12-24 14:36:07 +00:00
Berndt Josef Wulf, VK5ABN 99a524472c Commented out RIG_MODE_PKTFM overlooked at the submission of previous code
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1635 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-12-23 13:46:20 +00:00
Berndt Josef Wulf, VK5ABN 2a1cf6a1c3 Implemented set_parm() for BACKLIGHT operation
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1634 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-12-23 13:32:11 +00:00
Stéphane Fillod, F8CFE b24ca0ddb7 patch from Mikko Pikarinen OH2MMY
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1633 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-12-22 17:56:46 +00:00
Berndt Josef Wulf, VK5ABN 3b09a33660 Implemented rig_set_channel()
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1619 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-12-03 12:25:36 +00:00
Stéphane Fillod, F8CFE b4b903e3cb better handling of RIG_VFO_CURR (still not complete though)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1614 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-12-01 20:54:04 +00:00
Stéphane Fillod, F8CFE aea9a53573 more work from Berndt
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1613 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-30 22:46:01 +00:00
Stéphane Fillod, F8CFE df66a3165b FT990 support from Berndt
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1606 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-28 15:45:19 +00:00
Stéphane Fillod, F8CFE 6985ec78ca converted RIG_LEVEL_STRENGTH to RIG_LEVEL_RAWSTR. RIG_LEVEL_STRENGTH is then derived from calibration table
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1583 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-16 17:14:44 +00:00
Stéphane Fillod, F8CFE 7a96cc0cbf Initial skelton revision for the FT990
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1562 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-12 18:04:02 +00:00
Stéphane Fillod, F8CFE 9bb96bc753 lib replacement needed for portability
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1557 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-01 21:51:19 +00:00
Stéphane Fillod, F8CFE 4d6426101e remove some dead wood
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1552 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-01 19:34:08 +00:00
Stéphane Fillod, F8CFE 0e970ccdb7 Patch from Tomi Manninen / OH2BNS:
ft857-arg-check:

 - remove all checks for rig != NULL, these are done by the front end

ft857-squelch:

 - add ft857_get_dcd() and ft857_get_level(RIG_LEVEL_SQLSTAT)
 - changed S meter calculation a bit
 - the rig rejects ft857_set_ptt() if state isn't changed,
   handling this might be needed in other set commands as well
 - increased read timeout a bit
 - tried ft857_set_powerstat(), didn't work...
 - minor cosmetic stuff


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1536 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-09-21 11:08:06 +00:00
Stéphane Fillod, F8CFE 5ce96aa639 FT-857 patch from Tomi, OH2BNS
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1531 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-27 07:39:05 +00:00