enum MAGES::DriverType

Overview

Represents a driver type. More…

enum DriverType
{
    NonSpatial,
    Spatial,
};

Detailed Documentation

Represents a driver type.

Enum Values

NonSpatial

The driver is non-spatial.

Spatial

The driver is spatial.