Re: Guide to New Rig backend creation?
Do a grep for R71 and you will
find these line items that are critical to getting a new rig
registered:
src/Makefile.am:??? rigs/icom/ICR71.cxx \
src/Makefile.am:??? include/icom/ICR71.h \
src/rigs/icom/ICR71.cxx:#include "icom/ICR71.h"
src/rigs/icom/ICR71.cxx:const char ICR71name_[] = "IC-R71";
src/rigs/rigs.cxx:RIG_ICR71??? ??? rig_ICR71;
src/rigs/rigs.cxx:??? &rig_ICR71,??? ??? // 63
src/include/rigs.h:#include "icom/ICR71.h"
src/include/rigs.h:extern RIG_ICR71??? ??? rig_ICR71;??? ??? //
63
You should have similar for the R9000.
David
|