IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2010, 4:48:52 PM (16 years ago)
Author:
Paul Price
Message:

Reworking pswarp to prevent SEGV and/or failed asserts when failures occur in read/write.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarp.h

    r27096 r27126  
    8080bool pswarpParseCamera (pmConfig *config);
    8181bool pswarpDefine (pmConfig *config);
    82 bool pswarpLoop (pmConfig *config);
    83 psExit pswarpCleanup (pmConfig *config);
     82bool pswarpLoop (pmConfig *config, psMetadata *stats);
     83psExit pswarpExitCode(psExit exitValue);
    8484bool pswarpTransformReadout (pmReadout *output, pmReadout *input, pmConfig *config);
    8585bool pswarpTransformSources(pmReadout *output, pmReadout *input, pmConfig *config);
     
    129129/// Print version information
    130130void pswarpVersionPrint(void);
     131
     132/// Activate a list of files
     133///
     134/// File list must be NULL-terminated
     135void 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
     142bool pswarpIOChecksBefore(pmConfig *config // Configuration
     143    );
     144
     145// Run up the FPA hierarchy, checking files
     146bool pswarpIOChecksAfter(pmConfig *config // Configuration
     147    );
     148
Note: See TracChangeset for help on using the changeset viewer.