IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 3:02:31 PM (20 years ago)
Author:
Paul Price
Message:

Renaming functions in pmConceptsRead.h and pmConceptsWrite.h to be private ("p_").
Adding const where appropriate, and changing order of parameters to match usual
convention (outputs go first).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConcepts.h

    r9510 r9570  
    3535typedef enum {
    3636    PM_CONCEPT_SOURCE_NONE     = 0x00,  // No concepts
    37     PM_CONCEPT_SOURCE_CAMERA   = 0x01,  // Concept comes from the camera information
     37    PM_CONCEPT_SOURCE_CELLS    = 0x01,  // Concept comes from the camera information
    3838    PM_CONCEPT_SOURCE_DEFAULTS = 0x02,  // Concept comes from defaults
    3939    PM_CONCEPT_SOURCE_PHU      = 0x04,  // Concept comes from PHU
Note: See TracChangeset for help on using the changeset viewer.