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

    r6133 r6210  
    1 # include "p2tools.h"
     1#include "pxtools.h"
    22
    33// select pending frames (exposure+images) which are not done, select their done images, count, update
    4 bool p2updatePendingFrames(p2Config *config, psArray *pendingFrames) {
     4bool p2updatePendingFrames(pxConfig *config, psArray *pendingFrames) {
    55    PS_ASSERT_PTR_NON_NULL(config, false);
    66    PS_ASSERT_PTR_NON_NULL(pendingFrames, false);
Note: See TracChangeset for help on using the changeset viewer.