Pointwise Plugin SDK
rtPwpPluginInfo.h
Go to the documentation of this file.
1 /****************************************************************************
2  *
3  * Pointwise Plugin utility functions
4  *
5  * (C) 2021 Cadence Design Systems, Inc. All rights reserved worldwide.
6  *
7  ***************************************************************************/
8 
9 #ifndef _RTPWPPLUGININFO_H_
10 #define _RTPWPPLUGININFO_H_
11 
14  /* initialize the PWP_PLUGININFO data returned by
15  PwpGetPluginInfo(PWP_PLUGININFO *pInfo)
16  */
17  VERSION_PWP_INIT, // conforms to this PWP-API version
18  VERSION_LIB_INIT, // software library release version
19  "Cadence Design Systems, Inc.", // company/author description
20  "https://www.pointwise.com/support", // support description (phone, web-link).
21  "(C) 2021 Cadence Design Systems, Inc. All rights reserved worldwide.", // copyright description
22  0, // number of APIs (auto-set at runtime)
23  0, // default msg callback (auto-set at runtime)
24  0, // spy msg callback (auto-set at runtime)
25 
28 /************************************************************************/
73 #endif /* _RTPWPPLUGININFO_H_ */
VERSION_PWP_INIT
#define VERSION_PWP_INIT
This macro is used for static initialization of a PWP_VERSION struct to the current VERSION_PWP_MAJOR...
Definition: rtPwpVersions.h:28
VERSION_LIB_INIT
#define VERSION_LIB_INIT
This macro is used for static initialization of a PWP_VERSION struct to the current VERSION_LIB_MAJOR...
Definition: rtPwpVersions.h:45