Namespaces | Defines | Typedefs | Variables
DJI_Version.h File Reference

Drone/SDK Version definition for DJI onboardSDK library Officially Maintained. More...

#include <stdint.h>
Include dependency graph for DJI_Version.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  DJI
namespace  DJI::onboardSDK

Defines

#define MAKE_VERSION(a, b, c, d)

Typedefs

typedef uint32_t DJI::onboardSDK::Version
 Different version strings define SDK/Drone combination. Only the ones listed below are available.

Variables

const Version DJI::onboardSDK::versionA3_31 = (MAKE_VERSION(3, 1, 100, 0))
const Version DJI::onboardSDK::versionA3_32 = (MAKE_VERSION(3, 2, 0, 0))
const Version DJI::onboardSDK::versionM100_23 = (MAKE_VERSION(2, 3, 10, 0))
const Version DJI::onboardSDK::versionM100_31 = (MAKE_VERSION(3, 1, 10, 0))

Detailed Description

Drone/SDK Version definition for DJI onboardSDK library Officially Maintained.

Version:
3.1.7
Date:
Jul 01 2016

Definition in file DJI_Version.h.


Define Documentation

#define MAKE_VERSION (   a,
  b,
  c,
 
)
Value:
(((a << 24) & 0xff000000) | ((b << 16) & 0x00ff0000) | ((c << 8) & 0x0000ff00) |  \
  (d & 0x000000ff))
Attention:
Do not modify any definition in this file if you are not sure what are you doing. DJI will not provide any support for changes made to this file.

Definition at line 24 of file DJI_Version.h.



dji_sdk_lib
Author(s):
autogenerated on Thu Jun 6 2019 17:55:25