API:System.Sensors.TGpsSatellite
Delphi
TGpsSatellite = record
C++
struct DECLSPEC_DRECORD TGpsSatellite
{
private:
double FElevation;
double FSnr;
int FPrn;
bool FUsedInFix;
bool FHasAlmanac;
double FAzimuth;
bool FHasEphemeris;
public:
__property double Azimuth = {read=FAzimuth};
__property double Elevation = {read=FElevation};
__property int Prn = {read=FPrn};
__property double Snr = {read=FSnr};
__property bool HasAlmanac = {read=FHasAlmanac};
__property bool HasEphemeris = {read=FHasEphemeris};
__property bool UsedInFix = {read=FUsedInFix};
__fastcall TGpsSatellite(double Azimuth, double Elevation, int Prn, double Snr, bool HasAlmanac, bool HasEphemeris, bool UsedInFix);
TGpsSatellite() {}
};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
record struct |
public | System.Sensors.pas System.Sensors.hpp |
System.Sensors | System.Sensors |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.