AFBR-S50 API Reference Manual v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
Loading...
Searching...
No Matches

Explorer Application Code Version. More...

Collaboration diagram for Explorer Version:

Macros

#define EXPLORER_VERSION_MAJOR   1
 Major version number of the platform code.
 
#define EXPLORER_VERSION_MINOR   5
 Minor version number of the platform code.
 
#define EXPLORER_VERSION_BUGFIX   6
 Bugfix version number of the platform code.
 
#define EXPLORER_VERSION_BUILD   "20240208081753"
 
#define MAKE_VERSION(major, minor, bugfix)    (((major) << 24) | ((minor) << 16) | (bugfix))
 Construct the version number for drivers.
 
#define EXPLORER_VERSION
 the current version of the platform code.
 

Detailed Description

Explorer Application Code Version.


Provides a version number for Explorer Application.

Macro Definition Documentation

◆ EXPLORER_VERSION

#define EXPLORER_VERSION
Value:
#define EXPLORER_VERSION_BUGFIX
Bugfix version number of the platform code.
Definition explorer_version.h:59
#define EXPLORER_VERSION_MINOR
Minor version number of the platform code.
Definition explorer_version.h:56
#define MAKE_VERSION(major, minor, bugfix)
Construct the version number for drivers.
Definition explorer_version.h:67
#define EXPLORER_VERSION_MAJOR
Major version number of the platform code.
Definition explorer_version.h:53

the current version of the platform code.

◆ EXPLORER_VERSION_BUGFIX

#define EXPLORER_VERSION_BUGFIX   6

Bugfix version number of the platform code.

◆ EXPLORER_VERSION_BUILD

#define EXPLORER_VERSION_BUILD   "20240208081753"

Build version number of the AFBR-S50 API.

◆ EXPLORER_VERSION_MAJOR

#define EXPLORER_VERSION_MAJOR   1

Major version number of the platform code.

◆ EXPLORER_VERSION_MINOR

#define EXPLORER_VERSION_MINOR   5

Minor version number of the platform code.

◆ MAKE_VERSION

#define MAKE_VERSION (   major,
  minor,
  bugfix 
)     (((major) << 24) | ((minor) << 16) | (bugfix))

Construct the version number for drivers.