96 |
#define origin_PARR 6 /**< Origin code - P-ARR. */ |
#define origin_PARR 6 /**< Origin code - P-ARR. */ |
97 |
#define origin_PISA 7 /**< Origin code - P-IS_A. */ |
#define origin_PISA 7 /**< Origin code - P-IS_A. */ |
98 |
#define origin_PWB 8 /**< Origin code - P-WILL_BE. */ |
#define origin_PWB 8 /**< Origin code - P-WILL_BE. */ |
99 |
|
#define origin_EXT 9 /**< Origin code - EXT statement */ |
100 |
#define origin_PARAMETER_OFFSET (origin_PALI - origin_ALI) |
#define origin_PARAMETER_OFFSET (origin_PALI - origin_ALI) |
101 |
/**< |
/**< |
102 |
* Distance between corresponding origin and the parametric version. |
* Distance between corresponding origin and the parametric version. |