Changeset 8337 for trunk/ppStats/src/ppStats.h
- Timestamp:
- Aug 14, 2006, 4:55:08 PM (20 years ago)
- Location:
- trunk/ppStats
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats
- Property svn:ignore
-
old new 10 10 install-sh 11 11 missing 12 config.guess 13 config.sub 14 libtool 15 ltmain.sh 16 ppStats.pc
-
- Property svn:ignore
-
trunk/ppStats/src
- Property svn:ignore
-
old new 2 2 Makefile 3 3 Makefile.in 4 .libs 5 *.lo 6 *.la 4 7 ppStats
-
- Property svn:ignore
-
trunk/ppStats/src/ppStats.h
r7988 r8337 3 3 4 4 #define RECIPENAME "PPSTATS" 5 #define TIMERNAME "PPSTATS"6 5 7 6 #include <psmodules.h> 7 8 8 #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" 18 11 19 12 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
