Changeset 31025 for trunk/ippToPsps/src/Batch.h
- Timestamp:
- Mar 23, 2011, 11:42:31 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/Batch.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/Batch.h
r31015 r31025 18 18 #include <dvo_util.h> 19 19 20 #include " Config.h"20 #include "FitsGenerator.h" 21 21 #include "Fits.h" 22 22 #include "InitData.h" … … 34 34 35 35 // fields 36 char surveyType[10]; // the survey type, eg 3PI, MD01, STS, SSS37 int8_t surveyID; // survey ID38 char fitsInPath[1000]; // path to FITS input39 char resultsPath[1000]; // path to results file40 xmlDocPtr resultsXmlDoc; // pointer to XML document for results41 uint16_t numOfInputFiles; // number of input files42 char** inputFiles; // array of input file names43 Fits *fitsOut; // output FITS file44 pmConfig* pmconfig; // pmConfig45 dvoConfig* dvoConfig; // dvo database46 Config* config; // Configobject47 InitData* initData; // InitData object48 char todaysDate[20]; // today's date49 int exitCode; // ps exit code50 bool testMode; // test mode boolean36 char surveyType[10]; // the survey type, eg 3PI, MD01, STS, SSS 37 int8_t surveyID; // survey ID 38 char fitsInPath[1000]; // path to FITS input 39 char resultsPath[1000]; // path to results file 40 xmlDocPtr resultsXmlDoc; // pointer to XML document for results 41 uint16_t numOfInputFiles; // number of input files 42 char** inputFiles; // array of input file names 43 Fits *fitsOut; // output FITS file 44 pmConfig* pmconfig; // pmConfig 45 dvoConfig* dvoConfig; // dvo database 46 FitsGenerator* fitsGenerator; // FitsGenerator object 47 InitData* initData; // InitData object 48 char todaysDate[20]; // today's date 49 int exitCode; // ps exit code 50 bool testMode; // test mode boolean 51 51 52 52 // methods
Note:
See TracChangeset
for help on using the changeset viewer.
