dji_gimbal_module.hpp
Go to the documentation of this file.
void * UserData
This is used as the datatype for all data arguments in callbacks.
Definition: dji_type.hpp:75
int64_t ErrorCodeType
Unified error type.
Definition: dji_error.hpp:144
Definition: dji_gimbal_module.hpp:52
PayloadIndexType
The payload Index of camera.
Definition: dji_payload_base.hpp:42
void resetAsync(void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)
reset gimbal in pitch and yaw, non-blocking calls
Definition: dji_gimbal_module.hpp:65
ReturnCenterCMD
the work mode of gimbal
Definition: dji_gimbal_module.hpp:59
Abstract protocol implementation for payload module.
struct DJI::OSDK::GimbalModule::callbackWarpperHandler callbackWarpperHandler
Definition: dji_gimbal_module.hpp:62
Definition: dji_gimbal_module.hpp:60
void rotateAsync(Rotation rotation, void(*UserCallBack)(ErrorCode::ErrorCodeType retCode, UserData userData), UserData userData)
reset gimbal in pitch and yaw, non-blocking calls
Definition: dji_gimbal_module.hpp:53
Implementation of payload node.
Definition: dji_gimbal_module.hpp:64
Definition: dji_ack.cpp:38
Definition: dji_gimbal_module.hpp:61
ErrorCode::ErrorCodeType resetSync(int timeout)
reset gimbal in pitch and yaw, blocking calls
Definition: dji_gimbal_module.hpp:165
Definition: dji_gimbal_module.hpp:63
Definition: dji_gimbal_module.hpp:51
ErrorCode::ErrorCodeType rotateSync(Rotation rotation, int timeout)
rotate gimbal angle, blocking calls
GimbalWorkMode
the work mode of gimbal
Definition: dji_gimbal_module.hpp:50