IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 10:36:15 AM (20 years ago)
Author:
jhoblitt
Message:

rename pxConfig database -> dbh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/regtool.c

    r6338 r6341  
    8686            psMetadataAddStr(where, PS_LIST_TAIL, "camera", 0, NULL,
    8787                newFrame->exposure->camera);
    88             psArray *configs = p0CameraConfigSelectRowObjects(config->database, where, MAX_ROWS);
     88            psArray *configs = p0CameraConfigSelectRowObjects(config->dbh, where, MAX_ROWS);
    8989            psFree(where);
    9090            // if there is no match then we default to sending into into p2
     
    9494                    newFrame->exposure
    9595                );
    96                 p2PendingExpInsertObject(config->database, p2PendingExp);
     96                p2PendingExpInsertObject(config->dbh, p2PendingExp);
    9797                psFree(p2PendingExp);
    9898                continue;
     
    108108                        newFrame->exposure
    109109                    );
    110                     p1PendingExpInsertObject(config->database, p1PendingExp);
     110                    p1PendingExpInsertObject(config->dbh, p1PendingExp);
    111111                    psFree(p1PendingExp);
    112112                }
     
    118118                        newFrame->exposure
    119119                    );
    120                     p2PendingExpInsertObject(config->database, p2PendingExp);
     120                    p2PendingExpInsertObject(config->dbh, p2PendingExp);
    121121                    psFree(p2PendingExp);
    122122                }
Note: See TracChangeset for help on using the changeset viewer.