Default constructor.
Warning: This is for convenience only and will construct an empty object.
See also isEmpty.
NmeaSatelliteInfo::NmeaSatelliteInfo(const Esri::ArcGISRuntime::NmeaSatelliteInfo &other)Copy constructor from other NmeaSatelliteInfo.
[noexcept]
NmeaSatelliteInfo::NmeaSatelliteInfo(Esri::ArcGISRuntime::NmeaSatelliteInfo &&other)
Move constructor from other NmeaSatelliteInfo.
[noexcept]
NmeaSatelliteInfo::~NmeaSatelliteInfo()
Destructor.
double NmeaSatelliteInfo::azimuth() constReturns the azimuth of the satellite info in degrees.
double NmeaSatelliteInfo::elevation() constReturns the elevation of the satellite info in degrees.
int NmeaSatelliteInfo::id() constReturns the ID of the satellite info.
bool NmeaSatelliteInfo::isEmpty() constReturns true
if this NmeaSatelliteInfo is empty.
Returns if the satellite was used in the calculation of the location.
std::optional<int> NmeaSatelliteInfo::snr() constReturns signal-to-noise (C/No) ratio, or std::nullopt
.
The ratio of the magnitude of a signal to that of the noise (interference) reported between 0-99 dB-Hz, or std::nullopt
when not tracking.
Returns the GNSS (Global Navigation Satellite System) system.
Included in NMEA specification as of v4.11.
[noexcept]
Esri::ArcGISRuntime::NmeaSatelliteInfo &NmeaSatelliteInfo::operator=(Esri::ArcGISRuntime::NmeaSatelliteInfo &&other)
Move operator from other NmeaSatelliteInfo.
Esri::ArcGISRuntime::NmeaSatelliteInfo &NmeaSatelliteInfo::operator=(const Esri::ArcGISRuntime::NmeaSatelliteInfo &other)Assignment operator from other NmeaSatelliteInfo.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4