mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-11 02:09:03 -04:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user