dji_legacy_linker.hpp
Go to the documentation of this file.
struct DJI::OSDK::ACK::WayPointAddPoint WayPointAddPoint
This struct is returned from the DJI::OSDK::WaypointMission::uploadIndexData blocking API.
void * UserData
This is used as the datatype for all data arguments in callbacks.
Definition: dji_type.hpp:75
Type definition for new Vehicle-style callbacks.
void(* VehicleCallBack)(Vehicle *vehicle, RecvContainer recvFrame, UserData userData)
Function prototype for all callback functions used in the OSDK.
Definition: dji_vehicle_callback.hpp:76
struct DJI::OSDK::ACK::WayPointInit WayPointInit
This struct is used in the readInitData non-blocking API callback.
struct DJI::OSDK::ACK::MFIOGet MFIOGet
This struct is returned from the DJI::OSDK::MFIO::getValue blocking API.
struct DJI::OSDK::ACK::ErrorCode ErrorCode
This struct is returned from all blocking calls, except certain mission calls that have explicit type...
struct DJI::OSDK::ACK::DroneVersion DroneVersion
This struct is returned from the DJI::OSDK::Vehicle::getDroneVersion blocking API.
struct DJI::OSDK::ACK::ParamAck ParamAck
This struct is returned from the DJI::OSDK::Control::writeParameterByHash blocking API.
struct DJI::OSDK::ACK::HotPointRead HotPointRead
This struct is returned from the DJI::OSDK::HotpointMission::readData blocking API.
struct DJI::OSDK::ACK::WayPointIndex WayPointIndex
This struct is returned from the DJI::OSDK::WaypointMission::waypointIndexDownload blocking API.
struct DJI::OSDK::ACK::HotPointStart HotPointStart
This struct is returned from the DJI::OSDK::HotpointMission::start blocking API.
Definition: dji_ack.cpp:38
struct DJI::OSDK::OpenHeader OpenHeader
The Header struct is meant to handle the open protocol header.