Pointwise Plugin SDK
Macros
rtPwpVersions.h File Reference

Defines Implementation Version Information. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VERSION_LIB_INIT   {VERSION_LIB_MAJOR, VERSION_LIB_MINOR}
 This macro is used for static initialization of a PWP_VERSION struct to the current VERSION_LIB_MAJOR and VERSION_LIB_MINOR values. More...
 
#define VERSION_LIB_MAJOR   1
 The software release major version value. More...
 
#define VERSION_LIB_MINOR   0
 The software release minor version value. More...
 
#define VERSION_PWP_INIT   {VERSION_PWP_MAJOR, VERSION_PWP_MINOR}
 This macro is used for static initialization of a PWP_VERSION struct to the current VERSION_PWP_MAJOR and VERSION_PWP_MINOR values. More...
 
#define VERSION_PWP_MAJOR   1
 The PWP-API major version value. More...
 
#define VERSION_PWP_MINOR   0
 The PWP-API minor version value. More...
 

Detailed Description

Defines Implementation Version Information.

This file contains 2 version value macro pairs. These values are used throughout the Plugin SDK. One pair (VERSION_PWP_ prefix) defines the PWP-API version. The other pair (VERSION_LIB_ prefix) defines the plugin binary release version.

The plugin developer should edit the VERSION_PWP_MAJOR, VERSION_PWP_MINOR, VERSION_LIB_MAJOR, and VERSION_LIB_MINOR values as needed.

Definition in file rtPwpVersions.h.

Macro Definition Documentation

◆ VERSION_LIB_INIT

#define VERSION_LIB_INIT   {VERSION_LIB_MAJOR, VERSION_LIB_MINOR}

This macro is used for static initialization of a PWP_VERSION struct to the current VERSION_LIB_MAJOR and VERSION_LIB_MINOR values.

Definition at line 45 of file rtPwpVersions.h.

◆ VERSION_LIB_MAJOR

#define VERSION_LIB_MAJOR   1

The software release major version value.

Definition at line 36 of file rtPwpVersions.h.

◆ VERSION_LIB_MINOR

#define VERSION_LIB_MINOR   0

The software release minor version value.

Definition at line 40 of file rtPwpVersions.h.

◆ VERSION_PWP_INIT

#define VERSION_PWP_INIT   {VERSION_PWP_MAJOR, VERSION_PWP_MINOR}

This macro is used for static initialization of a PWP_VERSION struct to the current VERSION_PWP_MAJOR and VERSION_PWP_MINOR values.

Definition at line 28 of file rtPwpVersions.h.

◆ VERSION_PWP_MAJOR

#define VERSION_PWP_MAJOR   1

The PWP-API major version value.

Definition at line 19 of file rtPwpVersions.h.

◆ VERSION_PWP_MINOR

#define VERSION_PWP_MINOR   0

The PWP-API minor version value.

Definition at line 23 of file rtPwpVersions.h.