1 #ifndef _fei_constants_hpp_
2 #define _fei_constants_hpp_
21 const int DISPLACEMENT = 0;
22 const int DISPLACEMENT_X = 0;
23 const int DISPLACEMENT_Y = 1;
24 const int DISPLACEMENT_Z = 2;
25 const int ROTATION = 3;
26 const int ROTATION_X = 3;
27 const int ROTATION_Y = 4;
28 const int ROTATION_Z = 5;
29 const int VELOCITY = 6;
30 const int VELOCITY_X = 6;
31 const int VELOCITY_Y = 7;
32 const int VELOCITY_Z = 8;
33 const int PRESSURE = 9;
34 const int PRESSURE_X = 10;
35 const int PRESSURE_Y = 11;
36 const int PRESSURE_Z = 12;
37 const int TEMPERATURE = 13;
39 const int UNKNOWN = 20;