System.Sensors.TGpsSatellite.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Azimuth, Elevation: Double; Prn: Integer; Snr: Double;
HasAlmanac, HasEphemeris, UsedInFix: Boolean);

C++

__fastcall TGpsSatellite(double Azimuth, double Elevation, int Prn, double Snr, bool HasAlmanac, bool HasEphemeris, bool UsedInFix);
TGpsSatellite() {}

Properties

Type Visibility Source Unit Parent
constructor public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TGpsSatellite

Description

Creates an instance of TGpsSatellite initializing its read-only properties.

Every parameter of this constructor matches a target property:

Parameter Property

Azimuth

Azimuth

Elevation

Elevation

Prn

Prn

Snr

Snr

HasAlmanac

HasAlmanac

HasEphemeris

HasEphemeris

UsedInFix

UsedInFix