Go to the source code of this file.
Defines | |
#define | MODE_AEL 'A' |
#define | MODE_CHECKER 'C' |
#define | MODE_DEBUG 'D' |
#define | MODE_ENG 'E' |
#define | MODE_MAINTENANCE 'M' |
#define | MODE_PRODUCTION 'P' |
#define | MODE_QUALITY 'Q' |
#define | RETEST_YES 'Y' |
#define | RETEST_NO 'N' |
#define | RETEST_UNKNOWN ' ' |
#define | BIN_PASS 'P' |
#define | BIN_FAIL 'F' |
#define | BIN_UNKNOWN ' ' |
#define | PIN_GRP_UNKNOWN 00 |
#define | PIN_GRP_NORMAL 10 |
#define | PIN_GRP_SCIO 20 |
#define | PIN_GRP_SCIO_MID 21 |
#define | PIN_GRP_SCIO_VALID 22 |
#define | PIN_GRP_SCIO_SUS 23 |
#define | PIN_GRP_DUAL 30 |
#define | PIN_GRP_DUAL_MID 31 |
#define | PIN_GRP_DUAL_VALID 32 |
#define | PIN_GRP_DUAL_SUS 33 |
#define | RADIX_DEFAULT 0 |
#define | RADIX_BINARY 2 |
#define | RADIX_OCTAL 8 |
#define | RADIX_DECIMAL 10 |
#define | RADIX_HEX 16 |
#define | RADIX_SYMBOLIC 20 |
#define | UNIT_UNKNOWN 0 |
#define | UNIT_INCHES 1 |
#define | UNIT_CENTIMETERS 2 |
#define | UNIT_MILLIMETERS 3 |
#define | UNIT_MILS 4 |
#define | FLAT_UP 'U' |
#define | FLAT_DOWN 'D' |
#define | FLAT_LEFT 'L' |
#define | FLAT_RIGHT 'R' |
#define | FLAT_UNKNOWN ' ' |
#define | POS_LEFT 'L' |
#define | POS_RIGHT 'R' |
#define | POS_UNKNOWN ' ' |
#define | POS_UP 'U' |
#define | POS_DOWN 'D' |
#define | PART_NEW_ID 0x01 |
#define | PART_NEW_COORD 0x02 |
#define | PART_TEST_ABORTED 0x04 |
#define | PART_FAILED 0x08 |
#define | PART_NO_INDICATION 0x10 |
#define | TEST_PARAMETRIC 'P' |
#define | TEST_FUNCTIONAL 'F' |
#define | TEST_MULTIPLE 'M' |
#define | TEST_UNKNOWN ' ' |
#define | TEST_MIN_INVALID 0x01 |
#define | TEST_MAX_INVALID 0x02 |
#define | TEST_TIM_INVALID 0x04 |
#define | TEST_SUMS_INVALID 0x10 |
#define | TEST_SQRS_INVALID 0x20 |
Enumerations | |
enum | cpu_types { CPU_TYPE_DEC = 0, CPU_TYPE_SPARC = 1, CPU_TYPE_X86 = 2, CPU_TYPE_UNKNOWN = 123 } |
enum | dtc_Vn_type { GDR_B0 = 0, GDR_U1 = 1, GDR_U2 = 2, GDR_U4 = 3, GDR_I1 = 4, GDR_I2 = 5, GDR_I4 = 6, GDR_R4 = 7, GDR_R8 = 8, GDR_Cn = 10, GDR_Bn = 11, GDR_Dn = 12, GDR_N1 = 13 } |
|
|