IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2011, 9:33:05 AM (15 years ago)
Author:
rhenders
Message:

New class to encapsulate initialization data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/Batch.h

    r31011 r31015  
    1212#define IPPTOPSPS_BATCH_H
    1313
    14 #include <psmodules.h>
    15 #include <dvo_util.h>
    16 #include "Config.h"
    1714#include <libxml/parser.h>
    1815#include <libxml/tree.h>
    1916
     17#include <psmodules.h>
     18#include <dvo_util.h>
     19
     20#include "Config.h"
    2021#include "Fits.h"
     22#include "InitData.h"
    2123
    2224/**
     
    4244    pmConfig* pmconfig;         // pmConfig
    4345    dvoConfig* dvoConfig;       // dvo database
    44     Config* config;    // config structure
     46    Config* config;             // Config object
     47    InitData* initData;         // InitData object
    4548    char todaysDate[20];        // today's date
    4649    int exitCode;               // ps exit code
Note: See TracChangeset for help on using the changeset viewer.