Changeset 28280 for trunk/ppBackground/src/ppBackground.h
- Timestamp:
- Jun 9, 2010, 6:16:39 PM (16 years ago)
- Location:
- trunk/ppBackground
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppBackground
-
Property svn:ignore
set to
configure
Makefile.in
ignore
config.log
depcomp
config.status
config.guess
ltmain.sh
config.sub
autom4te.cache
libtool
missing
Makefile
aclocal.m4
install-sh
-
Property svn:ignore
set to
-
trunk/ppBackground/src
-
Property svn:ignore
set to
ppBackground
Makefile.in
config.h
ppBackgroundVersionDefinitions.h
.deps
Makefile
ppBackgroundErrorCodes.c
ppBackgroundErrorCodes.h
stamp-h1
config.h.in
-
Property svn:ignore
set to
-
trunk/ppBackground/src/ppBackground.h
r28276 r28280 5 5 #include <psmodules.h> 6 6 7 #include <ppBackgroundErrorCodes.h>7 #include "ppBackgroundErrorCodes.h" 8 8 9 9 #define PPBACKGROUND_RECIPE "PPBACKGROUND" // Recipe name … … 37 37 ); 38 38 39 /// Restore the background to an image 40 bool ppBackgroundRestore( 41 pmChip *chip, // Input chip 42 const pmChip *background, // Chip with background model 43 const pmChip *pattern, // Chip with pattern 44 const pmFPAview *view, // View to data 45 pmConfig *config // Configuration 46 ); 47 39 48 /// Determine exit code 40 49 psExit ppBackgroundExitCode(
Note:
See TracChangeset
for help on using the changeset viewer.
