IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2007, 12:45:27 PM (19 years ago)
Author:
magnier
Message:

adding error traps to pmFPAfileDefine functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileDefine.h

    r13704 r13931  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-06-08 00:31:50 $
     6 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-06-21 22:45:27 $
    88 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    99 */
     
    2626// Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only
    2727// reference count is held by the config->files metadata.
    28 pmFPAfile *pmFPAfileDefineOutput (const pmConfig *config, pmFPA *fpa, const char *name);
     28// Define an output pmFPAfile
     29pmFPAfile *pmFPAfileDefineOutput(const pmConfig *config, // Configuration
     30                                 pmFPA *fpa, // Optional FPA to bind
     31                                 const char *name // Name of camera format to use
     32    );
     33
     34pmFPAfile *pmFPAfileDefineOutputForFormat(const pmConfig *config, // Configuration
     35                                          pmFPA *fpa, // Optional FPA to bind
     36                                          const char *name, // Name of file rule
     37                                          const char *cameraName, // Name of camera configuration to use
     38                                          const char *formatName // Name of camera format to use
     39    );
    2940
    3041// look for the given argname on the argument list.  find the give filename from the file rules
Note: See TracChangeset for help on using the changeset viewer.