IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2008, 4:19:52 PM (18 years ago)
Author:
jhoblitt
Message:

add epoch fields to pz*, new*, & raw* tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/src/ippdb.h

    r17833 r17872  
    134134    char            *telescope;
    135135    char            *uri;
     136    psTime*         epoch;
    136137} pzDataStoreRow;
    137138
     
    144145    const char      *camera,
    145146    const char      *telescope,
    146     const char      *uri
     147    const char      *uri,
     148    psTime*         epoch
    147149);
    148150
     
    176178    const char      *camera,
    177179    const char      *telescope,
    178     const char      *uri
     180    const char      *uri,
     181    psTime*         epoch
    179182);
    180183
     
    340343    psS32           imfiles;
    341344    psS16           fault;
     345    psTime*         epoch;
    342346} summitExpRow;
    343347
     
    355359    const char      *uri,
    356360    psS32           imfiles,
    357     psS16           fault
     361    psS16           fault,
     362    psTime*         epoch
    358363);
    359364
     
    392397    const char      *uri,
    393398    psS32           imfiles,
    394     psS16           fault
     399    psS16           fault,
     400    psTime*         epoch
    395401);
    396402
     
    557563    char            *class_id;
    558564    char            *uri;
     565    psTime*         epoch;
    559566} summitImfileRow;
    560567
     
    573580    const char      *class,
    574581    const char      *class_id,
    575     const char      *uri
     582    const char      *uri,
     583    psTime*         epoch
    576584);
    577585
     
    611619    const char      *class,
    612620    const char      *class_id,
    613     const char      *uri
     621    const char      *uri,
     622    psTime*         epoch
    614623);
    615624
     
    771780    char            *telescope;
    772781    char            *state;
     782    psTime*         epoch;
    773783} pzDownloadExpRow;
    774784
     
    782792    const char      *camera,
    783793    const char      *telescope,
    784     const char      *state
     794    const char      *state,
     795    psTime*         epoch
    785796);
    786797
     
    815826    const char      *camera,
    816827    const char      *telescope,
    817     const char      *state
     828    const char      *state,
     829    psTime*         epoch
    818830);
    819831
     
    978990    char            *uri;
    979991    psS16           fault;
     992    psTime*         epoch;
    980993} pzDownloadImfileRow;
    981994
     
    9921005    const char      *class_id,
    9931006    const char      *uri,
    994     psS16           fault
     1007    psS16           fault,
     1008    psTime*         epoch
    9951009);
    9961010
     
    10281042    const char      *class_id,
    10291043    const char      *uri,
    1030     psS16           fault
     1044    psS16           fault,
     1045    psTime*         epoch
    10311046);
    10321047
     
    11961211    char            *end_stage;
    11971212    char            *label;
     1213    psTime*         epoch;
    11981214} newExpRow;
    11991215
     
    12151231    const char      *tess_id,
    12161232    const char      *end_stage,
    1217     const char      *label
     1233    const char      *label,
     1234    psTime*         epoch
    12181235);
    12191236
     
    12561273    const char      *tess_id,
    12571274    const char      *end_stage,
    1258     const char      *label
     1275    const char      *label,
     1276    psTime*         epoch
    12591277);
    12601278
     
    14151433    char            *tmp_class_id;
    14161434    char            *uri;
     1435    psTime*         epoch;
    14171436} newImfileRow;
    14181437
     
    14251444    psS64           exp_id,
    14261445    const char      *tmp_class_id,
    1427     const char      *uri
     1446    const char      *uri,
     1447    psTime*         epoch
    14281448);
    14291449
     
    14571477    psS64           exp_id,
    14581478    const char      *tmp_class_id,
    1459     const char      *uri
     1479    const char      *uri,
     1480    psTime*         epoch
    14601481);
    14611482
     
    16701691    char            *hostname;
    16711692    psS16           fault;
     1693    psTime*         epoch;
    16721694} rawExpRow;
    16731695
     
    17341756    psF32           solang,
    17351757    const char      *hostname,
    1736     psS16           fault
     1758    psS16           fault,
     1759    psTime*         epoch
    17371760);
    17381761
     
    18201843    psF32           solang,
    18211844    const char      *hostname,
    1822     psS16           fault
     1845    psS16           fault,
     1846    psTime*         epoch
    18231847);
    18241848
     
    20292053    char            *hostname;
    20302054    psS16           fault;
     2055    psTime*         epoch;
    20312056} rawImfileRow;
    20322057
     
    20892114    const char      *object,
    20902115    const char      *hostname,
    2091     psS16           fault
     2116    psS16           fault,
     2117    psTime*         epoch
    20922118);
    20932119
     
    21712197    const char      *object,
    21722198    const char      *hostname,
    2173     psS16           fault
     2199    psS16           fault,
     2200    psTime*         epoch
    21742201);
    21752202
Note: See TracChangeset for help on using the changeset viewer.