[Gpredict-svn] SF.net SVN: gpredict:[182] trunk/src/sat-pref-rig-data.h
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-12-28 11:08:51
|
Revision: 182
http://gpredict.svn.sourceforge.net/gpredict/?rev=182&view=rev
Author: csete
Date: 2008-12-28 11:08:48 +0000 (Sun, 28 Dec 2008)
Log Message:
-----------
Updated column defs to include rig type and ptt.
Modified Paths:
--------------
trunk/src/sat-pref-rig-data.h
Modified: trunk/src/sat-pref-rig-data.h
===================================================================
--- trunk/src/sat-pref-rig-data.h 2008-12-28 11:06:54 UTC (rev 181)
+++ trunk/src/sat-pref-rig-data.h 2008-12-28 11:08:48 UTC (rev 182)
@@ -33,6 +33,8 @@
RIG_LIST_COL_NAME = 0, /*!< File name. */
RIG_LIST_COL_HOST, /*!< Hostname, e.g. localhost */
RIG_LIST_COL_PORT, /*!< Port number */
+ RIG_LIST_COL_TYPE, /*!< Radio type */
+ RIG_LIST_COL_PTT, /*!< PTT */
RIG_LIST_COL_LO, /*!< Local oscillator freq */
RIG_LIST_COL_NUM /*!< The number of fields in the list. */
} rig_list_col_t;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|