IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2006, 1:26:28 PM (20 years ago)
Author:
jhoblitt
Message:

rename:

project name p2tools -> pxtools
lib name p2tools -> pxtools
p2tools.h -> pxtools.h
p2admin.c -> pxadmin.c
p2adminConfig.c -> pxadminConfig.c
p2adminTables.c -> pxtables.c
p2deleteTables() -> pxDeleteTables()
p2createTables() -> pxCreateTables()
p2Config -> pxConfig

File:
1 edited

Legend:

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

    r6169 r6210  
    11#include <metadatadb.h>
    22
    3 # include "p2tools.h"
     3#include "pxtools.h"
    44
    55// select pending frames (exposure+images) which are done/not done
    66// NOTE this function converts the rawFrames to pendingFrames AND inserts them
    77//      this is useful since the table must be locked the whole time, to get the versions
    8 bool p2insertPendingFrames(p2Config *config, psArray *rawFrames) {
     8bool p2insertPendingFrames(pxConfig *config, psArray *rawFrames) {
    99    PS_ASSERT_PTR_NON_NULL(config, false);
    1010    PS_ASSERT_PTR_NON_NULL(rawFrames, false);
Note: See TracChangeset for help on using the changeset viewer.