| 
| 
  | IParallel (dss::APIUtil *util) | 
|   | 
| 
void  | CreateActor () | 
|   | 
| 
void  | Wait () | 
|   | 
| 
int32_t  | ActiveActor () | 
|   | Gets/sets the ID of the Active Actor. 
  | 
|   | 
| 
IParallel &  | ActiveActor (int32_t value) | 
|   | 
| 
int32_t  | ActiveParallel () | 
|   | (read) Sets ON/OFF (1/0) Parallel features of the Engine (write) Delivers if the Parallel features of the Engine are Active 
  | 
|   | 
| 
IParallel &  | ActiveParallel (int32_t value) | 
|   | 
| 
int32_t  | ActorCPU () | 
|   | Gets/sets the CPU of the Active Actor. 
  | 
|   | 
| 
IParallel &  | ActorCPU (int32_t value) | 
|   | 
| 
template<typename VectorT  = Eigen::Matrix<int32_t, Eigen::Dynamic, 1>>  | 
| VectorT  | ActorProgress () | 
|   | Gets the progress of all existing actors in pct. 
  | 
|   | 
| 
template<typename VectorT  = Eigen::Matrix<int32_t, Eigen::Dynamic, 1>>  | 
| VectorT  | ActorStatus () | 
|   | Gets the status of each actor. 
  | 
|   | 
| 
int32_t  | ConcatenateReports () | 
|   | (read) Reads the values of the ConcatenateReports option (1=enabled, 0=disabled) (write) Enable/Disable (1/0) the ConcatenateReports option for extracting monitors data 
  | 
|   | 
| 
IParallel &  | ConcatenateReports (int32_t value) | 
|   | 
| 
int32_t  | NumCPUs () | 
|   | Delivers the number of CPUs on the current PC. 
  | 
|   | 
| 
int32_t  | NumCores () | 
|   | Delivers the number of Cores of the local PC. 
  | 
|   | 
| 
int32_t  | NumOfActors () | 
|   | Gets the number of Actors created. 
  | 
|   | 
| 
  | ContextState (APIUtil *util) | 
|   | 
 | 
| 
void *  | ctx | 
|   | Pointer to the DSSContext for easy access. 
  | 
|   | 
| 
APIUtil *  | api_util | 
|   | API utility functions. 
  | 
|   | 
The documentation for this class was generated from the following file: