Revision: | 1.3 |
Committed: | Mon May 28 16:47:47 2012 UTC (12 years, 11 months ago) by khahn |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | synced_FSR_2, synced_FSR, synched2 |
Changes since 1.2: | +0 -4 lines |
Log Message: | removing MASS defines |
# | User | Rev | Content |
---|---|---|---|
1 | khahn | 1.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 | khahn | 1.2 | |
19 |