System.Sensors.TOrientationSensorType
Delphi
TOrientationSensorType = (Compass1D, Compass2D, Compass3D, Inclinometer1D, Inclinometer2D, Inclinometer3D, Distance1D, Distance2D, Distance3D);
C++
enum class DECLSPEC_DENUM TOrientationSensorType : unsigned char { Compass1D, Compass2D, Compass3D, Inclinometer1D, Inclinometer2D, Inclinometer3D, Distance1D, Distance2D, Distance3D };
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| enum | public | System.Sensors.pas System.Sensors.hpp | System.Sensors | System.Sensors | 
Description
Type qui définit le type de détecteur d'un TCustomOrientationSensor.
Les instances de ce type peuvent avoir l'une des valeurs suivantes :
| Elément | Description | 
|---|---|
| 
 | Boussole uniaxiale (X). | 
| 
 | |
| 
 | |
| 
 | Inclinomètre uniaxial (X). | 
| 
 | |
| 
 | |
| 
 | Détecteur de distance uniaxial (X). | 
| 
 | |
| 
 |