java.lang.Object |
↳ |
dji.common.util.ConvertKeyUtil |
Class Overview
This class will map the external keys to internal keys (Specially for the flight controller keys and gimbal internal
keys).
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
public
static
HashMap<String, String>
flightControllerConvertMap
public
static
HashMap<String, String>
gimbalConvertMap
Public Constructors