VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
vlVersion.h File Reference

This file declares macros which specify the VR-Link version. More...

Go to the source code of this file.

Macros

#define VR_LINK_VERSION_STRING   "5.8"
 
#define VR_LINK_MAJOR_VERSION   5
 
#define VR_LINK_MINOR_VERSION   8
 
#define VR_LINK_REVISION   0
 
#define VR_LINK_IPB_VERSION   15
 
#define VR_LINK_VERSION_IS(major, minor, revision, ipb)
 
#define VR_LINK_RELEASE_NUM   54
 The Release number will be unique for each VR-Link release. More...
 

Detailed Description

This file declares macros which specify the VR-Link version.

Macro Definition Documentation

#define VR_LINK_IPB_VERSION   15
#define VR_LINK_MAJOR_VERSION   5
#define VR_LINK_MINOR_VERSION   8
#define VR_LINK_RELEASE_NUM   54

The Release number will be unique for each VR-Link release.

The numbers may not be in sequential order.

#define VR_LINK_REVISION   0
#define VR_LINK_VERSION_IS (   major,
  minor,
  revision,
  ipb 
)
Value:
(VR_LINK_MAJOR_VERSION == major) && \
(VR_LINK_MINOR_VERSION == minor) && (VR_LINK_REVISION == revision) && (VR_LINK_IPB_VERSION == ipb)
#define VR_LINK_MAJOR_VERSION
Definition: vlVersion.h:13
#define VR_LINK_IPB_VERSION
Definition: vlVersion.h:16
#define VR_LINK_REVISION
Definition: vlVersion.h:15
#define VR_LINK_MINOR_VERSION
Definition: vlVersion.h:14
#define VR_LINK_VERSION_STRING   "5.8"

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)