[Gpredict-svn] SF.net SVN: gpredict:[58] trunk/src
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2008-08-22 08:46:03
|
Revision: 58 http://gpredict.svn.sourceforge.net/gpredict/?rev=58&view=rev Author: csete Date: 2008-08-22 08:46:10 +0000 (Fri, 22 Aug 2008) Log Message: ----------- Removed unnecessary columns. Modified Paths: -------------- trunk/src/sat-pref-rig-data.h trunk/src/sat-pref-rot-data.h Modified: trunk/src/sat-pref-rig-data.h =================================================================== --- trunk/src/sat-pref-rig-data.h 2008-08-20 14:36:00 UTC (rev 57) +++ trunk/src/sat-pref-rig-data.h 2008-08-22 08:46:10 UTC (rev 58) @@ -31,15 +31,7 @@ /** \brief Coumn definitions for radio list. */ typedef enum { RIG_LIST_COL_NAME = 0, /*!< File name. */ - RIG_LIST_COL_MODEL, /*!< Model, e.g. FT-847. */ - RIG_LIST_COL_ID, /*!< Hamlib ID. */ - RIG_LIST_COL_TYPE, /*!< Radio type (RX, TX, TRX, FULL_DUP. */ - RIG_LIST_COL_PORT, /*!< Port / Device, e.g. /dev/ttyS0. */ - RIG_LIST_COL_SPEED, /*!< Serial speed. */ - RIG_LIST_COL_CIV, /*!< CI-V address for Icom rigs. */ - RIG_LIST_COL_EXT, /*!< Use built-in extensions. */ - RIG_LIST_COL_DTR, /*!< DTR line usage */ - RIG_LIST_COL_RTS, /*!< RTS line usage */ + RIG_LIST_COL_HOST, /*!< Hostname, e.g. localhost:12000 */ RIG_LIST_COL_NUM /*!< The number of fields in the list. */ } rig_list_col_t; Modified: trunk/src/sat-pref-rot-data.h =================================================================== --- trunk/src/sat-pref-rot-data.h 2008-08-20 14:36:00 UTC (rev 57) +++ trunk/src/sat-pref-rot-data.h 2008-08-22 08:46:10 UTC (rev 58) @@ -31,15 +31,7 @@ /** \brief Coumn definitions for rotator list. */ typedef enum { ROT_LIST_COL_NAME = 0, /*!< File name. */ - ROT_LIST_COL_MODEL, /*!< Model */ - ROT_LIST_COL_ID, /*!< Hamlib ID. */ - ROT_LIST_COL_TYPE, /*!< Rtator type. */ - ROT_LIST_COL_PORT, /*!< Port / Device, e.g. /dev/ttyS0. */ - ROT_LIST_COL_SPEED, /*!< Serial speed. */ - ROT_LIST_COL_MINAZ, /*!< Lower azimuth limit. */ - ROT_LIST_COL_MAXAZ, /*!< Upper azimuth limit. */ - ROT_LIST_COL_MINEL, /*!< Lower elevation limit. */ - ROT_LIST_COL_MAXEL, /*!< Upper elevation limit. */ + ROT_LIST_COL_HOST, /*!< Hostname */ ROT_LIST_COL_NUM /*!< The number of fields in the list. */ } rotor_list_col_t; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |