CMS 3D CMS Logo

Enumerations
PlatformStatus.h File Reference

Go to the source code of this file.

Enumerations

enum  PlatformStatus : int { Success = 0, PlatformNotAvailable = 1, RuntimeNotAvailable = 2, DevicesNotAvailable = 3 }
 

Enumeration Type Documentation

◆ PlatformStatus

enum PlatformStatus : int
Enumerator
Success 
PlatformNotAvailable 
RuntimeNotAvailable 
DevicesNotAvailable 

Definition at line 6 of file PlatformStatus.h.

6  : int {
7  Success = 0,
8  PlatformNotAvailable = 1, // the platform is not available for this architecture, OS or compiler
9  RuntimeNotAvailable = 2, // the runtime could not be initialised
10  DevicesNotAvailable = 3, // there are no visible, usable devices
11 };