Changeset 24695 for trunk/magic/censorObjects/src/censor.h
- Timestamp:
- Jul 7, 2009, 10:32:49 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/magic/censorObjects/src/censor.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/censorObjects/src/censor.h
r24692 r24695 14 14 # define CENSOR_H 15 15 16 # include <stdio.h> 17 # include <string.h> 18 # include <strings.h> // for strcasecmp 19 # include <unistd.h> // for unlink 20 # include <pslib.h> 21 # include <psmodules.h> 22 # include <ppStats.h> 16 23 # include "censorErrorCodes.h" 17 24 … … 21 28 # define CENSOR_RECIPE "CENSOR" ///< Name of the recipe to use 22 29 30 pmConfig *censorArguments (int argc, char **argv); 23 31 bool censorParseCamera (pmConfig *config); 24 32 bool censorLoop (pmConfig *config); 25 33 bool censorReadout (pmReadout *readout, pmConfig *config, const pmFPAview *view); 34 void censorCleanup (pmConfig *config); 26 35 27 36 // Return version strings.
Note:
See TracChangeset
for help on using the changeset viewer.
