Defines
OniVersion.h File Reference
#include "OniPlatform.h"
Include dependency graph for OniVersion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ONI_API_VERSION   ONI_CREATE_API_VERSION(ONI_VERSION_MAJOR, ONI_VERSION_MINOR)
#define ONI_BRIEF_VERSION_STRING
#define ONI_CREATE_API_VERSION(major, minor)   ((major)*1000 + (minor))
#define ONI_VERSION   (ONI_VERSION_MAJOR*100000000 + ONI_VERSION_MINOR*1000000 + ONI_VERSION_MAINTENANCE*10000 + ONI_VERSION_BUILD)
#define ONI_VERSION_BUILD   50
#define ONI_VERSION_MAINTENANCE   0
#define ONI_VERSION_MAJOR   2
#define ONI_VERSION_MINOR   3
#define ONI_VERSION_STRING

Define Documentation

Definition at line 41 of file OniVersion.h.

Value:
ONI_STRINGIFY(ONI_VERSION_MAJOR) "." \
        ONI_STRINGIFY(ONI_VERSION_MINOR) "." \
        ONI_STRINGIFY(ONI_VERSION_MAINTENANCE) \
        " (Build " ONI_STRINGIFY(ONI_VERSION_BUILD) ")"

OpenNI version (in brief string format): "Major.Minor.Maintenance (Build)"

Definition at line 32 of file OniVersion.h.

#define ONI_CREATE_API_VERSION (   major,
  minor 
)    ((major)*1000 + (minor))

Definition at line 40 of file OniVersion.h.

OpenNI version (in numeric format): (OpenNI major version * 100000000 + OpenNI minor version * 1000000 + OpenNI maintenance version * 10000 + OpenNI build version).

Definition at line 39 of file OniVersion.h.

#define ONI_VERSION_BUILD   50

Definition at line 29 of file OniVersion.h.

#define ONI_VERSION_MAINTENANCE   0

Definition at line 28 of file OniVersion.h.

#define ONI_VERSION_MAJOR   2

Definition at line 26 of file OniVersion.h.

#define ONI_VERSION_MINOR   3

Definition at line 27 of file OniVersion.h.

Value:
ONI_BRIEF_VERSION_STRING  "-" \
        ONI_PLATFORM_STRING " (" ONI_TIMESTAMP ")"

OpenNI version (in string format): "Major.Minor.Maintenance.Build-Platform (MMM DD YYYY HH:MM:SS)".

Definition at line 44 of file OniVersion.h.



astra_camera
Author(s): Tim Liu
autogenerated on Wed Jul 10 2019 03:18:55