#include "pmFPA.h"
Include dependency graph for pmFPAFlags.h:

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

Go to the source code of this file.
Functions | |
| bool | pmFPASetFileStatus (pmFPA *fpa, bool status) |
| Set the file_exists flag for an FPA and components. | |
| bool | pmChipSetFileStatus (pmChip *chip, bool status) |
| Set the file_exists flag for a chip and components. | |
| bool | pmCellSetFileStatus (pmCell *cell, bool status) |
| Set the file_exists flag for a cell and components. | |
| bool | pmFPACheckFileStatus (const pmFPA *fpa) |
| Return the file_exists status for an FPA and components. | |
| bool | pmChipCheckFileStatus (const pmChip *chip) |
| Return the file_exists status for a chip and components. | |
| bool | pmCellCheckFileStatus (const pmCell *cell) |
| Return the file_exists status for a chip and components. | |
| bool | pmFPASetDataStatus (pmFPA *fpa, bool status) |
| Set the data_exists flag for an FPA and components. | |
| bool | pmChipSetDataStatus (pmChip *chip, bool status) |
| Set the data_exists flag for a chip and components. | |
| bool | pmCellSetDataStatus (pmCell *cell, bool status) |
| Set the data_exists flag for a cell and components. | |
| bool | pmFPASelectChip (pmFPA *fpa, int chipNum, bool exclusive) |
| Select a chip within an FPA for processing. | |
| bool | pmChipSelectCell (pmChip *chip, int cellNum, bool exclusive) |
| Select a chip within a chip for processing. | |
| int | pmFPAExcludeChip (pmFPA *fpa, int chipNum) |
| Exclude a chip within an FPA from processing. | |
| int | pmChipExcludeCell (pmChip *chip, int cellNum) |
| Exclude a cell within a chip from processing. | |
1.5.1