IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2006, 5:16:20 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.38

File:
1 edited

Legend:

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

    r9044 r9054  
    24662466typedef struct {
    24672467    char            *exp_id;
     2468    char            *camera;
     2469    char            *telescope;
    24682470    psS32           bytes;
    24692471    char            *md5sum;
     
    24802482pzPendingImfileRow *pzPendingImfileRowAlloc(
    24812483    const char      *exp_id,
     2484    const char      *camera,
     2485    const char      *telescope,
    24822486    psS32           bytes,
    24832487    const char      *md5sum,
     
    25152519    psDB            *dbh,               ///< Database handle
    25162520    const char      *exp_id,
     2521    const char      *camera,
     2522    const char      *telescope,
    25172523    psS32           bytes,
    25182524    const char      *md5sum,
     
    25412547    psDB            *dbh,               ///< Database handle
    25422548    char            **exp_id,
     2549    char            **camera,
     2550    char            **telescope,
    25432551    psS32           *bytes,
    25442552    char            **md5sum,
     
    27002708
    27012709typedef struct {
     2710    char            *exp_tag;
    27022711    char            *exp_id;
    27032712    char            *camera;
     
    27132722
    27142723newExpRow *newExpRowAlloc(
     2724    const char      *exp_tag,
    27152725    const char      *exp_id,
    27162726    const char      *camera,
     
    27472757bool newExpInsert(
    27482758    psDB            *dbh,               ///< Database handle
     2759    const char      *exp_tag,
    27492760    const char      *exp_id,
    27502761    const char      *camera,
     
    27722783bool newExpPop(
    27732784    psDB            *dbh,               ///< Database handle
     2785    char            **exp_tag,
    27742786    char            **exp_id,
    27752787    char            **camera,
     
    29312943
    29322944typedef struct {
    2933     char            *exp_id;
     2945    char            *exp_tag;
    29342946    char            *class;
    29352947    char            *class_id;
     
    29432955
    29442956newImfileRow *newImfileRowAlloc(
    2945     const char      *exp_id,
     2957    const char      *exp_tag,
    29462958    const char      *class,
    29472959    const char      *class_id,
     
    29762988bool newImfileInsert(
    29772989    psDB            *dbh,               ///< Database handle
    2978     const char      *exp_id,
     2990    const char      *exp_tag,
    29792991    const char      *class,
    29802992    const char      *class_id,
     
    30003012bool newImfilePop(
    30013013    psDB            *dbh,               ///< Database handle
    3002     char            **exp_id,
     3014    char            **exp_tag,
    30033015    char            **class,
    30043016    char            **class_id,
     
    31583170
    31593171typedef struct {
    3160     char            *exp_id;
     3172    char            *exp_tag;
    31613173    char            *camera;
    31623174    char            *telescope;
     
    31833195
    31843196rawDetrendExpRow *rawDetrendExpRowAlloc(
    3185     const char      *exp_id,
     3197    const char      *exp_tag,
    31863198    const char      *camera,
    31873199    const char      *telescope,
     
    32293241bool rawDetrendExpInsert(
    32303242    psDB            *dbh,               ///< Database handle
    3231     const char      *exp_id,
     3243    const char      *exp_tag,
    32323244    const char      *camera,
    32333245    const char      *telescope,
     
    32663278bool rawDetrendExpPop(
    32673279    psDB            *dbh,               ///< Database handle
    3268     char            **exp_id,
     3280    char            **exp_tag,
    32693281    char            **camera,
    32703282    char            **telescope,
     
    34373449
    34383450typedef struct {
    3439     char            *exp_id;
     3451    char            *exp_tag;
    34403452    char            *camera;
    34413453    char            *telescope;
     
    34623474
    34633475rawScienceExpRow *rawScienceExpRowAlloc(
    3464     const char      *exp_id,
     3476    const char      *exp_tag,
    34653477    const char      *camera,
    34663478    const char      *telescope,
     
    35083520bool rawScienceExpInsert(
    35093521    psDB            *dbh,               ///< Database handle
    3510     const char      *exp_id,
     3522    const char      *exp_tag,
    35113523    const char      *camera,
    35123524    const char      *telescope,
     
    35453557bool rawScienceExpPop(
    35463558    psDB            *dbh,               ///< Database handle
    3547     char            **exp_id,
     3559    char            **exp_tag,
    35483560    char            **camera,
    35493561    char            **telescope,
     
    37163728
    37173729typedef struct {
    3718     char            *exp_id;
     3730    char            *exp_tag;
    37193731    char            *class;
    37203732    char            *class_id;
     
    37413753
    37423754rawImfileRow *rawImfileRowAlloc(
    3743     const char      *exp_id,
     3755    const char      *exp_tag,
    37443756    const char      *class,
    37453757    const char      *class_id,
     
    37873799bool rawImfileInsert(
    37883800    psDB            *dbh,               ///< Database handle
    3789     const char      *exp_id,
     3801    const char      *exp_tag,
    37903802    const char      *class,
    37913803    const char      *class_id,
     
    38243836bool rawImfilePop(
    38253837    psDB            *dbh,               ///< Database handle
    3826     char            **exp_id,
     3838    char            **exp_tag,
    38273839    char            **class,
    38283840    char            **class_id,
     
    39954007
    39964008typedef struct {
    3997     char            *exp_id;
     4009    char            *exp_tag;
    39984010    char            *recipe;
    39994011    psS32           p1_version;
     
    40064018
    40074019p1PendingExpRow *p1PendingExpRowAlloc(
    4008     const char      *exp_id,
     4020    const char      *exp_tag,
    40094021    const char      *recipe,
    40104022    psS32           p1_version
     
    40384050bool p1PendingExpInsert(
    40394051    psDB            *dbh,               ///< Database handle
    4040     const char      *exp_id,
     4052    const char      *exp_tag,
    40414053    const char      *recipe,
    40424054    psS32           p1_version
     
    40614073bool p1PendingExpPop(
    40624074    psDB            *dbh,               ///< Database handle
    4063     char            **exp_id,
     4075    char            **exp_tag,
    40644076    char            **recipe,
    40654077    psS32           *p1_version
     
    42184230
    42194231typedef struct {
    4220     char            *exp_id;
     4232    char            *exp_tag;
    42214233    char            *recipe;
    42224234    psS32           p1_version;
     
    42304242
    42314243p2PendingExpRow *p2PendingExpRowAlloc(
    4232     const char      *exp_id,
     4244    const char      *exp_tag,
    42334245    const char      *recipe,
    42344246    psS32           p1_version,
     
    42634275bool p2PendingExpInsert(
    42644276    psDB            *dbh,               ///< Database handle
    4265     const char      *exp_id,
     4277    const char      *exp_tag,
    42664278    const char      *recipe,
    42674279    psS32           p1_version,
     
    42874299bool p2PendingExpPop(
    42884300    psDB            *dbh,               ///< Database handle
    4289     char            **exp_id,
     4301    char            **exp_tag,
    42904302    char            **recipe,
    42914303    psS32           *p1_version,
     
    44454457
    44464458typedef struct {
    4447     char            *exp_id;
     4459    char            *exp_tag;
    44484460    char            *class_id;
    44494461    char            *uri;
     
    44594471
    44604472p2PendingImfileRow *p2PendingImfileRowAlloc(
    4461     const char      *exp_id,
     4473    const char      *exp_tag,
    44624474    const char      *class_id,
    44634475    const char      *uri,
     
    44944506bool p2PendingImfileInsert(
    44954507    psDB            *dbh,               ///< Database handle
    4496     const char      *exp_id,
     4508    const char      *exp_tag,
    44974509    const char      *class_id,
    44984510    const char      *uri,
     
    45204532bool p2PendingImfilePop(
    45214533    psDB            *dbh,               ///< Database handle
    4522     char            **exp_id,
     4534    char            **exp_tag,
    45234535    char            **class_id,
    45244536    char            **uri,
     
    46804692
    46814693typedef struct {
    4682     char            *exp_id;
     4694    char            *exp_tag;
    46834695    psS32           p1_version;
    46844696    psS32           p2_version;
     
    46914703
    46924704p2ProcessedExpRow *p2ProcessedExpRowAlloc(
    4693     const char      *exp_id,
     4705    const char      *exp_tag,
    46944706    psS32           p1_version,
    46954707    psS32           p2_version
     
    47234735bool p2ProcessedExpInsert(
    47244736    psDB            *dbh,               ///< Database handle
    4725     const char      *exp_id,
     4737    const char      *exp_tag,
    47264738    psS32           p1_version,
    47274739    psS32           p2_version
     
    47464758bool p2ProcessedExpPop(
    47474759    psDB            *dbh,               ///< Database handle
    4748     char            **exp_id,
     4760    char            **exp_tag,
    47494761    psS32           *p1_version,
    47504762    psS32           *p2_version
     
    49034915
    49044916typedef struct {
    4905     char            *exp_id;
     4917    char            *exp_tag;
    49064918    char            *class_id;
    49074919    char            *uri;
     
    49224934
    49234935p2ProcessedImfileRow *p2ProcessedImfileRowAlloc(
    4924     const char      *exp_id,
     4936    const char      *exp_tag,
    49254937    const char      *class_id,
    49264938    const char      *uri,
     
    49624974bool p2ProcessedImfileInsert(
    49634975    psDB            *dbh,               ///< Database handle
    4964     const char      *exp_id,
     4976    const char      *exp_tag,
    49654977    const char      *class_id,
    49664978    const char      *uri,
     
    49935005bool p2ProcessedImfilePop(
    49945006    psDB            *dbh,               ///< Database handle
    4995     char            **exp_id,
     5007    char            **exp_tag,
    49965008    char            **class_id,
    49975009    char            **uri,
     
    51585170
    51595171typedef struct {
    5160     char            *exp_id;
     5172    char            *exp_tag;
    51615173    psS32           p2_version;
    51625174    psS32           p3_version;
     
    51695181
    51705182p3PendingExpRow *p3PendingExpRowAlloc(
    5171     const char      *exp_id,
     5183    const char      *exp_tag,
    51725184    psS32           p2_version,
    51735185    psS32           p3_version
     
    52015213bool p3PendingExpInsert(
    52025214    psDB            *dbh,               ///< Database handle
    5203     const char      *exp_id,
     5215    const char      *exp_tag,
    52045216    psS32           p2_version,
    52055217    psS32           p3_version
     
    52245236bool p3PendingExpPop(
    52255237    psDB            *dbh,               ///< Database handle
    5226     char            **exp_id,
     5238    char            **exp_tag,
    52275239    psS32           *p2_version,
    52285240    psS32           *p3_version
     
    56025614    psS32           det_id;
    56035615    psS32           iteration;
    5604     char            *exp_id;
     5616    char            *exp_tag;
    56055617    bool            include;
    56065618} detInputExpRow;
     
    56145626    psS32           det_id,
    56155627    psS32           iteration,
    5616     const char      *exp_id,
     5628    const char      *exp_tag,
    56175629    bool            include
    56185630);
     
    56475659    psS32           det_id,
    56485660    psS32           iteration,
    5649     const char      *exp_id,
     5661    const char      *exp_tag,
    56505662    bool            include
    56515663);
     
    56715683    psS32           *det_id,
    56725684    psS32           *iteration,
    5673     char            **exp_id,
     5685    char            **exp_tag,
    56745686    bool            *include
    56755687);
     
    58285840typedef struct {
    58295841    psS32           det_id;
    5830     char            *exp_id;
     5842    char            *exp_tag;
    58315843    char            *class_id;
    58325844    char            *uri;
     
    58465858detProcessedImfileRow *detProcessedImfileRowAlloc(
    58475859    psS32           det_id,
    5848     const char      *exp_id,
     5860    const char      *exp_tag,
    58495861    const char      *class_id,
    58505862    const char      *uri,
     
    58855897    psDB            *dbh,               ///< Database handle
    58865898    psS32           det_id,
    5887     const char      *exp_id,
     5899    const char      *exp_tag,
    58885900    const char      *class_id,
    58895901    const char      *uri,
     
    59155927    psDB            *dbh,               ///< Database handle
    59165928    psS32           *det_id,
    5917     char            **exp_id,
     5929    char            **exp_tag,
    59185930    char            **class_id,
    59195931    char            **uri,
     
    72317243    psS32           det_id;
    72327244    psS32           iteration;
    7233     char            *exp_id;
     7245    char            *exp_tag;
    72347246    char            *class_id;
    72357247    char            *uri;
     
    72507262    psS32           det_id,
    72517263    psS32           iteration,
    7252     const char      *exp_id,
     7264    const char      *exp_tag,
    72537265    const char      *class_id,
    72547266    const char      *uri,
     
    72907302    psS32           det_id,
    72917303    psS32           iteration,
    7292     const char      *exp_id,
     7304    const char      *exp_tag,
    72937305    const char      *class_id,
    72947306    const char      *uri,
     
    73217333    psS32           *det_id,
    73227334    psS32           *iteration,
    7323     char            **exp_id,
     7335    char            **exp_tag,
    73247336    char            **class_id,
    73257337    char            **uri,
     
    74867498    psS32           det_id;
    74877499    psS32           iteration;
    7488     char            *exp_id;
     7500    char            *exp_tag;
    74897501    char            *recipe;
    74907502    psF64           bg;
     
    75047516    psS32           det_id,
    75057517    psS32           iteration,
    7506     const char      *exp_id,
     7518    const char      *exp_tag,
    75077519    const char      *recipe,
    75087520    psF64           bg,
     
    75437555    psS32           det_id,
    75447556    psS32           iteration,
    7545     const char      *exp_id,
     7557    const char      *exp_tag,
    75467558    const char      *recipe,
    75477559    psF64           bg,
     
    75737585    psS32           *det_id,
    75747586    psS32           *iteration,
    7575     char            **exp_id,
     7587    char            **exp_tag,
    75767588    char            **recipe,
    75777589    psF64           *bg,
Note: See TracChangeset for help on using the changeset viewer.