dji_vehicle_callback.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
struct DJI::OSDK::VehicleCallBackHandler VehicleCallBackHandler
The CallBackHandler struct allows users to encapsulate callbacks and data in one struct.
The CallBackHandler struct allows users to encapsulate callbacks and data in one struct....
Definition: dji_vehicle_callback.hpp:93
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::CommonCallBackHandler CommonCallBackHandler
The CallBackHandler struct allows users to encapsulate callbacks and data in one struct....
The CallBackHandler struct allows users to encapsulate callbacks and data in one struct.
Definition: dji_vehicle_callback.hpp:83
Data type and Data Structure definitions for use throughout DJI OSDK.
Definition: dji_ack.cpp:38
All DJI OSDK ACK parsing.