Revision: | 1.4 |
Committed: | Mon Dec 17 12:34:29 2012 UTC (12 years, 4 months ago) by dkralph |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | compiled, HEAD |
Changes since 1.3: | +0 -0 lines |
Error occurred while calculating annotation data. | |
Log Message: | *** empty log message *** |
# | Content |
---|---|
1 | // |
2 | // defines |
3 | // |
4 | |
5 | #define K_BDT_LOOSE 0 |
6 | #define K_BDT_MED 1 |
7 | #define K_BDT_TIGHT 2 |
8 | |
9 | #define EVTFAIL_JSON 0 |
10 | #define EVTFAIL_TRIGGER 1 |
11 | #define EVTFAIL_Z1 2 |
12 | #define EVTFAIL_Z1_PLUSL 3 |
13 | #define EVTFAIL_4L 4 |
14 | #define EVTFAIL_ISOLATION 5 |
15 | #define EVTFAIL_IP 6 |
16 | #define EVTFAIL_KINEMATICS 7 |
17 | |
18 | |
19 |