OpendTect-6_4  6.4
Classes | Namespaces | Macros
jobcommunic.h File Reference
Include dependency graph for jobcommunic.h:

Go to the source code of this file.

Classes

class  JobCommunic
 Multi-machine socket communicator Handles the communication between a client and the master, from the client's point of view. More...
 

Namespaces

 Network
 

Macros

#define mReturn(ret)
 
#define mTryMaxtries(fn)
 

Macro Definition Documentation

#define mReturn (   ret)
Value:
{ \
if ( ret ) { nrattempts_ = 0; return true; } \
if ( nrattempts_++ < maxtries_ ) return true; \
stillok_ = false; \
directMsg("Lost connection with master[1]. Exiting."); \
ExitProgram( -1 ); return false; \
}
int ExitProgram(int ret)
#define mTryMaxtries (   fn)
Value:
{ \
for ( int i=0; i<maxtries_; i++ ) \
{ \
bool ret = fn; \
if ( ret ) return true; \
} \
stillok_ = false; \
directMsg("Lost connection with master[2]. Exiting."); \
ExitProgram( -1 ); return false; \
}
if(!noudf_ &&(mIsUdf(inpval)))
Definition: arrayndalgo.h:1662
void sleepSeconds(double)
int ExitProgram(int ret)

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019