Changeset 16936 for trunk/Ohana/src/opihi/include/dvoshell.h
- Timestamp:
- Mar 11, 2008, 11:11:55 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/dvoshell.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/dvoshell.h
r16810 r16936 23 23 /* measure fields */ 24 24 enum {MEAS_ZERO, 25 MEAS_GLON, 26 MEAS_GLAT, 27 MEAS_GLON_AVE, 28 MEAS_GLAT_AVE, 29 MEAS_ELON, 30 MEAS_ELAT, 31 MEAS_ELON_AVE, 32 MEAS_ELAT_AVE, 25 33 MEAS_RA, 26 34 MEAS_DEC, … … 84 92 AVE_RA_ERR, 85 93 AVE_DEC_ERR, 94 AVE_GLON, 95 AVE_GLAT, 96 AVE_ELON, 97 AVE_ELAT, 86 98 AVE_U_RA, 87 99 AVE_U_DEC, … … 241 253 int wordhash (char *word); 242 254 255 int dbExtractAverageInitTransform (CoordTransformSystem target); 256 int dbExtractAverageInit (); 257 258 int dbExtractMeasuresInitTransform (CoordTransformSystem target); 259 int dbExtractMeasuresInitAve (); 260 int dbExtractMeasuresInitMeas (); 261 243 262 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
