![]() |
VR-Exchange 2.1 API Documentation
|
Go to the source code of this file.
Macros | |
| #define | DT_LIB_MAJOR_VERSION 2 |
| #define | DT_LIB_MINOR_VERSION 5 |
| #define | DtCommonWidgetsVersion "2.7tot" |
| #define | COMMON_WIDGETS_RELEASE_NUM 7 |
| The Release number will be unique for each VR-Link release. | |
| #define | DT_MERGE_IDS(Part1, Part2, Part3) Part1##Part2##Part3 |
| #define | DT_MERGE_MACROS(Part1, Part2) DT_MERGE_IDS(Part1,_,Part2) |
| #define | MAKVrExchange DT_MERGE_MACROS(DT_LIB_NAMESPACE,DT_MERGE_MACROS(DT_LIB_MAJOR_VERSION,DT_LIB_MINOR_VERSION)) |
| #define DT_LIB_MAJOR_VERSION 2 |
| #define DT_LIB_MINOR_VERSION 5 |
| #define DtCommonWidgetsVersion "2.7tot" |
| #define COMMON_WIDGETS_RELEASE_NUM 7 |
The Release number will be unique for each VR-Link release.
The numbers may not be in sequential order.
| #define DT_MERGE_IDS | ( | Part1, | |
| Part2, | |||
| Part3 | |||
| ) | Part1##Part2##Part3 |
| #define DT_MERGE_MACROS | ( | Part1, | |
| Part2 | |||
| ) | DT_MERGE_IDS(Part1,_,Part2) |
| #define MAKVrExchange DT_MERGE_MACROS(DT_LIB_NAMESPACE,DT_MERGE_MACROS(DT_LIB_MAJOR_VERSION,DT_LIB_MINOR_VERSION)) |