|
Evita
0.16
|
Go to the documentation of this file. 24 #ifndef __evDefinitions_h 25 #define __evDefinitions_h 32 #define EVENCODERTHREAD 1 35 #define EVDECODERTHREAD 0 36 #define EVVISUALIZERTHREAD 1 39 #define EVMESSAGE_DECODE_DONE 0 40 #define EVMESSAGE_VISUALIZER_DONE 1 41 #define EVMESSAGE_SETUP_NUMDIMENSIONS 2 42 #define EVMESSAGE_SETUP_SIZE 3 43 #define EVMESSAGE_SETUP_RANGE 4 44 #define EVMESSAGE_SETUP_FIELD 5 45 #define EVMESSAGE_SELECT_ROI 6 46 #define EVMESSAGE_START_ENCODING 7 47 #define EVMESSAGE_COMPONENTS 8 48 #define EVMESSAGE_DONE_ENCODING 9 49 #define EVMESSAGE_PROGRESS 10 50 #define EVMESSAGE_PROCESS 11 51 #define EVMESSAGE_HOSTNAME 12 52 #define EVMESSAGE_BITSTREAM 13 53 #define EVMESSAGE_CONNECTION_STATUS 14 54 #define EVMESSAGE_VISUALIZE 15 55 #define EVMESSAGE_UPDATE_VIEWFRUSTUM 16 56 #define EVMESSAGE_DEACTIVATE_ROI 17 59 #define EVGRID_RECTANGULAR 0 60 #define EVGRID_CURVILINEAR 1