IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2006, 4:55:08 PM (20 years ago)
Author:
Paul Price
Message:

Making ppStats into a library, so we can incorporate it into ppImage, etc. There's still an executable which provides a wrapper to the functionality. Nothing tested yet following the change.

Location:
trunk/ppStats
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats

    • Property svn:ignore
      •  

        old new  
        1010install-sh
        1111missing
         12config.guess
         13config.sub
         14libtool
         15ltmain.sh
         16ppStats.pc
  • trunk/ppStats/src

    • Property svn:ignore
      •  

        old new  
        22Makefile
        33Makefile.in
         4.libs
         5*.lo
         6*.la
        47ppStats
  • trunk/ppStats/src/ppStats.h

    r7988 r8337  
    33
    44#define RECIPENAME "PPSTATS"
    5 #define TIMERNAME "PPSTATS"
    65
    76#include <psmodules.h>
     7
    88#include "ppStatsData.h"
    9 
    10 // Set up the options and input/output files
    11 ppStatsData *ppStatsSetup(pmConfig *config // Configuration
    12     );
    13 
    14 // Loop over the input image and do all the hard work
    15 void ppStatsLoop(ppStatsData *data,     // The data
    16                  const pmConfig *config // Configuration
    17     );
     9#include "ppStatsSetupFromRecipe.h"
     10#include "ppStatsLoop.h"
    1811
    1912#endif
Note: See TracChangeset for help on using the changeset viewer.