System.Sensors.THeading

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  THeading = record
    Azimuth: Double;
  end;

C++

struct DECLSPEC_DRECORD THeading
{
public:
    double Azimuth;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors


Description

Structure décrivant quelle direction suit un périphérique.

Cette structure comporte un seul champ : Azimuth.

Voir aussi