IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2006, 4:23:40 PM (20 years ago)
Author:
Paul Price
Message:

Getting code to compile; adding concept read to fpa construction and reading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmConceptsRead.h

    r6448 r6575  
    44#include "pmFPA.h"
    55
     6
     7bool pmConceptsReadFromCamera(psMetadata *specs, // The concept specifications
     8                              pmCell *cell,  // The cell
     9                              psMetadata *target // Place into which to read the concepts
     10                             );
     11bool pmConceptsReadFromDefaults(psMetadata *specs, // The concept specifications
     12                                pmFPA *fpa, // The FPA
     13                                pmChip *chip, // The chip
     14                                pmCell *cell, // The cell
     15                                psMetadata *target // Place into which to read the concepts
     16                               );
     17bool pmConceptsReadFromHeader(psMetadata *specs, // The concept specifications
     18                              pmFPA *fpa, // The FPA
     19                              pmChip *chip, // The chip
     20                              pmCell *cell,  // The cell
     21                              psMetadata *target // Place into which to read the concepts
     22                             );
     23bool pmConceptsReadFromDatabase(psMetadata *specs, // The concept specifications
     24                                pmFPA *fpa, // The FPA
     25                                pmChip *chip, // The chip
     26                                pmCell *cell,  // The cell
     27                                psDB *db, // The database handle
     28                                psMetadata *target // Place into which to read the concepts
     29                               );
     30
     31
     32
     33
     34#ifdef OLD
    635psMetadataItem *pmConceptReadFromCamera(pmCell *cell, // The cell
    736                                        const char *concept // Name of concept
     
    6190                             const char *name // Name of the concept
    6291                            );
    63 
     92#endif
    6493
    6594#endif
Note: See TracChangeset for help on using the changeset viewer.