#include <pslib.h>
#include "pmFPA.h"
Include dependency graph for pmConceptsRead.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| bool | p_pmConceptsReadFromCells (psMetadata *target, const psMetadata *specs, const pmCell *cell) |
| Read concepts from the camera format file's CELLS. | |
| bool | p_pmConceptsReadFromDefaults (psMetadata *target, const psMetadata *specs, const pmFPA *fpa, const pmChip *chip, const pmCell *cell) |
| Read concepts from the DEFAULTS in the camera format file. | |
| bool | p_pmConceptsReadFromHeader (psMetadata *target, const psMetadata *specs, const pmFPA *fpa, const pmChip *chip, const pmCell *cell) |
| Read concepts from the header TRANSLATION in the camera format file. | |
| bool | p_pmConceptsReadFromDatabase (psMetadata *target, const psMetadata *specs, const pmFPA *fpa, const pmChip *chip, const pmCell *cell, psDB *db) |
| Read concepts from the header DATABASE in the camera format file. | |
| bool p_pmConceptsReadFromCells | ( | psMetadata * | target, | |
| const psMetadata * | specs, | |||
| const pmCell * | cell | |||
| ) |
Read concepts from the camera format file's CELLS.
Examines the CELLS metadata in the camera format file for the current type of cell, and sucks in the concepts defined there. This is a useful way of defining concepts that vary depending on the type of the cell.
| target | Place into which to read the concepts |
| specs | The concept specifications |
| cell | The cell |
| bool p_pmConceptsReadFromDatabase | ( | psMetadata * | target, | |
| const psMetadata * | specs, | |||
| const pmFPA * | fpa, | |||
| const pmChip * | chip, | |||
| const pmCell * | cell, | |||
| psDB * | db | |||
| ) |
Read concepts from the header DATABASE in the camera format file.
Examines the DATABASE metadata in the camera format file for concepts in the specs, and imports them into the target. WARNING: This function has not been tested; use at your own risk!
| bool p_pmConceptsReadFromDefaults | ( | psMetadata * | target, | |
| const psMetadata * | specs, | |||
| const pmFPA * | fpa, | |||
| const pmChip * | chip, | |||
| const pmCell * | cell | |||
| ) |
Read concepts from the DEFAULTS in the camera format file.
Examines the DEFAULTS metadata in the camera format file for concepts in the specs, and imports them into the target.
| bool p_pmConceptsReadFromHeader | ( | psMetadata * | target, | |
| const psMetadata * | specs, | |||
| const pmFPA * | fpa, | |||
| const pmChip * | chip, | |||
| const pmCell * | cell | |||
| ) |
Read concepts from the header TRANSLATION in the camera format file.
Examines the TRANSLATION metadata in the camera format file for concepts in the specs, and imports them into the target.
1.5.1