IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2009, 10:32:49 AM (17 years ago)
Author:
eugene
Message:

working version of censorReadout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/censorObjects/src/censor.h

    r24692 r24695  
    1414# define CENSOR_H
    1515
     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>
    1623# include "censorErrorCodes.h"
    1724
     
    2128# define CENSOR_RECIPE "CENSOR" ///< Name of the recipe to use
    2229
     30pmConfig *censorArguments (int argc, char **argv);
    2331bool censorParseCamera (pmConfig *config);
    2432bool censorLoop (pmConfig *config);
    2533bool censorReadout (pmReadout *readout, pmConfig *config, const pmFPAview *view);
     34void censorCleanup (pmConfig *config);
    2635
    2736// Return version strings.
Note: See TracChangeset for help on using the changeset viewer.