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