Hamlib/tests
2001-06-27 17:32:47 +00:00
..
dumpcaps.c new automatic backend loading and sparse rig_model scheme 2001-06-04 21:17:53 +00:00
dumpmem.c new automatic backend loading and sparse rig_model scheme 2001-06-04 21:17:53 +00:00
listrigs.c new automatic backend loading and sparse rig_model scheme 2001-06-04 21:17:53 +00:00
Makefile.am misc fix 2001-06-20 06:03:36 +00:00
Makefile.in misc fix 2001-06-20 06:03:36 +00:00
README * Initial release 2001-03-04 12:19:45 +00:00
rigctl.c simplified xet_split_freq/xet_split_mode, now handles only tx freq/mode 2001-06-27 17:32:47 +00:00
rigmatrix_head.html initial release 2001-06-05 18:10:26 +00:00
rigmatrix.c new automatic backend loading and sparse rig_model scheme 2001-06-04 21:17:53 +00:00
testbcd.c * misc update 2001-03-04 12:21:58 +00:00
testcaps.c new automatic backend loading and sparse rig_model scheme 2001-06-04 21:17:53 +00:00
testcpp.cc more work on C++ bindings 2001-06-18 20:17:20 +00:00
testfreq.c * spelling update 2001-02-15 00:02:20 +00:00
testrig.c rig_probe works ! (at least on 706MKIIg) 2001-06-10 22:31:44 +00:00
testtrn.c new automatic backend loading and sparse rig_model scheme 2001-06-04 21:17:53 +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