IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 1, 2006, 12:16:21 PM (20 years ago)
Author:
magnier
Message:

added KAPA type to pmFPAfile types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfile.c

    r10081 r10385  
    374374        return PM_FPA_FILE_JPEG;
    375375    }
     376    if (!strcasecmp (type, "KAPA"))     {
     377        return PM_FPA_FILE_KAPA;
     378    }
    376379    if (!strcasecmp (type, "MASK"))     {
    377380        return PM_FPA_FILE_MASK;
Note: See TracChangeset for help on using the changeset viewer.