AFBR-S50 API Reference Manual  v1.6.5
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software

Explorer Application Code Version. More...

Collaboration diagram for Explorer Version:

Macros

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

Detailed Description

Explorer Application Code Version.


Provides a version number for Explorer Application.

Macro Definition Documentation

◆ EXPLORER_VERSION

#define EXPLORER_VERSION
Value:

the current version of the platform code.

◆ EXPLORER_VERSION_BUGFIX

#define EXPLORER_VERSION_BUGFIX   5

Bugfix version number of the platform code.

◆ EXPLORER_VERSION_BUILD

#define EXPLORER_VERSION_BUILD   "20250210153705"

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   6

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.

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