API: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

Embarcadero Technologies does not currently have any additional information.