Implement send/read, app handling and data link layer for Core API of DJI onboardSDK library. More...
#include "DJI_Type.h"
Go to the source code of this file.
Defines | |
#define | ACK_SESSION_IDLE 0 |
#define | ACK_SESSION_PROCESS 1 |
#define | ACK_SESSION_USING 2 |
#define | CMD_SESSION_0 0 |
#define | CMD_SESSION_1 1 |
#define | CMD_SESSION_AUTO 32 |
#define | POLL_TICK 20 |
Implement send/read, app handling and data link layer for Core API of DJI onboardSDK library.
Implement memory management for Core API of DJI onboardSDK library. See DJI_Memory.cpp for more.
Definition in file DJI_Link.h.
#define ACK_SESSION_IDLE 0 |
Definition at line 15 of file DJI_Link.h.
#define ACK_SESSION_PROCESS 1 |
Definition at line 16 of file DJI_Link.h.
#define ACK_SESSION_USING 2 |
Definition at line 17 of file DJI_Link.h.
#define CMD_SESSION_0 0 |
Definition at line 18 of file DJI_Link.h.
#define CMD_SESSION_1 1 |
Definition at line 19 of file DJI_Link.h.
#define CMD_SESSION_AUTO 32 |
Definition at line 20 of file DJI_Link.h.
#define POLL_TICK 20 |
Definition at line 23 of file DJI_Link.h.