| # | Line 52 | Line 52 | struct s_fieldID { | |
|---|---|---|
| 52 | } XMLfieldID[] = { | |
| 53 | {"m", 0, 1, "Manufacturer"}, | |
| 54 | {"n", 0, 1, "Name"}, | |
| 55 | + | {"d", 0, 0, "DeviceType"}, |
| 56 | {"c", 0, 0, "ThermalConductivity"}, | |
| 57 | {"ef", 0, 0, "EmissivityFront"}, | |
| 58 | {"eb", 0, 0, "EmissivityBack"}, | |
| # | Line 63 | Line 64 | struct s_fieldID { | |
| 64 | {"\0", 0, 0, NULL} /* terminator */ | |
| 65 | }; | |
| 66 | /* field assignments */ | |
| 67 | < | #define MAXASSIGN 12 |
| 67 | > | #define MAXASSIGN 16 |
| 68 | const char *field_assignment[MAXASSIGN]; | |
| 69 | int nfield_assign = 0; | |
| 70 | #define FASEP ';' | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |