Hamlib/tests
Stéphane Fillod, F8CFE f4edf08f61 reflect changes of caps->rig_type
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@617 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-08-08 06:08:33 +00:00
..
Makefile.am added rigctl man page, workaround for libtool bug? 2001-07-21 13:02:31 +00:00
Makefile.in regenerated 2001-07-21 13:11:13 +00:00
README
dumpcaps.c reflect changes of caps->rig_type 2001-08-08 06:08:33 +00:00
dumpmem.c 'path' field renamed in port_t 2001-07-25 21:59:55 +00:00
listrigs.c reflect changes of caps->rig_type 2001-08-08 06:08:33 +00:00
rigctl.1 Initial release 2001-07-20 11:07:51 +00:00
rigctl.c 'path' field renamed in port_t 2001-07-25 21:59:55 +00:00
rigmatrix.c reflect changes of caps->rig_type 2001-08-08 06:08:33 +00:00
rigmatrix_head.html
testbcd.c
testcaps.c converted to LGPL 2001-07-13 19:08:15 +00:00
testcpp.cc more work on C++ bindings 2001-06-18 20:17:20 +00:00
testfreq.c
testrig.c 'path' field renamed in port_t 2001-07-25 21:59:55 +00:00
testtrn.c 'path' field renamed in port_t 2001-07-25 21:59:55 +00:00

README

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