More work on HRD interface.

*** Beware: some code in this revision will surely fail in Linux! ***
*** Some "#ifdef Win32" statements are still to be included.      ***



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3289 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-05-21 20:49:40 +00:00
parent 22bb94dc02
commit f833e00699
3 changed files with 16 additions and 21 deletions
-1
View File
@@ -114,7 +114,6 @@ int Rig::setFreq(freq_t freq, vfo_t vfo) {
QString t;
int nhz=(int)freq;
t=m_context + "Set Frequency-Hz " + QString::number(nhz);
qDebug() << "a" << freq << nhz << t;
const wchar_t* cmnd = (const wchar_t*) t.utf16();
const wchar_t* result=HRDInterfaceSendMessage(cmnd);
QString t2=QString::fromWCharArray (result,-1);