IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2010, 1:00:14 PM (16 years ago)
Author:
Paul Price
Message:

Move private definition from header into implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigMask.c

    r25828 r28272  
    88
    99#include "pmConfigMask.h"
     10
     11// Structure to hold the properties of a mask value
     12typedef struct {
     13    char *badMaskName;                  // name for "bad" (i.e., mask me please) pixels
     14    char *fallbackName;                 // Fallback name in case a bad mask name is not defined
     15    psImageMaskType defaultMaskValue;   // Default value in case a bad mask name and its fallback are not defined
     16    bool isBad; // include this value as part of the MASK.VALUE entry (generically bad)
     17} pmConfigMaskInfo;
    1018
    1119static pmConfigMaskInfo masks[] = {
Note: See TracChangeset for help on using the changeset viewer.