public class

DJIRTKReceiverInfo

extends Object
java.lang.Object
   ↳ dji.common.flightcontroller.DJIRTKReceiverInfo

Class Overview

Single RTK receiver information. Each receiver is connected to a single antenna.

Summary

Public Constructors
DJIRTKReceiverInfo()
DJIRTKReceiverInfo(boolean isChannelAvailable, int satelliteCount)
Public Methods
int getSatelliteCount()
Valid satellite count for this receiver.
boolean isConstellationSupported()
true if constellation is supported.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DJIRTKReceiverInfo ()

public DJIRTKReceiverInfo (boolean isChannelAvailable, int satelliteCount)

Public Methods

public int getSatelliteCount ()

Valid satellite count for this receiver.

public boolean isConstellationSupported ()

true if constellation is supported. The European and American version of RTK supports GPS and GLONASS, while the Asia Pacific version supports GPS and BeiDou.