Changeset 27840 for branches/simtest_nebulous_branches/pswarp/src/pswarp.h
- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pswarp/src/pswarp.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/pswarp/src/pswarp.h
r23688 r27840 80 80 bool pswarpParseCamera (pmConfig *config); 81 81 bool pswarpDefine (pmConfig *config); 82 bool pswarpLoop (pmConfig *config );83 void pswarpCleanup (pmConfig *config);82 bool pswarpLoop (pmConfig *config, psMetadata *stats); 83 psExit pswarpExitCode(psExit exitValue); 84 84 bool pswarpTransformReadout (pmReadout *output, pmReadout *input, pmConfig *config); 85 85 bool pswarpTransformSources(pmReadout *output, pmReadout *input, pmConfig *config); … … 129 129 /// Print version information 130 130 void pswarpVersionPrint(void); 131 132 /// Activate a list of files 133 /// 134 /// File list must be NULL-terminated 135 void pswarpFileActivation(pmConfig *config, // Configuration 136 char **files, // Files to turn on/off 137 bool state // Activation state 138 ); 139 140 141 // Run down the FPA hierarchy, checking files 142 bool pswarpIOChecksBefore(pmConfig *config // Configuration 143 ); 144 145 // Run up the FPA hierarchy, checking files 146 bool pswarpIOChecksAfter(pmConfig *config // Configuration 147 ); 148
Note:
See TracChangeset
for help on using the changeset viewer.
