|
OpendTect-6_4
6.4
|
Go to the documentation of this file. 1 #ifndef mmcommunicdefs_h 2 #define mmcommunicdefs_h 19 #define mPROC_STATUS 'S' 20 #define mCTRL_STATUS 'C' 21 #define mEXIT_STATUS 'E' 22 #define mERROR_MSG 'e' 27 #define mSTAT_WORKING 1 28 #define mSTAT_WRAPUP 2 29 #define mSTAT_FINISHED 3 30 #define mSTAT_ALLDONE 4 31 #define mSTAT_PAUSED 5 32 #define mSTAT_JOBERROR -1 33 #define mSTAT_HSTERROR -2 34 #define mSTAT_KILLED -3 35 #define mSTAT_TIMEOUT -4 37 #define mIsOk( stat ) ( stat >= 0 && stat <= mSTAT_PAUSED ) 38 #define mIsError( stat ) ( stat < 0 || stat > mSTAT_PAUSED ) 44 #define mRSP_PAUSE 'P' 45 #define mRSP_UNDEF 'U'
Generated at
for the OpendTect
seismic interpretation project.
Copyright (C): dGB Beheer B. V. 2019