Package com.polar.sdk.api.model
Class SatelliteSummary
-
- All Implemented Interfaces:
public final class SatelliteSummary
-
-
Field Summary
Fields Modifier and Type Field Description private final UBytegpsNbrOfSatprivate final UBytegpsMaxSnrprivate final UByteglonassNbrOfSatprivate final UByteglonassMaxSnrprivate final UBytegalileoNbrOfSatprivate final UBytegalileoMaxSnrprivate final UBytebeidouNbrOfSatprivate final UBytebeidouMaxSnrprivate final UBytenbrOfSatprivate final UBytesnrTop5Avg
-
Method Summary
Modifier and Type Method Description final UBytegetGpsNbrOfSat()final UBytegetGpsMaxSnr()final UBytegetGlonassNbrOfSat()final UBytegetGlonassMaxSnr()final UBytegetGalileoNbrOfSat()final UBytegetGalileoMaxSnr()final UBytegetBeidouNbrOfSat()final UBytegetBeidouMaxSnr()final UBytegetNbrOfSat()final UBytegetSnrTop5Avg()-
-
Method Detail
-
getGpsNbrOfSat
final UByte getGpsNbrOfSat()
-
getGpsMaxSnr
final UByte getGpsMaxSnr()
-
getGlonassNbrOfSat
final UByte getGlonassNbrOfSat()
-
getGlonassMaxSnr
final UByte getGlonassMaxSnr()
-
getGalileoNbrOfSat
final UByte getGalileoNbrOfSat()
-
getGalileoMaxSnr
final UByte getGalileoMaxSnr()
-
getBeidouNbrOfSat
final UByte getBeidouNbrOfSat()
-
getBeidouMaxSnr
final UByte getBeidouMaxSnr()
-
getNbrOfSat
final UByte getNbrOfSat()
-
getSnrTop5Avg
final UByte getSnrTop5Avg()
-
-
-
-