DJI::OSDK::FlightController Member List

This is the complete list of members for DJI::OSDK::FlightController, including all inherited members.

AvoidEnable typedef (defined in DJI::OSDK::FlightController)DJI::OSDK::FlightController
cancelGoHomeAsync(void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)DJI::OSDK::FlightController
cancelGoHomeSync(int timeout)DJI::OSDK::FlightController
cancelLandingAsync(void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)DJI::OSDK::FlightController
cancelLandingSync(int timeout)DJI::OSDK::FlightController
emergencyBrakeAction(void)DJI::OSDK::FlightController
FlightController(Vehicle *vehicle) (defined in DJI::OSDK::FlightController)DJI::OSDK::FlightController
getCollisionAvoidanceEnabledAsync(void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, AvoidEnable avoidEnable, UserData userData), UserData userData)DJI::OSDK::FlightController
getCollisionAvoidanceEnabledSync(AvoidEnable &avoidEnable, int timeout)DJI::OSDK::FlightController
getGoHomeAltitudeAsync(void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, GoHomeHeight altitude, UserData userData), UserData userData)DJI::OSDK::FlightController
getGoHomeAltitudeSync(GoHomeHeight &altitude, int timeout)DJI::OSDK::FlightController
getJoystickCommand(JoystickCommand &joystickCommand)DJI::OSDK::FlightController
getJoystickMode(FlightJoystick::ControlMode &joystickMode)DJI::OSDK::FlightController
getRtkEnableAsync(void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, RtkEnabled rtkEnable, UserData userData), UserData userData)DJI::OSDK::FlightController
getRtkEnableSync(RtkEnabled &rtkEnable, int timeout)DJI::OSDK::FlightController
getUpwardsAvoidanceEnabledAsync(void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UpwardsAvoidEnable upwardsEnable, UserData userData), UserData userData)DJI::OSDK::FlightController
getUpwardsAvoidanceEnabledSync(UpwardsAvoidEnable &upwardsAvoidEnable, int timeout)DJI::OSDK::FlightController
GoHomeHeight typedefDJI::OSDK::FlightController
HomeLocation typedef (defined in DJI::OSDK::FlightController)DJI::OSDK::FlightController
HorizontalCoordinate typedef (defined in DJI::OSDK::FlightController)DJI::OSDK::FlightController
HorizontalLogic typedef (defined in DJI::OSDK::FlightController)DJI::OSDK::FlightController
joystickAction()DJI::OSDK::FlightController
JoystickCommand typedef (defined in DJI::OSDK::FlightController)DJI::OSDK::FlightController
JoystickMode typedef (defined in DJI::OSDK::FlightController)DJI::OSDK::FlightController
KillSwitch typedef (defined in DJI::OSDK::FlightController)DJI::OSDK::FlightController
killSwitch(KillSwitch cmd, int wait_timeout, char debugMsg[10])DJI::OSDK::FlightController
obtainJoystickCtrlAuthorityAsync(void(*userCB)(ErrorCode::ErrorCodeType, UserData userData), UserData userData, int timeout, int retryTime)DJI::OSDK::FlightController
obtainJoystickCtrlAuthoritySync(int timeout)DJI::OSDK::FlightController
releaseJoystickCtrlAuthorityAsync(void(*userCB)(ErrorCode::ErrorCodeType, UserData userData), UserData userData, int timeout, int retryTime)DJI::OSDK::FlightController
releaseJoystickCtrlAuthoritySync(int timeout)DJI::OSDK::FlightController
RtkEnabled typedefDJI::OSDK::FlightController
setCollisionAvoidanceEnabledAsync(AvoidEnable avoidEnable, void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)DJI::OSDK::FlightController
setCollisionAvoidanceEnabledSync(AvoidEnable avoidEnable, int timeout)DJI::OSDK::FlightController
setGoHomeAltitudeAsync(GoHomeHeight altitude, void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)DJI::OSDK::FlightController
setGoHomeAltitudeSync(GoHomeHeight altitude, int timeout)DJI::OSDK::FlightController
setHomeLocationAsync(HomeLocation homeLocation, void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)DJI::OSDK::FlightController
setHomeLocationSync(HomeLocation homeLocation, int timeout)DJI::OSDK::FlightController
setHomeLocationUsingCurrentAircraftLocationAsync(void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)DJI::OSDK::FlightController
setHomeLocationUsingCurrentAircraftLocationSync(int timeout)DJI::OSDK::FlightController
setJoystickCommand(const JoystickCommand &JoystickCommand)DJI::OSDK::FlightController
setJoystickMode(const JoystickMode &joystickMode)DJI::OSDK::FlightController
setRtkEnableAsync(RtkEnabled rtkEnable, void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)DJI::OSDK::FlightController
setRtkEnableSync(RtkEnabled rtkEnable, int timeout)DJI::OSDK::FlightController
setUpwardsAvoidanceEnabledAsync(UpwardsAvoidEnable upwardsAvoidEnable, void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)DJI::OSDK::FlightController
setUpwardsAvoidanceEnabledSync(UpwardsAvoidEnable upwardsAvoidEnable, int timeout)DJI::OSDK::FlightController
StableMode typedef (defined in DJI::OSDK::FlightController)DJI::OSDK::FlightController
startConfirmLandingAsync(void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)DJI::OSDK::FlightController
startConfirmLandingSync(int timeout)DJI::OSDK::FlightController
startForceLandingAsync(void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)DJI::OSDK::FlightController
startForceLandingSync(int timeout)DJI::OSDK::FlightController
startGoHomeAsync(void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)DJI::OSDK::FlightController
startGoHomeSync(int timeout)DJI::OSDK::FlightController
startLandingAsync(void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)DJI::OSDK::FlightController
startLandingSync(int timeout)DJI::OSDK::FlightController
startTakeoffAsync(void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)DJI::OSDK::FlightController
startTakeoffSync(int timeout)DJI::OSDK::FlightController
turnOffMotorsAsync(void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)DJI::OSDK::FlightController
turnOffMotorsSync(int timeout)DJI::OSDK::FlightController
turnOnMotorsAsync(void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)DJI::OSDK::FlightController
turnOnMotorsSync(int timeout)DJI::OSDK::FlightController
UpwardsAvoidEnable typedef (defined in DJI::OSDK::FlightController)DJI::OSDK::FlightController
VerticalLogic typedef (defined in DJI::OSDK::FlightController)DJI::OSDK::FlightController
YawLogic typedef (defined in DJI::OSDK::FlightController)DJI::OSDK::FlightController
~FlightController() (defined in DJI::OSDK::FlightController)DJI::OSDK::FlightController