Application layer support functionality for DJI onboardSDK library. More...
Go to the source code of this file.
Functions | |
unsigned char | getCmdCode (Header *protocolHeader) |
unsigned char | getCmdSet (Header *protocolHeader) |
void | passData (uint16_t flag, uint16_t &enable, void *data, unsigned char *buf, size_t datalen, size_t &offset) |
Application layer support functionality for DJI onboardSDK library.
Copyright 2016 DJI. All right reserved.
Definition in file DJI_App.cpp.
unsigned char getCmdCode | ( | Header * | protocolHeader | ) |
Definition at line 38 of file DJI_App.cpp.
Definition at line 32 of file DJI_App.cpp.
void passData | ( | uint16_t | flag, |
uint16_t & | enable, | ||
void * | data, | ||
unsigned char * | buf, | ||
size_t | datalen, | ||
size_t & | offset | ||
) | [inline] |
Definition at line 20 of file DJI_App.cpp.