|
AFBR-S50 API Reference Manual
v1.6.5
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
|
API and library core version number. More...

Macros | |
| #define | ARGUS_API_VERSION_MAJOR 1 |
| #define | ARGUS_API_VERSION_MINOR 6 |
| #define | ARGUS_API_VERSION_BUGFIX 5 |
| #define | ARGUS_API_VERSION_BUILD "20250213103358" |
| #define | MAKE_VERSION(major, minor, bugfix) (((major) << 24) | ((minor) << 16) | (bugfix)) |
| #define | ARGUS_API_VERSION |
API and library core version number.
Contains the AFBR-S50 API and Library Core Version Number.
| #define ARGUS_API_VERSION |
Version number of the AFBR-S50 API.
| #define ARGUS_API_VERSION_BUGFIX 5 |
Bugfix version number of the AFBR-S50 API.
| #define ARGUS_API_VERSION_BUILD "20250213103358" |
Build version number of the AFBR-S50 API.
| #define ARGUS_API_VERSION_MAJOR 1 |
Major version number of the AFBR-S50 API.
| #define ARGUS_API_VERSION_MINOR 6 |
Minor version number of the AFBR-S50 API.
| #define MAKE_VERSION | ( | major, | |
| minor, | |||
| bugfix | |||
| ) | (((major) << 24) | ((minor) << 16) | (bugfix)) |
Construct the version number for drivers.