Our admin installed stuff to SDRROOT=/var/redhawk/sdr
but I wanted to have my own SDRROOT
, which I set to ~/redhawk/sdr
.
The problem is that the I don't see components like sigGen, hardLimit in the components palette.
I followed the following instruction given by Axios.
These instructions did not solve my problem:
$ mkdir -p $SDRROOT/{dom/components,dom/waveforms,dom/domain,dev/devices,dev/nodes}
$ ln -s /var/redhawk/sdr/dom/mgr $SDRROOT/dom/mgr
$ ln -s /var/redhawk/sdr/dev/mgr $SDRROOT/dev/mgr
$ cp /var/redhawk/sdr/dom/domain/DomainManager.dmd.xml.template \
$SDRROOT/dom/domain/DomainManager.dmd.xml
$ gedit $SDRROOT/dom/domain/DomainManager.dmd.xml