CodeSonar C++ API
[For improved navigation, enable JavaScript.]
Variables
csonar_multiprocess_mode_decls.hpp File Reference

Go to the source code of this file.

Variables

static const multiprocess_mode INITIALIZING
 Every CodeSonar process always starts in this state. More...
 
static const multiprocess_mode MASTER
 Indicates that CodeSonar is running in parallel mode, and the current process is the analysis master or daemon master. More...
 
static const multiprocess_mode SERIAL
 Indicates that CodeSonar is running in serial mode (and therefore there is only one analysis process - the current one). More...
 
static const multiprocess_mode SLAVE
 Indicates that CodeSonar is running in parallel mode, and the current process is an analysis slave or daemon slave. More...
 

Variable Documentation

◆ INITIALIZING

const multiprocess_mode INITIALIZING
static

Every CodeSonar process always starts in this state.

If this value is returned by analysis::get_multiprocess_mode(), it means that the function call occurred too early to get useful information.

◆ MASTER

const multiprocess_mode MASTER
static

Indicates that CodeSonar is running in parallel mode, and the current process is the analysis master or daemon master.

◆ SERIAL

const multiprocess_mode SERIAL
static

Indicates that CodeSonar is running in serial mode (and therefore there is only one analysis process - the current one).

◆ SLAVE

const multiprocess_mode SLAVE
static

Indicates that CodeSonar is running in parallel mode, and the current process is an analysis slave or daemon slave.