From 71898caca02f50f577ee83225858d4fd3ccad547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 17 Dec 2001 22:58:54 +0000 Subject: [PATCH] misc test added git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@759 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- tests/testcpp.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testcpp.cc b/tests/testcpp.cc index 75e708d67..2ca82b932 100644 --- a/tests/testcpp.cc +++ b/tests/testcpp.cc @@ -14,6 +14,7 @@ int main(int argc, char* argv[]) myRig.open(); myRig.setFreq(MHz(144)); cout << myRig.getLevelI(RIG_LEVEL_STRENGTH) << "dB" << endl; + cout << "Modes for freq 14.332: " << myRig.RngRxModes(MHz(14.332)) << endl; myRig.close(); } catch (const RigException &Ex) {