[Gpredict-svn] SF.net SVN: gpredict:[60] trunk/src/sat-pref-rot-data.h
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2008-08-22 09:03:37
|
Revision: 60 http://gpredict.svn.sourceforge.net/gpredict/?rev=60&view=rev Author: csete Date: 2008-08-22 09:03:45 +0000 (Fri, 22 Aug 2008) Log Message: ----------- Readded Az and El limit columns. Modified Paths: -------------- trunk/src/sat-pref-rot-data.h Modified: trunk/src/sat-pref-rot-data.h =================================================================== --- trunk/src/sat-pref-rot-data.h 2008-08-22 08:53:13 UTC (rev 59) +++ trunk/src/sat-pref-rot-data.h 2008-08-22 09:03:45 UTC (rev 60) @@ -32,6 +32,10 @@ typedef enum { ROT_LIST_COL_NAME = 0, /*!< File name. */ ROT_LIST_COL_HOST, /*!< Hostname */ + ROT_LIST_COL_MINAZ, /*!< Lower Az limit. */ + ROT_LIST_COL_MAXAZ, /*!< Upper Az limit. */ + ROT_LIST_COL_MINEL, /*!< Lower El limit. */ + ROT_LIST_COL_MAXEL, /*!< Upper El limit. */ 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. |