DJI Payload SDK  1.5.3
Enumerations
psdk_cmdset.h File Reference

This file defines the PSDK command set. More...

#include "psdk_core.h"
#include "psdk_cmdset_define/psdk_cmdset_payload_state.h"
#include "psdk_cmdset_define/psdk_cmdset_app_func.h"
#include "psdk_cmdset_define/psdk_cmdset_msg_push.h"
#include "psdk_cmdset_define/psdk_cmdset_camera.h"
#include "psdk_cmdset_define/psdk_cmdset_gimbal.h"
#include "psdk_cmdset_define/psdk_cmdset_osdk_func.h"
#include "psdk_cmdset_define/psdk_cmdset_positioning.h"

Go to the source code of this file.

Enumerations

enum  E_PsdkCmdSet {
  PSDK_CMDSET_PAYLOAD_STATE = 0x01,
  PSDK_CMDSET_APP_FUNC = 0x02,
  PSDK_CMDSET_DATA_PUSH = 0x03,
  PSDK_CMDSET_CAMERA = 0x04,
  PSDK_CMDSET_GIMBAL = 0x05,
  PSDK_CMDSET_OSDK_FUNC = 0x06,
  PSDK_CMDSET_POSITIONING = 0x07
}
 PSDK command sets. More...
 

Detailed Description

This file defines the PSDK command set.

Version
V1.5.0
Date
2019/07/31

All information contained herein is, and remains, the property of DJI. The intellectual and technical concepts contained herein are proprietary to DJI and may be covered by U.S. and foreign patents, patents in process, and protected by trade secret or copyright law. Dissemination of this information, including but not limited to data and other proprietary material(s) incorporated within the information, in any form, is strictly prohibited without the express written consent of DJI.

If you receive this source code without DJI’s authorization, you may not further disseminate the information, and you must immediately remove the source code and notify DJI of its removal. DJI reserves the right to pursue legal actions against you for any loss(es) or damage(s) caused by your failure to do so.

Enumeration Type Documentation

◆ E_PsdkCmdSet

PSDK command sets.

This enum type is used to specify all the PSDK command set with "enum".

Enumerator
PSDK_CMDSET_PAYLOAD_STATE 

Payload State Command Set.

PSDK_CMDSET_APP_FUNC 

APP Function Command Set.

PSDK_CMDSET_DATA_PUSH 

Data Push Command Set.

PSDK_CMDSET_CAMERA 

Camera Command Set.

PSDK_CMDSET_GIMBAL 

Gimbal Command Set.

PSDK_CMDSET_OSDK_FUNC 

Osdk Func Command Set.

PSDK_CMDSET_POSITIONING 

Precise Positioning Command Set.