[Gpredict-svn] SF.net SVN: gpredict:[69] trunk/src/radio-conf.h
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-08-27 19:19:41
|
Revision: 69
http://gpredict.svn.sourceforge.net/gpredict/?rev=69&view=rev
Author: csete
Date: 2008-08-27 19:19:52 +0000 (Wed, 27 Aug 2008)
Log Message:
-----------
Changed LO from MHz to Hz.
Modified Paths:
--------------
trunk/src/radio-conf.h
Modified: trunk/src/radio-conf.h
===================================================================
--- trunk/src/radio-conf.h 2008-08-27 19:17:51 UTC (rev 68)
+++ trunk/src/radio-conf.h 2008-08-27 19:19:52 UTC (rev 69)
@@ -39,7 +39,7 @@
gchar *name; /*!< Configuration file name, without .rig. */
gchar *host; /*!< hostname or IP */
gint port; /*!< port number */
- gdouble lo; /*!< local oscillator freq in MHz (using double for
+ gdouble lo; /*!< local oscillator freq in Hz (using double for
compatibility with rest of code) */
} radio_conf_t;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|