#include <OniCTypes.h>
Public Attributes | |
int | build |
int | maintenance |
int | major |
int | minor |
Holds an OpenNI version number, which consists of four separate numbers in the format: major.minor.maintenance.build
. For example: 2.0.0.20.
Definition at line 44 of file OniCTypes.h.
Build number. Incremented for each new API build. Generally not shown on the installer and download site.
Definition at line 53 of file OniCTypes.h.
Maintenance build number, incremented for new releases that primarily provide minor bug fixes.
Definition at line 51 of file OniCTypes.h.
Major version number, incremented for major API restructuring.
Definition at line 47 of file OniCTypes.h.
Minor version number, incremented when significant new features added.
Definition at line 49 of file OniCTypes.h.