System.Sensors.THeading

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

THeading = record

C++

struct DECLSPEC_DRECORD THeading
{
public:
    double Azimuth;
};

Properties

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

Description

Structure describing in which direction a device is headed.

This structure has only one field: Azimuth.

See Also