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/p2insertDoneFrames.c

    r6133 r6210  
    11# include <metadatadb.h>
    2 # include "p2tools.h"
     2#include "pxtools.h"
    33
    44// select pending frames (exposure+images) which are done/not done
    5 bool p2insertDoneFrames(p2Config *config, psArray *doneFrames) {
     5bool p2insertDoneFrames(pxConfig *config, psArray *doneFrames) {
    66    PS_ASSERT_PTR_NON_NULL(config, false);
    77    PS_ASSERT_PTR_NON_NULL(doneFrames, false);
Note: See TracChangeset for help on using the changeset viewer.