Hamlib/tests
Stéphane Fillod, F8CFE f6dfb59eff misc update
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@517 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-02 18:11:21 +00:00
..
dumpcaps.c misc update 2001-06-02 18:11:21 +00:00
dumpmem.c * Initial release 2001-05-04 22:47:35 +00:00
listrigs.c misc update 2001-06-02 18:11:21 +00:00
Makefile.am Install only rigctl 2001-05-22 22:02:21 +00:00
Makefile.in regenerated 2001-06-02 17:40:15 +00:00
README * Initial release 2001-03-04 12:19:45 +00:00
rigctl.c * setting_t is on 64bits now 2001-04-28 12:43:43 +00:00
rigmatrix.c misc update 2001-06-02 18:11:21 +00:00
testbcd.c * misc update 2001-03-04 12:21:58 +00:00
testcaps.c * new testcaps released 2001-04-24 20:04:47 +00:00
testfreq.c * spelling update 2001-02-15 00:02:20 +00:00
testrig.c * fixed RIG_PASSBAND_OLDTIME, rig model is taken from arg 2001-05-04 22:46:47 +00:00
testtrn.c * misc define renamed 2001-03-04 13:06:36 +00:00

You will find in the tests/ subdirectory various programs to exercise
the Hamlib library.
Most of the time, you will have to make sure that the backend for
your rig is loaded at the begining of the main() by rig_load_backend(),
and rig_init() initialize for your rig type. Check also that
the program is setup for your rig path (strncpy(my_rig->state.rig_path, etc.)

dumpcaps  -	Output the caps contents of a rig 
listrigs  -	Condensed list of all the models supported by backends
rigmatrix -	Output the HTML table of supported rigs, with .png files for freqs
testbcd   -	Simple program to test BCD conversion, takes a number as arg.
testfreq  -	Simple program to test Freq conversion, takes a number as arg.
testrig   -	Sample program calling common API calls
testtrn   -	Sample program using event notification
rigctl	  -	Combined tool to execute any call of the API